Aspect Ratio Calculator

1.85:1 — US Widescreen

Decimal ratio 1.8500:1. Commonly used for US theatrical widescreen projection standard.

1.85:1

Calculate dimensions

Type a width or height — the other fills in automatically at a 1.85:1 ratio.

×

Other ratios

Use it in code

Click to copy.

.element {
  aspect-ratio: 1.85 / 1;
}