Shades of Fire Brick #A82211
Tints of Fire Brick #A82211
RGB
CMYK
RGB Variations
Color information
#A82211 (or 0xA82211) is known color: Fire Brick. HEX triplet: A8, 22 and 11. RGB value is (168,34,17). Sum of RGB (Red+Green+Blue) = 168+34+17=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A82211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82211 is #57DDEE. Grayscale: #484848. Windows color (decimal): -5758447 or 1122984. OLE color: 1122984.
HSL color Cylindrical-coordinate representation of color #A82211: hue angle of 6.75º degrees, saturation: 0.82, 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 #A82211 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 34 | 17 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.34 |
| HSL | 6.75º | 0.82% | 0.36% | - |
| HSV(B) | 6.75º | 0.9% | 0.66% | - |
| XYZ | 16.82 | 9.51 | 1.48 | - |
| YUV | 72.13 | 96.89 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 34 | 17 | 0 | 0.80 | 0.90 | 0.34 | 6.75 | 0.82 | 0.36 |
| Hex | A8 | 22 | 11 | 0 | 50 | 5A | 22 | 7 | 52 | 24 |
| Octal | 250 | 42 | 21 | 0 | 120 | 132 | 42 | 7 | 122 | 44 |
| Binary | 10101000 | 100010 | 10001 | 0 | 1010000 | 1011010 | 100010 | 111 | 1010010 | 100100 |
Color Harmonies of #A82211
Complementary color
Monochromatic Colors of #A82211
Black with #A82211
Text Example
Text Example
White with #A82211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82211; }
p { color: rgb(168,34,17); }
H1.HeaderClassName
{
color: #A82211;
}
.AnyTagClassName
{
color: #A82211;
}
</style>
background-color css
<style>
a { background-color: #A82211; }
a { background-color: rgb(168,34,17); }
div.DivClassName
{
background-color: #A82211;
}
.BgClassName
{
background-color: #A82211;
}
</style>
border-color css
<style>
span { border-color: #A82211; }
span { border-color: rgb(168,34,17); }
td.TdClassName
{
border-color: #A82211;
}
.TagClassName
{
border-color: #A82211;
}
</style>