What Is Aspect Ratio?
An aspect ratio is the proportional relationship between the width and height of a rectangle. It is expressed as two numbers separated by a colon, like 16:9 or 4:3, where the first number is the width and the second is the height.
How Aspect Ratio Works
An aspect ratio tells you the shape of an image or screen, not the size. A 16:9 display could be a 55-inch TV or a 5-inch phone — the shape is the same, just scaled differently.
Aspect ratios are always simplified to their lowest terms, just like fractions. A screen that is 1920 pixels wide and 1080 pixels tall has an aspect ratio of 16:9 (because 1920/120 = 16 and 1080/120 = 9, where 120 is the greatest common divisor).
How to Calculate Aspect Ratio
To find the aspect ratio from pixel dimensions:
- Find the greatest common divisor (GCD) of the width and height
- Divide both the width and height by the GCD
- The results are your aspect ratio
Example: For a 2560 x 1440 image, the GCD is 320. So 2560/320 = 8 and 1440/320 = 4.5. Multiply by 2: the ratio is 16:9.
Or simply use the aspect ratio calculator and we will do the math for you.
Common Aspect Ratios
| Ratio | Decimal | Primary Use |
|---|---|---|
| 16:9 | 1.778 | HD video, YouTube, TV, monitors |
| 4:3 | 1.333 | Classic TV, iPad, presentations |
| 3:2 | 1.500 | DSLR photography, 35mm film |
| 1:1 | 1.000 | Instagram, profile pics, icons |
| 21:9 | 2.333 | Ultrawide monitors, cinema |
| 9:16 | 0.563 | TikTok, Reels, Stories |
| 4:5 | 0.800 | Instagram portrait, 8x10 prints |
Why Aspect Ratio Matters
Using the wrong aspect ratio causes problems: images get stretched, cropped, or surrounded by black bars. Here's why getting it right matters:
- Video production: YouTube expects 16:9. Uploading a 4:3 video adds black bars on the sides (pillarboxing).
- Social media: Instagram portrait posts are 4:5. Using 16:9 wastes valuable screen space in the feed.
- Photography: DSLRs shoot 3:2, but standard 8x10 prints are 4:5. You will lose some of the image when printing.
- Web design: Hero images, thumbnails, and OG images all need specific ratios to display correctly across devices.
Aspect Ratio vs. Resolution
Aspect ratio and resolution are related but different. Resolution is the actual pixel count (e.g., 1920 x 1080), while aspect ratio is the proportional shape (e.g., 16:9).
Multiple resolutions can share the same aspect ratio. For example, 1280x720, 1920x1080, and 3840x2160 are all 16:9 — they have the same shape at different sizes.