Shades of Fire Brick #AC2112
Tints of Fire Brick #AC2112
RGB
CMYK
RGB Variations
Color information
#AC2112 (or 0xAC2112) is known color: Fire Brick. HEX triplet: AC, 21 and 12. RGB value is (172,33,18). Sum of RGB (Red+Green+Blue) = 172+33+18=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2112 is #53DEED. Grayscale: #494949. Windows color (decimal): -5496558 or 1188268. OLE color: 1188268.
HSL color Cylindrical-coordinate representation of color #AC2112: hue angle of 5.84º 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 #AC2112 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 18 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.33 |
| HSL | 5.84º | 0.81% | 0.37% | - |
| HSV(B) | 5.84º | 0.9% | 0.67% | - |
| XYZ | 17.67 | 9.9 | 1.55 | - |
| YUV | 72.85 | 97.05 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 18 | 0 | 0.81 | 0.90 | 0.33 | 5.84 | 0.81 | 0.37 |
| Hex | AC | 21 | 12 | 0 | 51 | 5A | 21 | 6 | 51 | 25 |
| Octal | 254 | 41 | 22 | 0 | 121 | 132 | 41 | 6 | 121 | 45 |
| Binary | 10101100 | 100001 | 10010 | 0 | 1010001 | 1011010 | 100001 | 110 | 1010001 | 100101 |
Color Harmonies of #AC2112
Complementary color
Monochromatic Colors of #AC2112
Black with #AC2112
Text Example
Text Example
White with #AC2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2112; }
p { color: rgb(172,33,18); }
H1.HeaderClassName
{
color: #AC2112;
}
.AnyTagClassName
{
color: #AC2112;
}
</style>
background-color css
<style>
a { background-color: #AC2112; }
a { background-color: rgb(172,33,18); }
div.DivClassName
{
background-color: #AC2112;
}
.BgClassName
{
background-color: #AC2112;
}
</style>
border-color css
<style>
span { border-color: #AC2112; }
span { border-color: rgb(172,33,18); }
td.TdClassName
{
border-color: #AC2112;
}
.TagClassName
{
border-color: #AC2112;
}
</style>