Shades of Fire Brick #AC2000
Tints of Fire Brick #AC2000
RGB
CMYK
RGB Variations
Color information
#AC2000 (or 0xAC2000) is known color: Fire Brick. HEX triplet: AC, 20 and 00. RGB value is (172,32,0). Sum of RGB (Red+Green+Blue) = 172+32+0=204 (27% of max value = 765). Red value is 172 (67.58% from 255 or 84.31% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2000 is #53DFFF. Grayscale: #464646. Windows color (decimal): -5496832 or 8364. OLE color: 8364.
HSL color Cylindrical-coordinate representation of color #AC2000: hue angle of 11.16º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AC2000 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.33 |
| HSL | 11.16º | 1% | 0.34% | - |
| HSV(B) | 11.16º | 1% | 0.67% | - |
| XYZ | 17.53 | 9.8 | 0.97 | - |
| YUV | 70.21 | 88.38 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 0 | 0 | 0.81 | 1 | 0.33 | 11.16 | 1 | 0.34 |
| Hex | AC | 20 | 0 | 0 | 51 | 64 | 21 | B | 64 | 22 |
| Octal | 254 | 40 | 0 | 0 | 121 | 144 | 41 | 13 | 144 | 42 |
| Binary | 10101100 | 100000 | 0 | 0 | 1010001 | 1100100 | 100001 | 1011 | 1100100 | 100010 |
Color Harmonies of #AC2000
Complementary color
Monochromatic Colors of #AC2000
Black with #AC2000
Text Example
Text Example
White with #AC2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2000; }
p { color: rgb(172,32,0); }
H1.HeaderClassName
{
color: #AC2000;
}
.AnyTagClassName
{
color: #AC2000;
}
</style>
background-color css
<style>
a { background-color: #AC2000; }
a { background-color: rgb(172,32,0); }
div.DivClassName
{
background-color: #AC2000;
}
.BgClassName
{
background-color: #AC2000;
}
</style>
border-color css
<style>
span { border-color: #AC2000; }
span { border-color: rgb(172,32,0); }
td.TdClassName
{
border-color: #AC2000;
}
.TagClassName
{
border-color: #AC2000;
}
</style>