What is the HEX code for dusty red?
The CSS color dusty red in HEX format is #b9484e. Use this value directly in CSS, SVG, and most design tools.
How do I use dusty red in CSS?
To apply dusty red in CSS:
- Text color: color: #b9484e;
- Background: background-color: #b9484e;
- Border: border-color: #b9484e;
What are all the color format values for dusty red?
| Format | Value |
|---|---|
| HEX | #b9484e |
| RGB | rgb(185, 72, 78) |
| HSL | hsl(356.8, 44.7%, 50.4%) |
| CMYK | cmyk(0%, 61.1%, 57.8%, 27.5%) |
How do I convert dusty red to HEX?
Select dusty red from the color name list in our color converter. The HEX value — #b9484e — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dusty red belong to?
dusty red belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 356.8°, saturation 44.7%, lightness 50.4%.
How do I create lighter and darker shades of dusty red?
Lighter variant (lightness 65.4%): #ce7f84. Darker variant (lightness 35.4%): #833236. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.