Shades of Fire Brick #A2220A
Tints of Fire Brick #A2220A
RGB
CMYK
RGB Variations
Color information
#A2220A (or 0xA2220A) is known color: Fire Brick. HEX triplet: A2, 22 and 0A. RGB value is (162,34,10). Sum of RGB (Red+Green+Blue) = 162+34+10=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A2220A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2220A is #5DDDF5. Grayscale: #454545. Windows color (decimal): -6151670 or 664226. OLE color: 664226.
HSL color Cylindrical-coordinate representation of color #A2220A: hue angle of 9.47º 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 #A2220A is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 10 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.36 |
| HSL | 9.47º | 0.88% | 0.34% | - |
| HSV(B) | 9.47º | 0.94% | 0.64% | - |
| XYZ | 15.53 | 8.85 | 1.18 | - |
| YUV | 69.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 10 | 0 | 0.79 | 0.94 | 0.36 | 9.47 | 0.88 | 0.34 |
| Hex | A2 | 22 | A | 0 | 4F | 5E | 24 | 9 | 58 | 22 |
| Octal | 242 | 42 | 12 | 0 | 117 | 136 | 44 | 11 | 130 | 42 |
| Binary | 10100010 | 100010 | 1010 | 0 | 1001111 | 1011110 | 100100 | 1001 | 1011000 | 100010 |
Color Harmonies of #A2220A
Complementary color
Monochromatic Colors of #A2220A
Black with #A2220A
Text Example
Text Example
White with #A2220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2220A; }
p { color: rgb(162,34,10); }
H1.HeaderClassName
{
color: #A2220A;
}
.AnyTagClassName
{
color: #A2220A;
}
</style>
background-color css
<style>
a { background-color: #A2220A; }
a { background-color: rgb(162,34,10); }
div.DivClassName
{
background-color: #A2220A;
}
.BgClassName
{
background-color: #A2220A;
}
</style>
border-color css
<style>
span { border-color: #A2220A; }
span { border-color: rgb(162,34,10); }
td.TdClassName
{
border-color: #A2220A;
}
.TagClassName
{
border-color: #A2220A;
}
</style>