Shades of Fire Brick #A0210C
Tints of Fire Brick #A0210C
RGB
CMYK
RGB Variations
Color information
#A0210C (or 0xA0210C) is known color: Fire Brick. HEX triplet: A0, 21 and 0C. RGB value is (160,33,12). Sum of RGB (Red+Green+Blue) = 160+33+12=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A0210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0210C is #5FDEF3. Grayscale: #444444. Windows color (decimal): -6282996 or 795040. OLE color: 795040.
HSL color Cylindrical-coordinate representation of color #A0210C: hue angle of 8.51º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0210C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 12 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.37 |
| HSL | 8.51º | 0.86% | 0.34% | - |
| HSV(B) | 8.51º | 0.93% | 0.63% | - |
| XYZ | 15.11 | 8.59 | 1.21 | - |
| YUV | 68.58 | 96.08 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 12 | 0 | 0.79 | 0.93 | 0.37 | 8.51 | 0.86 | 0.34 |
| Hex | A0 | 21 | C | 0 | 4F | 5D | 25 | 9 | 56 | 22 |
| Octal | 240 | 41 | 14 | 0 | 117 | 135 | 45 | 11 | 126 | 42 |
| Binary | 10100000 | 100001 | 1100 | 0 | 1001111 | 1011101 | 100101 | 1001 | 1010110 | 100010 |
Color Harmonies of #A0210C
Complementary color
Monochromatic Colors of #A0210C
Black with #A0210C
Text Example
Text Example
White with #A0210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0210C; }
p { color: rgb(160,33,12); }
H1.HeaderClassName
{
color: #A0210C;
}
.AnyTagClassName
{
color: #A0210C;
}
</style>
background-color css
<style>
a { background-color: #A0210C; }
a { background-color: rgb(160,33,12); }
div.DivClassName
{
background-color: #A0210C;
}
.BgClassName
{
background-color: #A0210C;
}
</style>
border-color css
<style>
span { border-color: #A0210C; }
span { border-color: rgb(160,33,12); }
td.TdClassName
{
border-color: #A0210C;
}
.TagClassName
{
border-color: #A0210C;
}
</style>