Shades of Fire Brick #AC210C
Tints of Fire Brick #AC210C
RGB
CMYK
RGB Variations
Color information
#AC210C (or 0xAC210C) is known color: Fire Brick. HEX triplet: AC, 21 and 0C. RGB value is (172,33,12). Sum of RGB (Red+Green+Blue) = 172+33+12=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC210C is #53DEF3. Grayscale: #484848. Windows color (decimal): -5496564 or 795052. OLE color: 795052.
HSL color Cylindrical-coordinate representation of color #AC210C: hue angle of 7.87º 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 #AC210C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.33 |
| HSL | 7.88º | 0.87% | 0.36% | - |
| HSV(B) | 7.88º | 0.93% | 0.67% | - |
| XYZ | 17.62 | 9.88 | 1.33 | - |
| YUV | 72.17 | 94.05 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 12 | 0 | 0.81 | 0.93 | 0.33 | 7.88 | 0.87 | 0.36 |
| Hex | AC | 21 | C | 0 | 51 | 5D | 21 | 8 | 57 | 24 |
| Octal | 254 | 41 | 14 | 0 | 121 | 135 | 41 | 10 | 127 | 44 |
| Binary | 10101100 | 100001 | 1100 | 0 | 1010001 | 1011101 | 100001 | 1000 | 1010111 | 100100 |
Color Harmonies of #AC210C
Complementary color
Monochromatic Colors of #AC210C
Black with #AC210C
Text Example
Text Example
White with #AC210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC210C; }
p { color: rgb(172,33,12); }
H1.HeaderClassName
{
color: #AC210C;
}
.AnyTagClassName
{
color: #AC210C;
}
</style>
background-color css
<style>
a { background-color: #AC210C; }
a { background-color: rgb(172,33,12); }
div.DivClassName
{
background-color: #AC210C;
}
.BgClassName
{
background-color: #AC210C;
}
</style>
border-color css
<style>
span { border-color: #AC210C; }
span { border-color: rgb(172,33,12); }
td.TdClassName
{
border-color: #AC210C;
}
.TagClassName
{
border-color: #AC210C;
}
</style>