Shades of Fire Brick #A2210A
Tints of Fire Brick #A2210A
RGB
CMYK
RGB Variations
Color information
#A2210A (or 0xA2210A) is known color: Fire Brick. HEX triplet: A2, 21 and 0A. RGB value is (162,33,10). Sum of RGB (Red+Green+Blue) = 162+33+10=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A2210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2210A is #5DDEF5. Grayscale: #454545. Windows color (decimal): -6151926 or 663970. OLE color: 663970.
HSL color Cylindrical-coordinate representation of color #A2210A: hue angle of 9.08º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A2210A is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 33 | 10 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.36 |
| HSL | 9.08º | 0.88% | 0.34% | - |
| HSV(B) | 9.08º | 0.94% | 0.64% | - |
| XYZ | 15.5 | 8.79 | 1.17 | - |
| YUV | 68.95 | 94.74 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 33 | 10 | 0 | 0.80 | 0.94 | 0.36 | 9.08 | 0.88 | 0.34 |
| Hex | A2 | 21 | A | 0 | 50 | 5E | 24 | 9 | 58 | 22 |
| Octal | 242 | 41 | 12 | 0 | 120 | 136 | 44 | 11 | 130 | 42 |
| Binary | 10100010 | 100001 | 1010 | 0 | 1010000 | 1011110 | 100100 | 1001 | 1011000 | 100010 |
Color Harmonies of #A2210A
Complementary color
Monochromatic Colors of #A2210A
Black with #A2210A
Text Example
Text Example
White with #A2210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2210A; }
p { color: rgb(162,33,10); }
H1.HeaderClassName
{
color: #A2210A;
}
.AnyTagClassName
{
color: #A2210A;
}
</style>
background-color css
<style>
a { background-color: #A2210A; }
a { background-color: rgb(162,33,10); }
div.DivClassName
{
background-color: #A2210A;
}
.BgClassName
{
background-color: #A2210A;
}
</style>
border-color css
<style>
span { border-color: #A2210A; }
span { border-color: rgb(162,33,10); }
td.TdClassName
{
border-color: #A2210A;
}
.TagClassName
{
border-color: #A2210A;
}
</style>