Shades of Fire Brick #A61211
Tints of Fire Brick #A61211
RGB
CMYK
RGB Variations
Color information
#A61211 (or 0xA61211) is known color: Fire Brick. HEX triplet: A6, 12 and 11. RGB value is (166,18,17). Sum of RGB (Red+Green+Blue) = 166+18+17=201 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.59% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 166 - color contains mainly: red. Hex color #A61211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61211 is #59EDEE. Grayscale: #3E3E3E. Windows color (decimal): -5893615 or 1118886. OLE color: 1118886.
HSL color Cylindrical-coordinate representation of color #A61211: hue angle of 0.4º 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 #A61211 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 17 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.35 |
| HSL | 0.4º | 0.81% | 0.36% | - |
| HSV(B) | 0.4º | 0.9% | 0.65% | - |
| XYZ | 16.04 | 8.58 | 1.34 | - |
| YUV | 62.14 | 102.53 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 17 | 0 | 0.89 | 0.90 | 0.35 | 0.4 | 0.81 | 0.36 |
| Hex | A6 | 12 | 11 | 0 | 59 | 5A | 23 | 0 | 51 | 24 |
| Octal | 246 | 22 | 21 | 0 | 131 | 132 | 43 | 0 | 121 | 44 |
| Binary | 10100110 | 10010 | 10001 | 0 | 1011001 | 1011010 | 100011 | 0 | 1010001 | 100100 |
Color Harmonies of #A61211
Complementary color
Monochromatic Colors of #A61211
Black with #A61211
Text Example
Text Example
White with #A61211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61211; }
p { color: rgb(166,18,17); }
H1.HeaderClassName
{
color: #A61211;
}
.AnyTagClassName
{
color: #A61211;
}
</style>
background-color css
<style>
a { background-color: #A61211; }
a { background-color: rgb(166,18,17); }
div.DivClassName
{
background-color: #A61211;
}
.BgClassName
{
background-color: #A61211;
}
</style>
border-color css
<style>
span { border-color: #A61211; }
span { border-color: rgb(166,18,17); }
td.TdClassName
{
border-color: #A61211;
}
.TagClassName
{
border-color: #A61211;
}
</style>