Shades of Fire Brick #A22910
Tints of Fire Brick #A22910
RGB
CMYK
RGB Variations
Color information
#A22910 (or 0xA22910) is known color: Fire Brick. HEX triplet: A2, 29 and 10. RGB value is (162,41,16). Sum of RGB (Red+Green+Blue) = 162+41+16=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A22910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22910 is #5DD6EF. Grayscale: #4A4A4A. Windows color (decimal): -6149872 or 1059234. OLE color: 1059234.
HSL color Cylindrical-coordinate representation of color #A22910: hue angle of 10.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A22910 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 41 | 16 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.36 |
| HSL | 10.27º | 0.82% | 0.35% | - |
| HSV(B) | 10.27º | 0.9% | 0.64% | - |
| XYZ | 15.79 | 9.3 | 1.45 | - |
| YUV | 74.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 41 | 16 | 0 | 0.75 | 0.90 | 0.36 | 10.27 | 0.82 | 0.35 |
| Hex | A2 | 29 | 10 | 0 | 4B | 5A | 24 | A | 52 | 23 |
| Octal | 242 | 51 | 20 | 0 | 113 | 132 | 44 | 12 | 122 | 43 |
| Binary | 10100010 | 101001 | 10000 | 0 | 1001011 | 1011010 | 100100 | 1010 | 1010010 | 100011 |
Color Harmonies of #A22910
Complementary color
Monochromatic Colors of #A22910
Black with #A22910
Text Example
Text Example
White with #A22910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A22910; }
p { color: rgb(162,41,16); }
H1.HeaderClassName
{
color: #A22910;
}
.AnyTagClassName
{
color: #A22910;
}
</style>
background-color css
<style>
a { background-color: #A22910; }
a { background-color: rgb(162,41,16); }
div.DivClassName
{
background-color: #A22910;
}
.BgClassName
{
background-color: #A22910;
}
</style>
border-color css
<style>
span { border-color: #A22910; }
span { border-color: rgb(162,41,16); }
td.TdClassName
{
border-color: #A22910;
}
.TagClassName
{
border-color: #A22910;
}
</style>