Shades of Fire Brick #A02111
Tints of Fire Brick #A02111
RGB
CMYK
RGB Variations
Color information
#A02111 (or 0xA02111) is known color: Fire Brick. HEX triplet: A0, 21 and 11. RGB value is (160,33,17). Sum of RGB (Red+Green+Blue) = 160+33+17=210 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.19% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 160 - color contains mainly: red. Hex color #A02111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02111 is #5FDEEE. Grayscale: #454545. Windows color (decimal): -6282991 or 1122720. OLE color: 1122720.
HSL color Cylindrical-coordinate representation of color #A02111: hue angle of 6.71º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A02111 is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 33 | 17 | - |
| CMYK | 0 | 0.79 | 0.89 | 0.37 |
| HSL | 6.71º | 0.81% | 0.35% | - |
| HSV(B) | 6.71º | 0.89% | 0.63% | - |
| XYZ | 15.14 | 8.6 | 1.39 | - |
| YUV | 69.15 | 98.58 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 33 | 17 | 0 | 0.79 | 0.89 | 0.37 | 6.71 | 0.81 | 0.35 |
| Hex | A0 | 21 | 11 | 0 | 4F | 59 | 25 | 7 | 51 | 23 |
| Octal | 240 | 41 | 21 | 0 | 117 | 131 | 45 | 7 | 121 | 43 |
| Binary | 10100000 | 100001 | 10001 | 0 | 1001111 | 1011001 | 100101 | 111 | 1010001 | 100011 |
Color Harmonies of #A02111
Complementary color
Monochromatic Colors of #A02111
Black with #A02111
Text Example
Text Example
White with #A02111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02111; }
p { color: rgb(160,33,17); }
H1.HeaderClassName
{
color: #A02111;
}
.AnyTagClassName
{
color: #A02111;
}
</style>
background-color css
<style>
a { background-color: #A02111; }
a { background-color: rgb(160,33,17); }
div.DivClassName
{
background-color: #A02111;
}
.BgClassName
{
background-color: #A02111;
}
</style>
border-color css
<style>
span { border-color: #A02111; }
span { border-color: rgb(160,33,17); }
td.TdClassName
{
border-color: #A02111;
}
.TagClassName
{
border-color: #A02111;
}
</style>