Skip to content
FeetToPixelsDPI / PPI / CSS
:

Dimensions

1920 x 1080

Simplified Ratio

16:9

Decimal Ratio

1.7778

Common Resolutions by Aspect Ratio

RatioResolutionName
16:91920 x 1080Full HD (1080p)
16:92560 x 1440QHD (1440p)
16:93840 x 21604K UHD
4:31024 x 768XGA
4:32048 x 1536QXGA
1:11080 x 1080Instagram Square
3:22160 x 1440Surface Pro
21:92560 x 1080UltraWide FHD
21:93440 x 1440UltraWide QHD

Calculators

Aspect Ratio Calculator: Calculate Image and Video Ratios

Aspect ratio is the proportional relationship between width and height. 1920x1080 is 16:9. To calculate, divide both by their greatest common divisor. Common ratios: 16:9, 4:3, 1:1, 3:2.

Calculate aspect ratio from any width and height. Resize images proportionally, convert between ratios, and find matching dimensions for images and video.

Overview

Aspect ratio is the proportional relationship between width and height. 1920x1080 is 16:9. To calculate, divide both by their greatest common divisor. Common ratios: 16:9, 4:3, 1:1, 3:2.

Calculate aspect ratio from any width and height. Resize images proportionally, convert between ratios, and find matching dimensions for images and video.

How the Aspect Ratio Calculator Works

Aspect ratio is a simple fraction that describes the proportional relationship between an image's width and its height. Mathematically it is width divided by height, usually simplified and expressed with a colon (for example 16:9, 4:3, or 1:1). The aspect ratio calculator takes any two of four possible inputs (width and height in pixels, or a target ratio like 16:9) and solves for the missing dimension. Under the hood it computes the greatest common divisor (GCD) of the pixel width and height to reduce the fraction to its simplest form. A resolution of 1920x1080 has a GCD of 120, so 1920/120 = 16 and 1080/120 = 9, giving the familiar 16:9 result.

When you want to resize while preserving proportions, the calculator reverses the equation. If you lock a 16:9 ratio and enter a new width of 1280 pixels, it computes height as 1280 x (9/16) = 720 pixels. Enter a new height of 600 and it returns a width of 600 x (16/9) = 1067 pixels (rounded). This is the same math photo editors, video NLEs, and CSS object-fit rules use to prevent stretched or squashed content. For related work on common screen sizes, see our common-resolutions reference or the image-size-calculator.

When to Use This Calculator

Aspect ratio decisions affect every pixel-based medium: video production, social media graphics, responsive web design, print layout, and UI design. Picking the wrong ratio leads to letterboxing, cropping, or distortion that can cut off faces, text, or product details. Use this calculator any time you are resizing or exporting content for a new platform.

  • Exporting YouTube videos (16:9), Shorts or TikTok (9:16), or Instagram reels (9:16).
  • Preparing Instagram feed posts in 1:1 square or 4:5 portrait without accidental cropping.
  • Designing responsive hero images that must hold up at 21:9 ultrawide and 16:9 laptops.
  • Matching a video thumbnail exactly to its player's aspect ratio to avoid black bars.
  • Cropping product photography for marketplaces (Amazon requires 1:1; many shops use 4:5).
  • Calibrating aspect-ratio containers in CSS with the aspect-ratio property.

Practical Examples

The table below shows how the same aspect ratio produces different pixel dimensions depending on the target resolution class. These are the dimensions the calculator returns when you lock a ratio and vary one axis.

Aspect RatioUse CaseExample ResolutionEquivalent Pixels
16:9YouTube, HDTV, laptops1920 x 10802,073,600
9:16TikTok, Shorts, Reels1080 x 19202,073,600
4:3Legacy monitors, iPad1024 x 768786,432
1:1Instagram square post1080 x 10801,166,400
4:5Instagram portrait feed1080 x 13501,458,000
21:9Ultrawide cinema/monitor2560 x 10802,764,800
3:2DSLR photography6000 x 400024,000,000
2.39:1Cinematic widescreen2048 x 8581,757,184

Common Mistakes to Avoid

Aspect ratio bugs are silent: a slightly wrong ratio will not throw an error, but viewers will notice a squeezed logo or a stretched face. Avoid these frequent errors when planning assets.

  • Confusing 16:9 with 16:10 - a 1920x1200 screen is not 16:9 and assets will show black bars on a true 16:9 display.
  • Forcing a non-native ratio into a player by stretching instead of cropping or letterboxing.
  • Rounding dimensions to whole pixels on one axis but not the other, producing off-by-one ratio drift.
  • Uploading a 16:9 thumbnail to a 1:1 Instagram grid and relying on auto-crop, which usually cuts off the subject.
  • Ignoring pixel-aspect-ratio (PAR) in older SD video workflows, where 720x480 is actually displayed as 4:3 or 16:9 depending on flag.
  • Designing for 16:9 but forgetting mobile users view in 9:16 - critical content should work in both.

Practical Quality Notes for Aspect Ratio Calculator

This calculator is most helpful when the result is tied to a real workflow, not treated as a loose number. For Aspect Ratio Calculator, verify the input value, the unit context, the expected output format, and the real place where the result will be used. That context prevents the common mistake of copying a pixel value into a print, web, or CSS workflow where the reference size is different.

Aspect Ratio Calculator reduces width and height by their greatest common divisor, then preserves that relationship when resizing. If the number looks unexpectedly large or small, check the unit direction first, then check the DPI, base font size, viewport width, or physical measurement that controls the calculation.

A good review pass for Aspect Ratio Calculator is simple: calculate once, compare against a known example, and preview the final output at the size people will actually see. Aspect ratio is the proportional relationship between width and height. 1920x1080 is 16:9. To calculate, divide both by their greatest common divisor. Common ratios: 16:9, 4:3, 1:1, 3:2.

Checks Before You Use the Result

  • Confirm that Aspect Ratio Calculator is using the same input unit your source file or design brief uses.
  • Save the DPI, viewport, or font-size setting next to the final Aspect Ratio Calculator value so another person can reproduce it.
  • Preview the Aspect Ratio Calculator output on the target medium before sending it to print, publishing it, or adding it to CSS.
  • Recalculate Aspect Ratio Calculator after resizing, cropping, changing aspect ratio, or changing the root font-size or viewport assumption.

When the Number Needs a Second Look

Recheck the result if the project moves from screen to print, from desktop to mobile, from one social platform placement to another, or from a draft export to a production file. Small context changes can make a correct Aspect Ratio Calculator answer wrong for the final job.

Sources

Reference Sources

These external references support the page's conversion formulas, resolution guidance, and unit explanations.

Frequently Asked Questions

Aspect ratio is the proportional relationship between width and height. It is expressed as two numbers separated by a colon (e.g., 16:9). An image with a 16:9 aspect ratio is 16 units wide for every 9 units tall, regardless of actual pixel dimensions.

Divide both the width and height by their greatest common divisor (GCD). For example, 1920x1080: GCD is 120, so 1920/120 = 16 and 1080/120 = 9, giving a 16:9 ratio.

YouTube recommends 16:9 (widescreen). Standard resolutions are 1920x1080 (1080p), 2560x1440 (1440p), and 3840x2160 (4K). YouTube Shorts use 9:16 (vertical).

16:9 is the standard widescreen format used by most monitors and TVs. 21:9 (ultrawide) is wider, providing more horizontal screen space. Ultrawide monitors at 21:9 are popular for productivity and immersive gaming.

Lock the aspect ratio and change one dimension. The calculator will compute the other dimension automatically. For example, if you set a 16:9 ratio and enter 1280 as width, the height will be calculated as 720.