Shades of Fire Brick #AC1917
Tints of Fire Brick #AC1917
RGB
CMYK
RGB Variations
Color information
#AC1917 (or 0xAC1917) is known color: Fire Brick. HEX triplet: AC, 19 and 17. RGB value is (172,25,23). Sum of RGB (Red+Green+Blue) = 172+25+23=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1917 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1917 is #53E6E8. Grayscale: #444444. Windows color (decimal): -5498601 or 1513900. OLE color: 1513900.
HSL color Cylindrical-coordinate representation of color #AC1917: hue angle of 0.81º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1917 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 25 | 23 | - |
| CMYK | 0 | 0.85 | 0.87 | 0.33 |
| HSL | 0.81º | 0.76% | 0.38% | - |
| HSV(B) | 0.81º | 0.87% | 0.67% | - |
| XYZ | 17.52 | 9.53 | 1.73 | - |
| YUV | 68.73 | 102.2 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 25 | 23 | 0 | 0.85 | 0.87 | 0.33 | 0.81 | 0.76 | 0.38 |
| Hex | AC | 19 | 17 | 0 | 55 | 57 | 21 | 1 | 4C | 26 |
| Octal | 254 | 31 | 27 | 0 | 125 | 127 | 41 | 1 | 114 | 46 |
| Binary | 10101100 | 11001 | 10111 | 0 | 1010101 | 1010111 | 100001 | 1 | 1001100 | 100110 |
Color Harmonies of #AC1917
Complementary color
Monochromatic Colors of #AC1917
Black with #AC1917
Text Example
Text Example
White with #AC1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1917; }
p { color: rgb(172,25,23); }
H1.HeaderClassName
{
color: #AC1917;
}
.AnyTagClassName
{
color: #AC1917;
}
</style>
background-color css
<style>
a { background-color: #AC1917; }
a { background-color: rgb(172,25,23); }
div.DivClassName
{
background-color: #AC1917;
}
.BgClassName
{
background-color: #AC1917;
}
</style>
border-color css
<style>
span { border-color: #AC1917; }
span { border-color: rgb(172,25,23); }
td.TdClassName
{
border-color: #AC1917;
}
.TagClassName
{
border-color: #AC1917;
}
</style>