Shades of Fire Brick #AC2008
Tints of Fire Brick #AC2008
RGB
CMYK
RGB Variations
Color information
#AC2008 (or 0xAC2008) is known color: Fire Brick. HEX triplet: AC, 20 and 08. RGB value is (172,32,8). Sum of RGB (Red+Green+Blue) = 172+32+8=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2008 is #53DFF7. Grayscale: #474747. Windows color (decimal): -5496824 or 532652. OLE color: 532652.
HSL color Cylindrical-coordinate representation of color #AC2008: hue angle of 8.78º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC2008 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 8 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.33 |
| HSL | 8.78º | 0.91% | 0.35% | - |
| HSV(B) | 8.78º | 0.95% | 0.67% | - |
| XYZ | 17.57 | 9.82 | 1.2 | - |
| YUV | 71.12 | 92.38 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 8 | 0 | 0.81 | 0.95 | 0.33 | 8.78 | 0.91 | 0.35 |
| Hex | AC | 20 | 8 | 0 | 51 | 5F | 21 | 9 | 5B | 23 |
| Octal | 254 | 40 | 10 | 0 | 121 | 137 | 41 | 11 | 133 | 43 |
| Binary | 10101100 | 100000 | 1000 | 0 | 1010001 | 1011111 | 100001 | 1001 | 1011011 | 100011 |
Color Harmonies of #AC2008
Complementary color
Monochromatic Colors of #AC2008
Black with #AC2008
Text Example
Text Example
White with #AC2008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2008; }
p { color: rgb(172,32,8); }
H1.HeaderClassName
{
color: #AC2008;
}
.AnyTagClassName
{
color: #AC2008;
}
</style>
background-color css
<style>
a { background-color: #AC2008; }
a { background-color: rgb(172,32,8); }
div.DivClassName
{
background-color: #AC2008;
}
.BgClassName
{
background-color: #AC2008;
}
</style>
border-color css
<style>
span { border-color: #AC2008; }
span { border-color: rgb(172,32,8); }
td.TdClassName
{
border-color: #AC2008;
}
.TagClassName
{
border-color: #AC2008;
}
</style>