Shades of Fire Brick #AC220D
Tints of Fire Brick #AC220D
RGB
CMYK
RGB Variations
Color information
#AC220D (or 0xAC220D) is known color: Fire Brick. HEX triplet: AC, 22 and 0D. RGB value is (172,34,13). Sum of RGB (Red+Green+Blue) = 172+34+13=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC220D is #53DDF2. Grayscale: #494949. Windows color (decimal): -5496307 or 860844. OLE color: 860844.
HSL color Cylindrical-coordinate representation of color #AC220D: hue angle of 7.92º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC220D is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 13 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.33 |
| HSL | 7.92º | 0.86% | 0.36% | - |
| HSV(B) | 7.92º | 0.92% | 0.67% | - |
| XYZ | 17.66 | 9.94 | 1.37 | - |
| YUV | 72.87 | 94.22 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 13 | 0 | 0.80 | 0.92 | 0.33 | 7.92 | 0.86 | 0.36 |
| Hex | AC | 22 | D | 0 | 50 | 5C | 21 | 8 | 56 | 24 |
| Octal | 254 | 42 | 15 | 0 | 120 | 134 | 41 | 10 | 126 | 44 |
| Binary | 10101100 | 100010 | 1101 | 0 | 1010000 | 1011100 | 100001 | 1000 | 1010110 | 100100 |
Color Harmonies of #AC220D
Complementary color
Monochromatic Colors of #AC220D
Black with #AC220D
Text Example
Text Example
White with #AC220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC220D; }
p { color: rgb(172,34,13); }
H1.HeaderClassName
{
color: #AC220D;
}
.AnyTagClassName
{
color: #AC220D;
}
</style>
background-color css
<style>
a { background-color: #AC220D; }
a { background-color: rgb(172,34,13); }
div.DivClassName
{
background-color: #AC220D;
}
.BgClassName
{
background-color: #AC220D;
}
</style>
border-color css
<style>
span { border-color: #AC220D; }
span { border-color: rgb(172,34,13); }
td.TdClassName
{
border-color: #AC220D;
}
.TagClassName
{
border-color: #AC220D;
}
</style>