Shades of Fire Brick #AC220A
Tints of Fire Brick #AC220A
RGB
CMYK
RGB Variations
Color information
#AC220A (or 0xAC220A) is known color: Fire Brick. HEX triplet: AC, 22 and 0A. RGB value is (172,34,10). Sum of RGB (Red+Green+Blue) = 172+34+10=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC220A is #53DDF5. Grayscale: #484848. Windows color (decimal): -5496310 or 664236. OLE color: 664236.
HSL color Cylindrical-coordinate representation of color #AC220A: hue angle of 8.89º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC220A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.33 |
| HSL | 8.89º | 0.89% | 0.36% | - |
| HSV(B) | 8.89º | 0.94% | 0.67% | - |
| XYZ | 17.64 | 9.94 | 1.28 | - |
| YUV | 72.53 | 92.72 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 10 | 0 | 0.80 | 0.94 | 0.33 | 8.89 | 0.89 | 0.36 |
| Hex | AC | 22 | A | 0 | 50 | 5E | 21 | 9 | 59 | 24 |
| Octal | 254 | 42 | 12 | 0 | 120 | 136 | 41 | 11 | 131 | 44 |
| Binary | 10101100 | 100010 | 1010 | 0 | 1010000 | 1011110 | 100001 | 1001 | 1011001 | 100100 |
Color Harmonies of #AC220A
Complementary color
Monochromatic Colors of #AC220A
Black with #AC220A
Text Example
Text Example
White with #AC220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC220A; }
p { color: rgb(172,34,10); }
H1.HeaderClassName
{
color: #AC220A;
}
.AnyTagClassName
{
color: #AC220A;
}
</style>
background-color css
<style>
a { background-color: #AC220A; }
a { background-color: rgb(172,34,10); }
div.DivClassName
{
background-color: #AC220A;
}
.BgClassName
{
background-color: #AC220A;
}
</style>
border-color css
<style>
span { border-color: #AC220A; }
span { border-color: rgb(172,34,10); }
td.TdClassName
{
border-color: #AC220A;
}
.TagClassName
{
border-color: #AC220A;
}
</style>