Shades of Fire Brick #AC2212
Tints of Fire Brick #AC2212
RGB
CMYK
RGB Variations
Color information
#AC2212 (or 0xAC2212) is known color: Fire Brick. HEX triplet: AC, 22 and 12. RGB value is (172,34,18). Sum of RGB (Red+Green+Blue) = 172+34+18=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2212 is #53DDED. Grayscale: #494949. Windows color (decimal): -5496302 or 1188524. OLE color: 1188524.
HSL color Cylindrical-coordinate representation of color #AC2212: hue angle of 6.23º 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 #AC2212 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 18 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.33 |
| HSL | 6.23º | 0.81% | 0.37% | - |
| HSV(B) | 6.23º | 0.9% | 0.67% | - |
| XYZ | 17.69 | 9.96 | 1.56 | - |
| YUV | 73.44 | 96.72 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 18 | 0 | 0.80 | 0.90 | 0.33 | 6.23 | 0.81 | 0.37 |
| Hex | AC | 22 | 12 | 0 | 50 | 5A | 21 | 6 | 51 | 25 |
| Octal | 254 | 42 | 22 | 0 | 120 | 132 | 41 | 6 | 121 | 45 |
| Binary | 10101100 | 100010 | 10010 | 0 | 1010000 | 1011010 | 100001 | 110 | 1010001 | 100101 |
Color Harmonies of #AC2212
Complementary color
Monochromatic Colors of #AC2212
Black with #AC2212
Text Example
Text Example
White with #AC2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2212; }
p { color: rgb(172,34,18); }
H1.HeaderClassName
{
color: #AC2212;
}
.AnyTagClassName
{
color: #AC2212;
}
</style>
background-color css
<style>
a { background-color: #AC2212; }
a { background-color: rgb(172,34,18); }
div.DivClassName
{
background-color: #AC2212;
}
.BgClassName
{
background-color: #AC2212;
}
</style>
border-color css
<style>
span { border-color: #AC2212; }
span { border-color: rgb(172,34,18); }
td.TdClassName
{
border-color: #AC2212;
}
.TagClassName
{
border-color: #AC2212;
}
</style>