Home/Aspect Ratio Calculator
๐Ÿ“ฑ
Math

Aspect Ratio Calculator

Calculate and convert aspect ratios for videos, images and screen sizes.

๐Ÿ“ Enter Dimensions

๐Ÿ‘๏ธ Visual Preview

1920 ร— 1080

16:9 ยท Landscape

๐Ÿ“Š Results

Aspect Ratio
16:9
Decimal Ratio
1.7778
Orientation
Landscape
Total Pixels
2,073,600
Megapixels
2.07 MP
Diagonal (px)
2203

๐Ÿ“‹ Modern CSS Generator

Container

.aspect-box {
  width: 100%;
  aspect-ratio: 16 / 9;
}

Image

img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

Video

video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

๐Ÿ’พ Resolution Presets

๐Ÿ“ฑ Device Presets

โญ My Custom Presets

๐ŸŽฌ Common Ratios