Shades of Fire Brick #AC220C
Tints of Fire Brick #AC220C
RGB
CMYK
RGB Variations
Color information
#AC220C (or 0xAC220C) is known color: Fire Brick. HEX triplet: AC, 22 and 0C. RGB value is (172,34,12). Sum of RGB (Red+Green+Blue) = 172+34+12=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC220C is #53DDF3. Grayscale: #484848. Windows color (decimal): -5496308 or 795308. OLE color: 795308.
HSL color Cylindrical-coordinate representation of color #AC220C: hue angle of 8.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC220C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.33 |
| HSL | 8.25º | 0.87% | 0.36% | - |
| HSV(B) | 8.25º | 0.93% | 0.67% | - |
| XYZ | 17.65 | 9.94 | 1.34 | - |
| YUV | 72.75 | 93.72 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 12 | 0 | 0.80 | 0.93 | 0.33 | 8.25 | 0.87 | 0.36 |
| Hex | AC | 22 | C | 0 | 50 | 5D | 21 | 8 | 57 | 24 |
| Octal | 254 | 42 | 14 | 0 | 120 | 135 | 41 | 10 | 127 | 44 |
| Binary | 10101100 | 100010 | 1100 | 0 | 1010000 | 1011101 | 100001 | 1000 | 1010111 | 100100 |
Color Harmonies of #AC220C
Complementary color
Monochromatic Colors of #AC220C
Black with #AC220C
Text Example
Text Example
White with #AC220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC220C; }
p { color: rgb(172,34,12); }
H1.HeaderClassName
{
color: #AC220C;
}
.AnyTagClassName
{
color: #AC220C;
}
</style>
background-color css
<style>
a { background-color: #AC220C; }
a { background-color: rgb(172,34,12); }
div.DivClassName
{
background-color: #AC220C;
}
.BgClassName
{
background-color: #AC220C;
}
</style>
border-color css
<style>
span { border-color: #AC220C; }
span { border-color: rgb(172,34,12); }
td.TdClassName
{
border-color: #AC220C;
}
.TagClassName
{
border-color: #AC220C;
}
</style>