Shades of Fire Brick #AC210A
Tints of Fire Brick #AC210A
RGB
CMYK
RGB Variations
Color information
#AC210A (or 0xAC210A) is known color: Fire Brick. HEX triplet: AC, 21 and 0A. RGB value is (172,33,10). Sum of RGB (Red+Green+Blue) = 172+33+10=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC210A is #53DEF5. Grayscale: #484848. Windows color (decimal): -5496566 or 663980. OLE color: 663980.
HSL color Cylindrical-coordinate representation of color #AC210A: hue angle of 8.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC210A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 33 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.33 |
| HSL | 8.52º | 0.89% | 0.36% | - |
| HSV(B) | 8.52º | 0.94% | 0.67% | - |
| XYZ | 17.61 | 9.88 | 1.27 | - |
| YUV | 71.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 10 | 0 | 0.81 | 0.94 | 0.33 | 8.52 | 0.89 | 0.36 |
| Hex | AC | 21 | A | 0 | 51 | 5E | 21 | 9 | 59 | 24 |
| Octal | 254 | 41 | 12 | 0 | 121 | 136 | 41 | 11 | 131 | 44 |
| Binary | 10101100 | 100001 | 1010 | 0 | 1010001 | 1011110 | 100001 | 1001 | 1011001 | 100100 |
Color Harmonies of #AC210A
Complementary color
Monochromatic Colors of #AC210A
Black with #AC210A
Text Example
Text Example
White with #AC210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC210A; }
p { color: rgb(172,33,10); }
H1.HeaderClassName
{
color: #AC210A;
}
.AnyTagClassName
{
color: #AC210A;
}
</style>
background-color css
<style>
a { background-color: #AC210A; }
a { background-color: rgb(172,33,10); }
div.DivClassName
{
background-color: #AC210A;
}
.BgClassName
{
background-color: #AC210A;
}
</style>
border-color css
<style>
span { border-color: #AC210A; }
span { border-color: rgb(172,33,10); }
td.TdClassName
{
border-color: #AC210A;
}
.TagClassName
{
border-color: #AC210A;
}
</style>