Shades of Fire Brick #A22012
Tints of Fire Brick #A22012
RGB
CMYK
RGB Variations
Color information
#A22012 (or 0xA22012) is known color: Fire Brick. HEX triplet: A2, 20 and 12. RGB value is (162,32,18). Sum of RGB (Red+Green+Blue) = 162+32+18=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A22012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22012 is #5DDFED. Grayscale: #454545. Windows color (decimal): -6152174 or 1188002. OLE color: 1188002.
HSL color Cylindrical-coordinate representation of color #A22012: hue angle of 5.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A22012 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 32 | 18 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.36 |
| HSL | 5.83º | 0.8% | 0.35% | - |
| HSV(B) | 5.83º | 0.89% | 0.64% | - |
| XYZ | 15.53 | 8.76 | 1.44 | - |
| YUV | 69.27 | 99.07 | 194.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 32 | 18 | 0 | 0.80 | 0.89 | 0.36 | 5.83 | 0.8 | 0.35 |
| Hex | A2 | 20 | 12 | 0 | 50 | 59 | 24 | 6 | 50 | 23 |
| Octal | 242 | 40 | 22 | 0 | 120 | 131 | 44 | 6 | 120 | 43 |
| Binary | 10100010 | 100000 | 10010 | 0 | 1010000 | 1011001 | 100100 | 110 | 1010000 | 100011 |
Color Harmonies of #A22012
Complementary color
Monochromatic Colors of #A22012
Black with #A22012
Text Example
Text Example
White with #A22012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22012; }
p { color: rgb(162,32,18); }
H1.HeaderClassName
{
color: #A22012;
}
.AnyTagClassName
{
color: #A22012;
}
</style>
background-color css
<style>
a { background-color: #A22012; }
a { background-color: rgb(162,32,18); }
div.DivClassName
{
background-color: #A22012;
}
.BgClassName
{
background-color: #A22012;
}
</style>
border-color css
<style>
span { border-color: #A22012; }
span { border-color: rgb(162,32,18); }
td.TdClassName
{
border-color: #A22012;
}
.TagClassName
{
border-color: #A22012;
}
</style>