Shades of Fire Brick #AC2B1D
Tints of Fire Brick #AC2B1D
RGB
CMYK
RGB Variations
Color information
#AC2B1D (or 0xAC2B1D) is known color: Fire Brick. HEX triplet: AC, 2B and 1D. RGB value is (172,43,29). Sum of RGB (Red+Green+Blue) = 172+43+29=244 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.49% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC2B1D is #53D4E2. Grayscale: #505050. Windows color (decimal): -5493987 or 1911724. OLE color: 1911724.
HSL color Cylindrical-coordinate representation of color #AC2B1D: hue angle of 5.87º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC2B1D is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 43 | 29 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.33 |
| HSL | 5.87º | 0.71% | 0.39% | - |
| HSV(B) | 5.87º | 0.83% | 0.67% | - |
| XYZ | 18.1 | 10.59 | 2.25 | - |
| YUV | 79.98 | 99.24 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 29 | 0 | 0.75 | 0.83 | 0.33 | 5.87 | 0.71 | 0.39 |
| Hex | AC | 2B | 1D | 0 | 4B | 53 | 21 | 6 | 47 | 27 |
| Octal | 254 | 53 | 35 | 0 | 113 | 123 | 41 | 6 | 107 | 47 |
| Binary | 10101100 | 101011 | 11101 | 0 | 1001011 | 1010011 | 100001 | 110 | 1000111 | 100111 |
Color Harmonies of #AC2B1D
Complementary color
Monochromatic Colors of #AC2B1D
Black with #AC2B1D
Text Example
Text Example
White with #AC2B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2B1D; }
p { color: rgb(172,43,29); }
H1.HeaderClassName
{
color: #AC2B1D;
}
.AnyTagClassName
{
color: #AC2B1D;
}
</style>
background-color css
<style>
a { background-color: #AC2B1D; }
a { background-color: rgb(172,43,29); }
div.DivClassName
{
background-color: #AC2B1D;
}
.BgClassName
{
background-color: #AC2B1D;
}
</style>
border-color css
<style>
span { border-color: #AC2B1D; }
span { border-color: rgb(172,43,29); }
td.TdClassName
{
border-color: #AC2B1D;
}
.TagClassName
{
border-color: #AC2B1D;
}
</style>