Shades of Fire Brick #AC200D
Tints of Fire Brick #AC200D
RGB
CMYK
RGB Variations
Color information
#AC200D (or 0xAC200D) is known color: Fire Brick. HEX triplet: AC, 20 and 0D. RGB value is (172,32,13). Sum of RGB (Red+Green+Blue) = 172+32+13=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC200D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC200D is #53DFF2. Grayscale: #474747. Windows color (decimal): -5496819 or 860332. OLE color: 860332.
HSL color Cylindrical-coordinate representation of color #AC200D: hue angle of 7.17º degrees, saturation: 0.86, 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 #AC200D is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 32 | 13 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.33 |
| HSL | 7.17º | 0.86% | 0.36% | - |
| HSV(B) | 7.17º | 0.92% | 0.67% | - |
| XYZ | 17.6 | 9.83 | 1.35 | - |
| YUV | 71.69 | 94.88 | 199.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 13 | 0 | 0.81 | 0.92 | 0.33 | 7.17 | 0.86 | 0.36 |
| Hex | AC | 20 | D | 0 | 51 | 5C | 21 | 7 | 56 | 24 |
| Octal | 254 | 40 | 15 | 0 | 121 | 134 | 41 | 7 | 126 | 44 |
| Binary | 10101100 | 100000 | 1101 | 0 | 1010001 | 1011100 | 100001 | 111 | 1010110 | 100100 |
Color Harmonies of #AC200D
Complementary color
Monochromatic Colors of #AC200D
Black with #AC200D
Text Example
Text Example
White with #AC200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC200D; }
p { color: rgb(172,32,13); }
H1.HeaderClassName
{
color: #AC200D;
}
.AnyTagClassName
{
color: #AC200D;
}
</style>
background-color css
<style>
a { background-color: #AC200D; }
a { background-color: rgb(172,32,13); }
div.DivClassName
{
background-color: #AC200D;
}
.BgClassName
{
background-color: #AC200D;
}
</style>
border-color css
<style>
span { border-color: #AC200D; }
span { border-color: rgb(172,32,13); }
td.TdClassName
{
border-color: #AC200D;
}
.TagClassName
{
border-color: #AC200D;
}
</style>