Shades of Fire Brick #AC200E
Tints of Fire Brick #AC200E
RGB
CMYK
RGB Variations
Color information
#AC200E (or 0xAC200E) is known color: Fire Brick. HEX triplet: AC, 20 and 0E. RGB value is (172,32,14). Sum of RGB (Red+Green+Blue) = 172+32+14=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200E is #53DFF1. Grayscale: #484848. Windows color (decimal): -5496818 or 925868. OLE color: 925868.
HSL color Cylindrical-coordinate representation of color #AC200E: hue angle of 6.84º degrees, saturation: 0.85, 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 #AC200E is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 14 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.33 |
| HSL | 6.84º | 0.85% | 0.36% | - |
| HSV(B) | 6.84º | 0.92% | 0.67% | - |
| XYZ | 17.61 | 9.84 | 1.39 | - |
| YUV | 71.81 | 95.38 | 199.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 14 | 0 | 0.81 | 0.92 | 0.33 | 6.84 | 0.85 | 0.36 |
| Hex | AC | 20 | E | 0 | 51 | 5C | 21 | 7 | 55 | 24 |
| Octal | 254 | 40 | 16 | 0 | 121 | 134 | 41 | 7 | 125 | 44 |
| Binary | 10101100 | 100000 | 1110 | 0 | 1010001 | 1011100 | 100001 | 111 | 1010101 | 100100 |
Color Harmonies of #AC200E
Complementary color
Monochromatic Colors of #AC200E
Black with #AC200E
Text Example
Text Example
White with #AC200E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC200E; }
p { color: rgb(172,32,14); }
H1.HeaderClassName
{
color: #AC200E;
}
.AnyTagClassName
{
color: #AC200E;
}
</style>
background-color css
<style>
a { background-color: #AC200E; }
a { background-color: rgb(172,32,14); }
div.DivClassName
{
background-color: #AC200E;
}
.BgClassName
{
background-color: #AC200E;
}
</style>
border-color css
<style>
span { border-color: #AC200E; }
span { border-color: rgb(172,32,14); }
td.TdClassName
{
border-color: #AC200E;
}
.TagClassName
{
border-color: #AC200E;
}
</style>