Shades of Fire Brick #AC2111
Tints of Fire Brick #AC2111
RGB
CMYK
RGB Variations
Color information
#AC2111 (or 0xAC2111) is known color: Fire Brick. HEX triplet: AC, 21 and 11. RGB value is (172,33,17). Sum of RGB (Red+Green+Blue) = 172+33+17=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2111 is #53DEEE. Grayscale: #484848. Windows color (decimal): -5496559 or 1122732. OLE color: 1122732.
HSL color Cylindrical-coordinate representation of color #AC2111: hue angle of 6.19º degrees, saturation: 0.82, 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 #AC2111 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 17 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.33 |
| HSL | 6.19º | 0.82% | 0.37% | - |
| HSV(B) | 6.19º | 0.9% | 0.67% | - |
| XYZ | 17.66 | 9.9 | 1.51 | - |
| YUV | 72.74 | 96.55 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 17 | 0 | 0.81 | 0.90 | 0.33 | 6.19 | 0.82 | 0.37 |
| Hex | AC | 21 | 11 | 0 | 51 | 5A | 21 | 6 | 52 | 25 |
| Octal | 254 | 41 | 21 | 0 | 121 | 132 | 41 | 6 | 122 | 45 |
| Binary | 10101100 | 100001 | 10001 | 0 | 1010001 | 1011010 | 100001 | 110 | 1010010 | 100101 |
Color Harmonies of #AC2111
Complementary color
Monochromatic Colors of #AC2111
Black with #AC2111
Text Example
Text Example
White with #AC2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2111; }
p { color: rgb(172,33,17); }
H1.HeaderClassName
{
color: #AC2111;
}
.AnyTagClassName
{
color: #AC2111;
}
</style>
background-color css
<style>
a { background-color: #AC2111; }
a { background-color: rgb(172,33,17); }
div.DivClassName
{
background-color: #AC2111;
}
.BgClassName
{
background-color: #AC2111;
}
</style>
border-color css
<style>
span { border-color: #AC2111; }
span { border-color: rgb(172,33,17); }
td.TdClassName
{
border-color: #AC2111;
}
.TagClassName
{
border-color: #AC2111;
}
</style>