Shades of Fire Brick #AC2107
Tints of Fire Brick #AC2107
RGB
CMYK
RGB Variations
Color information
#AC2107 (or 0xAC2107) is known color: Fire Brick. HEX triplet: AC, 21 and 07. RGB value is (172,33,7). Sum of RGB (Red+Green+Blue) = 172+33+7=212 (28% of max value = 765). Red value is 172 (67.58% from 255 or 81.13% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 7 (3.12% from 255 or 3.30% from 212); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2107 is #53DEF8. Grayscale: #474747. Windows color (decimal): -5496569 or 467372. OLE color: 467372.
HSL color Cylindrical-coordinate representation of color #AC2107: hue angle of 9.45º 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 #AC2107 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 7 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.33 |
| HSL | 9.45º | 0.92% | 0.35% | - |
| HSV(B) | 9.45º | 0.96% | 0.67% | - |
| XYZ | 17.6 | 9.87 | 1.18 | - |
| YUV | 71.6 | 91.55 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 7 | 0 | 0.81 | 0.96 | 0.33 | 9.45 | 0.92 | 0.35 |
| Hex | AC | 21 | 7 | 0 | 51 | 60 | 21 | 9 | 5C | 23 |
| Octal | 254 | 41 | 7 | 0 | 121 | 140 | 41 | 11 | 134 | 43 |
| Binary | 10101100 | 100001 | 111 | 0 | 1010001 | 1100000 | 100001 | 1001 | 1011100 | 100011 |
Color Harmonies of #AC2107
Complementary color
Monochromatic Colors of #AC2107
Black with #AC2107
Text Example
Text Example
White with #AC2107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2107; }
p { color: rgb(172,33,7); }
H1.HeaderClassName
{
color: #AC2107;
}
.AnyTagClassName
{
color: #AC2107;
}
</style>
background-color css
<style>
a { background-color: #AC2107; }
a { background-color: rgb(172,33,7); }
div.DivClassName
{
background-color: #AC2107;
}
.BgClassName
{
background-color: #AC2107;
}
</style>
border-color css
<style>
span { border-color: #AC2107; }
span { border-color: rgb(172,33,7); }
td.TdClassName
{
border-color: #AC2107;
}
.TagClassName
{
border-color: #AC2107;
}
</style>