Shades of Fire Brick #AC2004
Tints of Fire Brick #AC2004
RGB
CMYK
RGB Variations
Color information
#AC2004 (or 0xAC2004) is known color: Fire Brick. HEX triplet: AC, 20 and 04. RGB value is (172,32,4). Sum of RGB (Red+Green+Blue) = 172+32+4=208 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.69% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2004 is #53DFFB. Grayscale: #464646. Windows color (decimal): -5496828 or 270508. OLE color: 270508.
HSL color Cylindrical-coordinate representation of color #AC2004: hue angle of 10º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2004 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.33 |
| HSL | 10º | 0.95% | 0.35% | - |
| HSV(B) | 10º | 0.98% | 0.67% | - |
| XYZ | 17.55 | 9.81 | 1.08 | - |
| YUV | 70.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 4 | 0 | 0.81 | 0.98 | 0.33 | 10 | 0.95 | 0.35 |
| Hex | AC | 20 | 4 | 0 | 51 | 62 | 21 | A | 5F | 23 |
| Octal | 254 | 40 | 4 | 0 | 121 | 142 | 41 | 12 | 137 | 43 |
| Binary | 10101100 | 100000 | 100 | 0 | 1010001 | 1100010 | 100001 | 1010 | 1011111 | 100011 |
Color Harmonies of #AC2004
Complementary color
Monochromatic Colors of #AC2004
Black with #AC2004
Text Example
Text Example
White with #AC2004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2004; }
p { color: rgb(172,32,4); }
H1.HeaderClassName
{
color: #AC2004;
}
.AnyTagClassName
{
color: #AC2004;
}
</style>
background-color css
<style>
a { background-color: #AC2004; }
a { background-color: rgb(172,32,4); }
div.DivClassName
{
background-color: #AC2004;
}
.BgClassName
{
background-color: #AC2004;
}
</style>
border-color css
<style>
span { border-color: #AC2004; }
span { border-color: rgb(172,32,4); }
td.TdClassName
{
border-color: #AC2004;
}
.TagClassName
{
border-color: #AC2004;
}
</style>