Rust Hex Code — #B7410E
RGB, HSL, and CMYK values for Rust.
Rust Color Values
| Format | Value |
|---|---|
| HEX | #B7410E |
| RGB | rgb(183, 65, 14) |
| HSL | hsl(18, 86%, 39%) |
| CMYK | cmyk(0%, 64%, 92%, 28%) |
Want to explore more shades? Use our Color Converter
About Rust
Color psychology: Earthiness, resilience.
Rust (#B7410E) is a dark shade of orange. It's commonly used in web design, graphic design, and branding where earthiness, resilience are desired associations.
How to Use Rust in CSS
/* Using HEX */ color: #B7410E; background-color: #B7410E; /* Using RGB */ color: rgb(183, 65, 14); /* Using HSL */ color: hsl(18, 86%, 39%);