Shades of Fire Brick #AC1812
Tints of Fire Brick #AC1812
RGB
CMYK
RGB Variations
Color information
#AC1812 (or 0xAC1812) is known color: Fire Brick. HEX triplet: AC, 18 and 12. RGB value is (172,24,18). Sum of RGB (Red+Green+Blue) = 172+24+18=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1812 is #53E7ED. Grayscale: #434343. Windows color (decimal): -5498862 or 1185964. OLE color: 1185964.
HSL color Cylindrical-coordinate representation of color #AC1812: hue angle of 2.34º 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 #AC1812 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 24 | 18 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.33 |
| HSL | 2.34º | 0.81% | 0.37% | - |
| HSV(B) | 2.34º | 0.9% | 0.67% | - |
| XYZ | 17.45 | 9.47 | 1.48 | - |
| YUV | 67.57 | 100.03 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 24 | 18 | 0 | 0.86 | 0.90 | 0.33 | 2.34 | 0.81 | 0.37 |
| Hex | AC | 18 | 12 | 0 | 56 | 5A | 21 | 2 | 51 | 25 |
| Octal | 254 | 30 | 22 | 0 | 126 | 132 | 41 | 2 | 121 | 45 |
| Binary | 10101100 | 11000 | 10010 | 0 | 1010110 | 1011010 | 100001 | 10 | 1010001 | 100101 |
Color Harmonies of #AC1812
Complementary color
Monochromatic Colors of #AC1812
Black with #AC1812
Text Example
Text Example
White with #AC1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1812; }
p { color: rgb(172,24,18); }
H1.HeaderClassName
{
color: #AC1812;
}
.AnyTagClassName
{
color: #AC1812;
}
</style>
background-color css
<style>
a { background-color: #AC1812; }
a { background-color: rgb(172,24,18); }
div.DivClassName
{
background-color: #AC1812;
}
.BgClassName
{
background-color: #AC1812;
}
</style>
border-color css
<style>
span { border-color: #AC1812; }
span { border-color: rgb(172,24,18); }
td.TdClassName
{
border-color: #AC1812;
}
.TagClassName
{
border-color: #AC1812;
}
</style>