Shades of Fire Brick #AC2012
Tints of Fire Brick #AC2012
RGB
CMYK
RGB Variations
Color information
#AC2012 (or 0xAC2012) is known color: Fire Brick. HEX triplet: AC, 20 and 12. RGB value is (172,32,18). Sum of RGB (Red+Green+Blue) = 172+32+18=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2012 is #53DFED. Grayscale: #484848. Windows color (decimal): -5496814 or 1188012. OLE color: 1188012.
HSL color Cylindrical-coordinate representation of color #AC2012: hue angle of 5.45º 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 #AC2012 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.33 |
| HSL | 5.45º | 0.81% | 0.37% | - |
| HSV(B) | 5.45º | 0.9% | 0.67% | - |
| XYZ | 17.64 | 9.85 | 1.54 | - |
| YUV | 72.26 | 97.38 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 18 | 0 | 0.81 | 0.90 | 0.33 | 5.45 | 0.81 | 0.37 |
| Hex | AC | 20 | 12 | 0 | 51 | 5A | 21 | 5 | 51 | 25 |
| Octal | 254 | 40 | 22 | 0 | 121 | 132 | 41 | 5 | 121 | 45 |
| Binary | 10101100 | 100000 | 10010 | 0 | 1010001 | 1011010 | 100001 | 101 | 1010001 | 100101 |
Color Harmonies of #AC2012
Complementary color
Monochromatic Colors of #AC2012
Black with #AC2012
Text Example
Text Example
White with #AC2012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2012; }
p { color: rgb(172,32,18); }
H1.HeaderClassName
{
color: #AC2012;
}
.AnyTagClassName
{
color: #AC2012;
}
</style>
background-color css
<style>
a { background-color: #AC2012; }
a { background-color: rgb(172,32,18); }
div.DivClassName
{
background-color: #AC2012;
}
.BgClassName
{
background-color: #AC2012;
}
</style>
border-color css
<style>
span { border-color: #AC2012; }
span { border-color: rgb(172,32,18); }
td.TdClassName
{
border-color: #AC2012;
}
.TagClassName
{
border-color: #AC2012;
}
</style>