Shades of Fire Brick #AC220B
Tints of Fire Brick #AC220B
RGB
CMYK
RGB Variations
Color information
#AC220B (or 0xAC220B) is known color: Fire Brick. HEX triplet: AC, 22 and 0B. RGB value is (172,34,11). Sum of RGB (Red+Green+Blue) = 172+34+11=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC220B is #53DDF4. Grayscale: #484848. Windows color (decimal): -5496309 or 729772. OLE color: 729772.
HSL color Cylindrical-coordinate representation of color #AC220B: hue angle of 8.57º degrees, saturation: 0.88, 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 #AC220B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.33 |
| HSL | 8.57º | 0.88% | 0.36% | - |
| HSV(B) | 8.57º | 0.94% | 0.67% | - |
| XYZ | 17.65 | 9.94 | 1.3 | - |
| YUV | 72.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 11 | 0 | 0.80 | 0.94 | 0.33 | 8.57 | 0.88 | 0.36 |
| Hex | AC | 22 | B | 0 | 50 | 5E | 21 | 9 | 58 | 24 |
| Octal | 254 | 42 | 13 | 0 | 120 | 136 | 41 | 11 | 130 | 44 |
| Binary | 10101100 | 100010 | 1011 | 0 | 1010000 | 1011110 | 100001 | 1001 | 1011000 | 100100 |
Color Harmonies of #AC220B
Complementary color
Monochromatic Colors of #AC220B
Black with #AC220B
Text Example
Text Example
White with #AC220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC220B; }
p { color: rgb(172,34,11); }
H1.HeaderClassName
{
color: #AC220B;
}
.AnyTagClassName
{
color: #AC220B;
}
</style>
background-color css
<style>
a { background-color: #AC220B; }
a { background-color: rgb(172,34,11); }
div.DivClassName
{
background-color: #AC220B;
}
.BgClassName
{
background-color: #AC220B;
}
</style>
border-color css
<style>
span { border-color: #AC220B; }
span { border-color: rgb(172,34,11); }
td.TdClassName
{
border-color: #AC220B;
}
.TagClassName
{
border-color: #AC220B;
}
</style>