Aspect Ratio Calculator
Last updated:
How to Use This Calculator
Step 1: Pick a mode — *Find Aspect Ratio* (get the ratio of any width × height), *Resize an Image* (enter your original size and one new dimension to get the other without distortion), or *Resize to Ratio* (fit a known ratio like 16:9 to one dimension).
Step 2: Choose your unit — pixels, inches, cm, or mm — then enter the values for your mode, e.g. an original 712 × 430 image and a new width of 500.
Step 3: Click Calculate. You get the exact ratio, the nearest standard ratio (16:9, 4:3, 5:3…), and the resized dimensions.
What Is Aspect Ratio?
Aspect ratio is width-to-height proportion (W:H). 16:9 = 16 units wide per 9 tall.
Most displays are 16:9. Social media varies: Instagram 1:1 or 4:5, Stories 9:16, YouTube 16:9. Wrong ratios cause letterboxing or distortion.
Formulas
Find Ratio: GCD(width,height), divide both.
1920x1080: GCD=120. 1920/120:1080/120 = 16:9
Resize: Height = Width x (RatioH/RatioW)
1280 at 16:9: Height = 1280x9/16 = 720
Common Ratios
| Ratio | Decimal | Use |
|---|---|---|
| 1:1 | 1.0 | Instagram posts |
| 4:3 | 1.333 | Old TVs, iPad |
| 3:2 | 1.5 | DSLR photos |
| 16:9 | 1.778 | HD/4K, YouTube |
| 21:9 | 2.333 | Ultrawide monitors |
| 9:16 | 0.5625 | Stories, Reels |
| 4:5 | 0.8 | Instagram portrait |
Examples
Example 1: 1920x1080 = 16:9
Example 2: 1:1 at 1080px = 1080x1080
Example 3: 3:1 at 1200px wide = Height 400px
Tips
Match the platform. YouTube 16:9, Instagram 1:1 or 4:5, Stories 9:16.
Crop, do not stretch. Stretching distorts content.
All HD/4K = 16:9. 1920x1080, 2560x1440, 3840x2160.
CSS aspect-ratio property for responsive layouts.
Frequently Asked Questions
What aspect ratio is 1920x1080?
What is the best aspect ratio for YouTube videos?
How do I find the aspect ratio of my image or video?
What is the golden ratio and how is it used in design?
Can I use this calculator for print dimensions?
What if the width and height have no common factor?
Related Calculators
Ratio Calculator
Free ratio calculator. Solve proportions by finding the missing v...
Percentage Calculator
Free percentage calculator. Calculate what percent of any number ...
Square Footage Calculator
Free square footage calculator. Enter length and width to calcula...
Random Number Generator
Free random number generator. Generate one or multiple random int...