Shades of Fire Brick #AC2A16
Tints of Fire Brick #AC2A16
RGB
CMYK
RGB Variations
Color information
#AC2A16 (or 0xAC2A16) is known color: Fire Brick. HEX triplet: AC, 2A and 16. RGB value is (172,42,22). Sum of RGB (Red+Green+Blue) = 172+42+22=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2A16 is #53D5E9. Grayscale: #4E4E4E. Windows color (decimal): -5494250 or 1452716. OLE color: 1452716.
HSL color Cylindrical-coordinate representation of color #AC2A16: hue angle of 8º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC2A16 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.33 |
| HSL | 8º | 0.77% | 0.38% | - |
| HSV(B) | 8º | 0.87% | 0.67% | - |
| XYZ | 17.99 | 10.48 | 1.83 | - |
| YUV | 78.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 22 | 0 | 0.76 | 0.87 | 0.33 | 8 | 0.77 | 0.38 |
| Hex | AC | 2A | 16 | 0 | 4C | 57 | 21 | 8 | 4D | 26 |
| Octal | 254 | 52 | 26 | 0 | 114 | 127 | 41 | 10 | 115 | 46 |
| Binary | 10101100 | 101010 | 10110 | 0 | 1001100 | 1010111 | 100001 | 1000 | 1001101 | 100110 |
Color Harmonies of #AC2A16
Complementary color
Monochromatic Colors of #AC2A16
Black with #AC2A16
Text Example
Text Example
White with #AC2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2A16; }
p { color: rgb(172,42,22); }
H1.HeaderClassName
{
color: #AC2A16;
}
.AnyTagClassName
{
color: #AC2A16;
}
</style>
background-color css
<style>
a { background-color: #AC2A16; }
a { background-color: rgb(172,42,22); }
div.DivClassName
{
background-color: #AC2A16;
}
.BgClassName
{
background-color: #AC2A16;
}
</style>
border-color css
<style>
span { border-color: #AC2A16; }
span { border-color: rgb(172,42,22); }
td.TdClassName
{
border-color: #AC2A16;
}
.TagClassName
{
border-color: #AC2A16;
}
</style>