An aspect ratio is the proportional relationship between the width and height of an image, video, or screen. It is written as two numbers separated by a colon — for example, 16:9 means 16 units wide for every 9 units tall. The ratio describes shape, not size: a 1920×1080 image and a 3840×2160 image are both 16:9.
Understanding aspect ratios matters whenever you create, resize, or display visual content. Using the wrong ratio causes stretching, cropping, or black bars.
To find the aspect ratio of any dimensions, divide both the width and height by their greatest common divisor (GCD).
Formula:
Ratio = (Width ÷ GCD) : (Height ÷ GCD)
Example:
Some dimensions don't reduce to familiar ratios. For example, 1366×768 simplifies to 683:384. In practice, this is treated as approximately 16:9 (the decimal value 1366 ÷ 768 = 1.779 is close to 16 ÷ 9 = 1.778).
You can verify any dimensions with the Aspect Ratio Visualizer, which calculates the simplified ratio, pixel count, and orientation instantly.
Aspect ratios can also be expressed as a single decimal number — the result of dividing width by height.
| Ratio | Decimal | Description |
|---|---|---|
| 1:1 | 1.000 | Square |
| 4:3 | 1.333 | Classic TV / presentations |
| 3:2 | 1.500 | 35mm photography |
| 16:9 | 1.778 | HD/4K standard |
| 1.85:1 | 1.850 | Standard cinema widescreen |
| 21:9 | 2.333 | Ultrawide monitors |
| 2.39:1 | 2.390 | Anamorphic cinema (CinemaScope) |
Cinema traditionally uses decimal notation (2.39:1 rather than 239:100) because it avoids awkward whole numbers.
16:9 is the standard for HD, 4K, and 8K displays. It became the international standard for widescreen television in the early 2000s.
Used in: HD monitors, 4K TVs, YouTube, most streaming services, video games, broadcast TV.
Common resolutions: 1280×720 (HD), 1920×1080 (Full HD), 2560×1440 (QHD), 3840×2160 (4K UHD).
4:3 was the standard for analog television and early computer monitors. It is wider than it is tall, but noticeably less wide than 16:9.
Used in: Classic TV shows, legacy presentations (PowerPoint defaults shifted to 16:9 in 2013), iPad displays, some industrial monitors.
Common resolutions: 640×480 (VGA), 800×600 (SVGA), 1024×768 (XGA).
A perfect square. Equal width and height.
Used in: Instagram feed posts, profile pictures, album art covers, app icons.
Common resolution: 1080×1080 (Instagram standard).
The 16:9 ratio flipped on its side. This is what a phone screen looks like when held upright.
Used in: TikTok, Instagram Reels, YouTube Shorts, Instagram/Facebook Stories, Snapchat.
Common resolution: 1080×1920.
3:2 matches the proportions of traditional 35mm film. Most DSLR and mirrorless cameras use this ratio.
Used in: Digital photography, some laptop screens (Microsoft Surface, MacBook Pro 14"/16"), 6×4 inch prints.
Common resolutions: 6000×4000 (24MP), 8256×5504 (45MP).
Wider than 16:9 but not as extreme as cinema formats. Popular for productivity and immersive gaming.
Used in: Ultrawide monitors (34" and 38"), some cinematic content.
Common resolutions: 2560×1080 (UWFHD), 3440×1440 (UWQHD), 5120×2160 (5K Ultrawide).
The widest common cinema format. Creates the "cinematic letterbox" look on 16:9 screens.
Used in: Feature films (most Hollywood blockbusters since the 1970s), music videos going for a cinematic aesthetic.
Equivalent to two 16:9 screens side by side. Niche but growing.
Used in: 49" super ultrawide monitors, Samsung Odyssey G9 series, specialized simulation setups.
Each platform has specific requirements. Using the wrong ratio means your content gets cropped automatically — often poorly.
| Platform | Content Type | Recommended Ratio | Resolution |
|---|---|---|---|
| YouTube | Video | 16:9 | 1920×1080 or 3840×2160 |
| YouTube | Shorts | 9:16 | 1080×1920 |
| Feed post | 1:1 or 4:5 | 1080×1080 or 1080×1350 | |
| Story / Reel | 9:16 | 1080×1920 | |
| TikTok | Video | 9:16 | 1080×1920 |
| Feed post | 1.91:1 or 4:5 | 1200×630 or 1080×1350 | |
| Story | 9:16 | 1080×1920 | |
| Twitter/X | Image post | 16:9 or 1:1 | 1600×900 or 1080×1080 |
| Post image | 1.91:1 | 1200×627 | |
| Pin | 2:3 | 1000×1500 |
Tip: When in doubt, 1080px on the short side is the safe minimum for most platforms. Higher is fine — platforms scale down, but they don't scale up well.
When content is displayed at a different ratio than it was created in, three things can happen:
Letterboxing / pillarboxing — Black bars fill the unused space. A 2.39:1 movie shown on a 16:9 TV gets horizontal black bars (letterboxing). A 4:3 image on a 16:9 screen gets vertical bars (pillarboxing).
Stretching — The image is forced to fit, distorting proportions. Circles become ovals. Faces look wider or narrower. This almost always looks wrong.
Cropping — The image is enlarged to fill the frame, and the parts that don't fit are cut off. This is what most social platforms do when you upload at the wrong ratio. You lose content from the edges.
To resize without distortion, multiply or divide both dimensions by the same factor.
Example: Scaling 1920×1080 to fit a 1280px width
Scale factor = 1280 ÷ 1920 = 0.6667
New height = 1080 × 0.6667 = 720
Result: 1280×720 (still 16:9)
Example: Doubling resolution
1920 × 2 = 3840
1080 × 2 = 2160
Result: 3840×2160 (4K, still 16:9)
Most image and video editing software has a "lock aspect ratio" or "constrain proportions" toggle. When enabled, changing one dimension automatically adjusts the other.
The right ratio depends on where the content will be displayed:
1920×1080 is 16:9. Both numbers are divisible by 120: 1920÷120 = 16, 1080÷120 = 9.
16:9 for standard videos and 9:16 for YouTube Shorts. YouTube's player is natively 16:9, so other ratios will get letterboxed or pillarboxed.
4:5 (portrait) is the tallest ratio Instagram allows in feed posts without cropping. At 1080×1350 pixels, it takes up more vertical screen space than 1:1, which means more visibility in the feed.
No. Converting between different aspect ratios always requires either cropping (losing content), adding padding (black bars or background), or stretching (distorting the image). There is no lossless way to change shape.
Resolution is the total number of pixels (e.g., 1920×1080 = 2,073,600 pixels). Aspect ratio is the shape (e.g., 16:9). Multiple resolutions can share the same aspect ratio: 1280×720, 1920×1080, and 3840×2160 are all 16:9 but at different resolutions.
Modern smartphones use taller-than-16:9 screens (19.5:9, 20:9) to fit more content vertically while keeping the phone narrow enough to hold comfortably. These ratios don't match any standard video format, which is why most video content gets letterboxed on phone screens.
It depends on the print size. Standard print sizes and their ratios: 4×6 inches = 3:2, 5×7 inches = 7:5 (1.4:1), 8×10 inches = 5:4. Since most cameras shoot at 3:2, 4×6 prints use the full frame while 8×10 prints require cropping.
Anamorphic widescreen uses special lenses to squeeze a wide image (2.39:1) onto standard film or sensor area, then unsqueezes it during projection. This captures more horizontal detail than simply cropping a wider view from a 16:9 frame. The technique dates back to the 1950s and is still used in cinema production.
Not directly. File size depends on resolution (total pixels), compression, and content complexity. A 1920×1080 image (16:9) and a 1470×1080 image (roughly 4:3) at the same compression have different file sizes because they have different pixel counts, not because of the ratio itself.
Open the image properties (right-click → Properties on Windows, Get Info on macOS) to find the pixel dimensions. Then divide both by their GCD, or use the Aspect Ratio Visualizer to calculate it automatically.