Shades of Fire Brick #AC1412
Tints of Fire Brick #AC1412
RGB
CMYK
RGB Variations
Color information
#AC1412 (or 0xAC1412) is known color: Fire Brick. HEX triplet: AC, 14 and 12. RGB value is (172,20,18). Sum of RGB (Red+Green+Blue) = 172+20+18=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1412 is #53EBED. Grayscale: #414141. Windows color (decimal): -5499886 or 1184940. OLE color: 1184940.
HSL color Cylindrical-coordinate representation of color #AC1412: hue angle of 0.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1412 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 18 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.33 |
| HSL | 0.78º | 0.81% | 0.37% | - |
| HSV(B) | 0.78º | 0.9% | 0.67% | - |
| XYZ | 17.37 | 9.31 | 1.45 | - |
| YUV | 65.22 | 101.36 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 18 | 0 | 0.88 | 0.90 | 0.33 | 0.78 | 0.81 | 0.37 |
| Hex | AC | 14 | 12 | 0 | 58 | 5A | 21 | 1 | 51 | 25 |
| Octal | 254 | 24 | 22 | 0 | 130 | 132 | 41 | 1 | 121 | 45 |
| Binary | 10101100 | 10100 | 10010 | 0 | 1011000 | 1011010 | 100001 | 1 | 1010001 | 100101 |
Color Harmonies of #AC1412
Complementary color
Monochromatic Colors of #AC1412
Black with #AC1412
Text Example
Text Example
White with #AC1412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1412; }
p { color: rgb(172,20,18); }
H1.HeaderClassName
{
color: #AC1412;
}
.AnyTagClassName
{
color: #AC1412;
}
</style>
background-color css
<style>
a { background-color: #AC1412; }
a { background-color: rgb(172,20,18); }
div.DivClassName
{
background-color: #AC1412;
}
.BgClassName
{
background-color: #AC1412;
}
</style>
border-color css
<style>
span { border-color: #AC1412; }
span { border-color: rgb(172,20,18); }
td.TdClassName
{
border-color: #AC1412;
}
.TagClassName
{
border-color: #AC1412;
}
</style>