Shades of Fire Brick #A82210
Tints of Fire Brick #A82210
RGB
CMYK
RGB Variations
Color information
#A82210 (or 0xA82210) is known color: Fire Brick. HEX triplet: A8, 22 and 10. RGB value is (168,34,16). Sum of RGB (Red+Green+Blue) = 168+34+16=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A82210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82210 is #57DDEF. Grayscale: #484848. Windows color (decimal): -5758448 or 1057448. OLE color: 1057448.
HSL color Cylindrical-coordinate representation of color #A82210: hue angle of 7.11º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82210 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 16 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.34 |
| HSL | 7.11º | 0.83% | 0.36% | - |
| HSV(B) | 7.11º | 0.9% | 0.66% | - |
| XYZ | 16.81 | 9.51 | 1.44 | - |
| YUV | 72.01 | 96.39 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 16 | 0 | 0.80 | 0.90 | 0.34 | 7.11 | 0.83 | 0.36 |
| Hex | A8 | 22 | 10 | 0 | 50 | 5A | 22 | 7 | 53 | 24 |
| Octal | 250 | 42 | 20 | 0 | 120 | 132 | 42 | 7 | 123 | 44 |
| Binary | 10101000 | 100010 | 10000 | 0 | 1010000 | 1011010 | 100010 | 111 | 1010011 | 100100 |
Color Harmonies of #A82210
Complementary color
Monochromatic Colors of #A82210
Black with #A82210
Text Example
Text Example
White with #A82210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82210; }
p { color: rgb(168,34,16); }
H1.HeaderClassName
{
color: #A82210;
}
.AnyTagClassName
{
color: #A82210;
}
</style>
background-color css
<style>
a { background-color: #A82210; }
a { background-color: rgb(168,34,16); }
div.DivClassName
{
background-color: #A82210;
}
.BgClassName
{
background-color: #A82210;
}
</style>
border-color css
<style>
span { border-color: #A82210; }
span { border-color: rgb(168,34,16); }
td.TdClassName
{
border-color: #A82210;
}
.TagClassName
{
border-color: #A82210;
}
</style>