Aspect Ratio Calculator

Aspect Ratio Calculator

Calculate and simplify aspect ratios, and resize dimensions while maintaining the aspect ratio. Essential for video, photography, and display design.

2026-05-06T10:07:26.935Z

Simplified Ratio

16:9

Decimal Ratio

1.7778

Original

1920 × 1080

Resize Maintaining Ratio (fill one)

What is Aspect Ratio?

Aspect ratio is the proportional relationship between the width and height of an image, video, or display. Expressed as a ratio (e.g., 16:9), it describes how wide something is relative to its height. A higher first number means a wider format, while a higher second number indicates a taller format.

Common aspect ratios include 16:9 (widescreen TVs and monitors), 4:3 (traditional video), 21:9 (ultrawide), and 1:1 (square, common on social media). Understanding aspect ratios is crucial for photographers, videographers, designers, and anyone working with visual media.

When you simplify an aspect ratio, you're reducing it to its lowest terms using the greatest common divisor (GCD). For example, 1920×1080 simplifies to 16:9 because GCD(1920, 1080) = 120, and 1920÷120 = 16, 1080÷120 = 9.

How to Calculate Aspect Ratio

Step-by-Step Process

  1. Get the dimensions: Know the width and height values
  2. Find the GCD: Calculate the greatest common divisor of width and height
  3. Divide both numbers: Divide width and height by the GCD
  4. Express as ratio: Write the result as width:height in simplified form
Aspect Ratio = Width ÷ GCD : Height ÷ GCD

⚠ Note on Decimal Dimensions

Decimal input dimensions are rounded to the nearest integer before calculating the simplified ratio. This is appropriate for pixel-based workflows (video, photography, displays). For precise mathematical aspect ratios with fractional dimensions, enter exact integer values.

Resizing While Maintaining Ratio

New Height = (New Width × Original Height) ÷ Original Width
Or vice versa if resizing by height

Example Calculations

Example 1: Simplify 1920×1080

Step 1: Find GCD(1920, 1080)

GCD = 120

Step 2: Divide both by GCD

1920 ÷ 120 = 16 | 1080 ÷ 120 = 9

Result: 16:9 aspect ratio

Example 2: Resize 1920 width to 1280 maintaining 16:9

Original: 1920 × 1080 (16:9 ratio)

New width: 1280

Calculate: New Height = (1280 × 1080) ÷ 1920 = 720

Result: 1280 × 720 maintains 16:9 ratio

Frequently Asked Questions

What does 16:9 mean?

It means for every 16 units of width, there are 9 units of height. It's the standard widescreen format for modern TVs, monitors, and HD video.

Is 1920×1080 the same as 16:9?

Yes, 1920×1080 simplifies to 16:9. The 1920×1080 is a specific resolution, while 16:9 is the aspect ratio both share.

Why do aspect ratios matter?

They ensure content displays correctly without stretching or distorting. Mismatched ratios can make people look thin or fat, or cause black bars around images.

What's the most common aspect ratio?

16:9 is the modern standard for TVs, monitors, and video. 4:3 was traditional, and 16:10 is common for computer monitors.

Can I change an image's aspect ratio?

You can crop it (reduces one dimension), stretch it (distorts image), or add padding. Cropping with maintained ratio preserves image quality.

What is a square aspect ratio?

A 1:1 aspect ratio, where width equals height. Common for profile pictures, album art, and Instagram posts.

How do I calculate GCD?

Use the Euclidean algorithm: repeatedly replace the larger number with (larger mod smaller) until remainder is 0. The final non-zero value is the GCD.

What is the decimal ratio used for?

The decimal ratio (width÷height) is useful for calculations and comparisons. For example, 16:9 ≈ 1.7778, showing width is 1.78 times the height.

Related Tools