Shades of Fire Brick #AC200C
Tints of Fire Brick #AC200C
RGB
CMYK
RGB Variations
Color information
#AC200C (or 0xAC200C) is known color: Fire Brick. HEX triplet: AC, 20 and 0C. RGB value is (172,32,12). Sum of RGB (Red+Green+Blue) = 172+32+12=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200C is #53DFF3. Grayscale: #474747. Windows color (decimal): -5496820 or 794796. OLE color: 794796.
HSL color Cylindrical-coordinate representation of color #AC200C: hue angle of 7.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC200C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.33 |
| HSL | 7.5º | 0.87% | 0.36% | - |
| HSV(B) | 7.5º | 0.93% | 0.67% | - |
| XYZ | 17.6 | 9.83 | 1.32 | - |
| YUV | 71.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 12 | 0 | 0.81 | 0.93 | 0.33 | 7.5 | 0.87 | 0.36 |
| Hex | AC | 20 | C | 0 | 51 | 5D | 21 | 8 | 57 | 24 |
| Octal | 254 | 40 | 14 | 0 | 121 | 135 | 41 | 10 | 127 | 44 |
| Binary | 10101100 | 100000 | 1100 | 0 | 1010001 | 1011101 | 100001 | 1000 | 1010111 | 100100 |
Color Harmonies of #AC200C
Complementary color
Monochromatic Colors of #AC200C
Black with #AC200C
Text Example
Text Example
White with #AC200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC200C; }
p { color: rgb(172,32,12); }
H1.HeaderClassName
{
color: #AC200C;
}
.AnyTagClassName
{
color: #AC200C;
}
</style>
background-color css
<style>
a { background-color: #AC200C; }
a { background-color: rgb(172,32,12); }
div.DivClassName
{
background-color: #AC200C;
}
.BgClassName
{
background-color: #AC200C;
}
</style>
border-color css
<style>
span { border-color: #AC200C; }
span { border-color: rgb(172,32,12); }
td.TdClassName
{
border-color: #AC200C;
}
.TagClassName
{
border-color: #AC200C;
}
</style>