Shades of Fire Brick #AC1904
Tints of Fire Brick #AC1904
RGB
CMYK
RGB Variations
Color information
#AC1904 (or 0xAC1904) is known color: Fire Brick. HEX triplet: AC, 19 and 04. RGB value is (172,25,4). Sum of RGB (Red+Green+Blue) = 172+25+4=201 (26% of max value = 765). Red value is 172 (67.58% from 255 or 85.57% from 201); Green value is 25 (10.16% from 255 or 12.44% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1904 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1904 is #53E6FB. Grayscale: #424242. Windows color (decimal): -5498620 or 268716. OLE color: 268716.
HSL color Cylindrical-coordinate representation of color #AC1904: hue angle of 7.5º 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 #AC1904 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 4 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.33 |
| HSL | 7.5º | 0.95% | 0.35% | - |
| HSV(B) | 7.5º | 0.98% | 0.67% | - |
| XYZ | 17.38 | 9.47 | 1.03 | - |
| YUV | 66.56 | 92.7 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 4 | 0 | 0.85 | 0.98 | 0.33 | 7.5 | 0.95 | 0.35 |
| Hex | AC | 19 | 4 | 0 | 55 | 62 | 21 | 8 | 5F | 23 |
| Octal | 254 | 31 | 4 | 0 | 125 | 142 | 41 | 10 | 137 | 43 |
| Binary | 10101100 | 11001 | 100 | 0 | 1010101 | 1100010 | 100001 | 1000 | 1011111 | 100011 |
Color Harmonies of #AC1904
Complementary color
Monochromatic Colors of #AC1904
Black with #AC1904
Text Example
Text Example
White with #AC1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1904; }
p { color: rgb(172,25,4); }
H1.HeaderClassName
{
color: #AC1904;
}
.AnyTagClassName
{
color: #AC1904;
}
</style>
background-color css
<style>
a { background-color: #AC1904; }
a { background-color: rgb(172,25,4); }
div.DivClassName
{
background-color: #AC1904;
}
.BgClassName
{
background-color: #AC1904;
}
</style>
border-color css
<style>
span { border-color: #AC1904; }
span { border-color: rgb(172,25,4); }
td.TdClassName
{
border-color: #AC1904;
}
.TagClassName
{
border-color: #AC1904;
}
</style>