What is the HEX code for brick?
The CSS color brick in HEX format is #a03623. Use this value directly in CSS, SVG, and most design tools.
How do I use brick in CSS?
To apply brick in CSS:
- Text color: color: #a03623;
- Background: background-color: #a03623;
- Border: border-color: #a03623;
What are all the color format values for brick?
| Format | Value |
|---|---|
| HEX | #a03623 |
| RGB | rgb(160, 54, 35) |
| HSL | hsl(9.1, 64.1%, 38.2%) |
| CMYK | cmyk(0%, 66.3%, 78.1%, 37.3%) |
How do I convert brick to HEX?
Select brick from the color name list in our color converter. The HEX value — #a03623 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does brick belong to?
brick belongs to the red color family. It is a medium, moderately saturated color with HSL values: hue 9.1°, saturation 64.1%, lightness 38.2%.
How do I create lighter and darker shades of brick?
Lighter variant (lightness 53.2%): #d4523b. Darker variant (lightness 23.200000000000003%): #612115. 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.