Rust sits in the warm orange family, with the hex code #B7410E mapping to rgb(183, 65, 14) in RGB and hsl(18.1, 85.8%, 38.6%) in HSL. In OKLCH it carries 54% perceptual lightness and 0.163 chroma — a highly saturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Pure orange rarely passes WCAG AA against white at body sizes — reserve it for headings, icons or buttons with explicit ≥4.5:1 fallback text colour.
#B7410Ergb(183, 65, 14)hsl(18.1, 85.8%, 38.6%)hsv(18.1, 92.3%, 71.8%)lch(44.73% 70.41 47.95)oklch(53.51% 0.1625 39.51)lab(44.73% 47.16 52.29):root {
--color: #b7410e;
--color-rgb: rgb(183, 65, 14);
--color-hsl: hsl(18.1, 85.8%, 38.6%);
--color-oklch: oklch(53.51% 0.1625 39.51);
}How rust performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing rust with progressively more white.
Shades are produced by mixing rust with progressively more black.
Tones are produced by mixing rust with progressively more gray, lowering chroma while keeping lightness.