Shades of Fire Brick #A62211
Tints of Fire Brick #A62211
RGB
CMYK
RGB Variations
Color information
#A62211 (or 0xA62211) is known color: Fire Brick. HEX triplet: A6, 22 and 11. RGB value is (166,34,17). Sum of RGB (Red+Green+Blue) = 166+34+17=217 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.50% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 166 - color contains mainly: red. Hex color #A62211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62211 is #59DDEE. Grayscale: #474747. Windows color (decimal): -5889519 or 1122982. OLE color: 1122982.
HSL color Cylindrical-coordinate representation of color #A62211: hue angle of 6.85º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62211 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 17 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.35 |
| HSL | 6.85º | 0.81% | 0.36% | - |
| HSV(B) | 6.85º | 0.9% | 0.65% | - |
| XYZ | 16.4 | 9.29 | 1.46 | - |
| YUV | 71.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 17 | 0 | 0.80 | 0.90 | 0.35 | 6.85 | 0.81 | 0.36 |
| Hex | A6 | 22 | 11 | 0 | 50 | 5A | 23 | 7 | 51 | 24 |
| Octal | 246 | 42 | 21 | 0 | 120 | 132 | 43 | 7 | 121 | 44 |
| Binary | 10100110 | 100010 | 10001 | 0 | 1010000 | 1011010 | 100011 | 111 | 1010001 | 100100 |
Color Harmonies of #A62211
Complementary color
Monochromatic Colors of #A62211
Black with #A62211
Text Example
Text Example
White with #A62211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62211; }
p { color: rgb(166,34,17); }
H1.HeaderClassName
{
color: #A62211;
}
.AnyTagClassName
{
color: #A62211;
}
</style>
background-color css
<style>
a { background-color: #A62211; }
a { background-color: rgb(166,34,17); }
div.DivClassName
{
background-color: #A62211;
}
.BgClassName
{
background-color: #A62211;
}
</style>
border-color css
<style>
span { border-color: #A62211; }
span { border-color: rgb(166,34,17); }
td.TdClassName
{
border-color: #A62211;
}
.TagClassName
{
border-color: #A62211;
}
</style>