Shades of Fire Brick #A22213
Tints of Fire Brick #A22213
RGB
CMYK
RGB Variations
Color information
#A22213 (or 0xA22213) is known color: Fire Brick. HEX triplet: A2, 22 and 13. RGB value is (162,34,19). Sum of RGB (Red+Green+Blue) = 162+34+19=215 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.35% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 162 - color contains mainly: red. Hex color #A22213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22213 is #5DDDEC. Grayscale: #464646. Windows color (decimal): -6151661 or 1254050. OLE color: 1254050.
HSL color Cylindrical-coordinate representation of color #A22213: hue angle of 6.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A22213 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 34 | 19 | - |
| CMYK | 0 | 0.79 | 0.88 | 0.36 |
| HSL | 6.29º | 0.79% | 0.35% | - |
| HSV(B) | 6.29º | 0.88% | 0.64% | - |
| XYZ | 15.59 | 8.87 | 1.51 | - |
| YUV | 70.56 | 98.91 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 34 | 19 | 0 | 0.79 | 0.88 | 0.36 | 6.29 | 0.79 | 0.35 |
| Hex | A2 | 22 | 13 | 0 | 4F | 58 | 24 | 6 | 4F | 23 |
| Octal | 242 | 42 | 23 | 0 | 117 | 130 | 44 | 6 | 117 | 43 |
| Binary | 10100010 | 100010 | 10011 | 0 | 1001111 | 1011000 | 100100 | 110 | 1001111 | 100011 |
Color Harmonies of #A22213
Complementary color
Monochromatic Colors of #A22213
Black with #A22213
Text Example
Text Example
White with #A22213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22213; }
p { color: rgb(162,34,19); }
H1.HeaderClassName
{
color: #A22213;
}
.AnyTagClassName
{
color: #A22213;
}
</style>
background-color css
<style>
a { background-color: #A22213; }
a { background-color: rgb(162,34,19); }
div.DivClassName
{
background-color: #A22213;
}
.BgClassName
{
background-color: #A22213;
}
</style>
border-color css
<style>
span { border-color: #A22213; }
span { border-color: rgb(162,34,19); }
td.TdClassName
{
border-color: #A22213;
}
.TagClassName
{
border-color: #A22213;
}
</style>