Shades of Fire Brick #AC2210
Tints of Fire Brick #AC2210
RGB
CMYK
RGB Variations
Color information
#AC2210 (or 0xAC2210) is known color: Fire Brick. HEX triplet: AC, 22 and 10. RGB value is (172,34,16). Sum of RGB (Red+Green+Blue) = 172+34+16=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2210 is #53DDEF. Grayscale: #494949. Windows color (decimal): -5496304 or 1057452. OLE color: 1057452.
HSL color Cylindrical-coordinate representation of color #AC2210: hue angle of 6.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC2210 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 16 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.33 |
| HSL | 6.92º | 0.83% | 0.37% | - |
| HSV(B) | 6.92º | 0.91% | 0.67% | - |
| XYZ | 17.68 | 9.95 | 1.48 | - |
| YUV | 73.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 16 | 0 | 0.80 | 0.91 | 0.33 | 6.92 | 0.83 | 0.37 |
| Hex | AC | 22 | 10 | 0 | 50 | 5B | 21 | 7 | 53 | 25 |
| Octal | 254 | 42 | 20 | 0 | 120 | 133 | 41 | 7 | 123 | 45 |
| Binary | 10101100 | 100010 | 10000 | 0 | 1010000 | 1011011 | 100001 | 111 | 1010011 | 100101 |
Color Harmonies of #AC2210
Complementary color
Monochromatic Colors of #AC2210
Black with #AC2210
Text Example
Text Example
White with #AC2210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2210; }
p { color: rgb(172,34,16); }
H1.HeaderClassName
{
color: #AC2210;
}
.AnyTagClassName
{
color: #AC2210;
}
</style>
background-color css
<style>
a { background-color: #AC2210; }
a { background-color: rgb(172,34,16); }
div.DivClassName
{
background-color: #AC2210;
}
.BgClassName
{
background-color: #AC2210;
}
</style>
border-color css
<style>
span { border-color: #AC2210; }
span { border-color: rgb(172,34,16); }
td.TdClassName
{
border-color: #AC2210;
}
.TagClassName
{
border-color: #AC2210;
}
</style>