Shades of Fire Brick #AC2207
Tints of Fire Brick #AC2207
RGB
CMYK
RGB Variations
Color information
#AC2207 (or 0xAC2207) is known color: Fire Brick. HEX triplet: AC, 22 and 07. RGB value is (172,34,7). Sum of RGB (Red+Green+Blue) = 172+34+7=213 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.75% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2207 is #53DDF8. Grayscale: #484848. Windows color (decimal): -5496313 or 467628. OLE color: 467628.
HSL color Cylindrical-coordinate representation of color #AC2207: hue angle of 9.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC2207 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 34 | 7 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.33 |
| HSL | 9.82º | 0.92% | 0.35% | - |
| HSV(B) | 9.82º | 0.96% | 0.67% | - |
| XYZ | 17.62 | 9.93 | 1.19 | - |
| YUV | 72.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 34 | 7 | 0 | 0.80 | 0.96 | 0.33 | 9.82 | 0.92 | 0.35 |
| Hex | AC | 22 | 7 | 0 | 50 | 60 | 21 | A | 5C | 23 |
| Octal | 254 | 42 | 7 | 0 | 120 | 140 | 41 | 12 | 134 | 43 |
| Binary | 10101100 | 100010 | 111 | 0 | 1010000 | 1100000 | 100001 | 1010 | 1011100 | 100011 |
Color Harmonies of #AC2207
Complementary color
Monochromatic Colors of #AC2207
Black with #AC2207
Text Example
Text Example
White with #AC2207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2207; }
p { color: rgb(172,34,7); }
H1.HeaderClassName
{
color: #AC2207;
}
.AnyTagClassName
{
color: #AC2207;
}
</style>
background-color css
<style>
a { background-color: #AC2207; }
a { background-color: rgb(172,34,7); }
div.DivClassName
{
background-color: #AC2207;
}
.BgClassName
{
background-color: #AC2207;
}
</style>
border-color css
<style>
span { border-color: #AC2207; }
span { border-color: rgb(172,34,7); }
td.TdClassName
{
border-color: #AC2207;
}
.TagClassName
{
border-color: #AC2207;
}
</style>