Shades of Burnt Umber #A02C11
Tints of Burnt Umber #A02C11
RGB
CMYK
RGB Variations
Color information
#A02C11 (or 0xA02C11) is known color: Burnt Umber. HEX triplet: A0, 2C and 11. RGB value is (160,44,17). Sum of RGB (Red+Green+Blue) = 160+44+17=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C11 is #5FD3EE. Grayscale: #4B4B4B. Windows color (decimal): -6280175 or 1125536. OLE color: 1125536.
HSL color Cylindrical-coordinate representation of color #A02C11: hue angle of 11.33º 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 #A02C11 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 44 | 17 | - |
| CMYK | 0 | 0.72 | 0.89 | 0.37 |
| HSL | 11.33º | 0.81% | 0.35% | - |
| HSV(B) | 11.33º | 0.89% | 0.63% | - |
| XYZ | 15.5 | 9.32 | 1.51 | - |
| YUV | 75.61 | 94.93 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 44 | 17 | 0 | 0.72 | 0.89 | 0.37 | 11.33 | 0.81 | 0.35 |
| Hex | A0 | 2C | 11 | 0 | 48 | 59 | 25 | B | 51 | 23 |
| Octal | 240 | 54 | 21 | 0 | 110 | 131 | 45 | 13 | 121 | 43 |
| Binary | 10100000 | 101100 | 10001 | 0 | 1001000 | 1011001 | 100101 | 1011 | 1010001 | 100011 |
Color Harmonies of #A02C11
Complementary color
Monochromatic Colors of #A02C11
Black with #A02C11
Text Example
Text Example
White with #A02C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02C11; }
p { color: rgb(160,44,17); }
H1.HeaderClassName
{
color: #A02C11;
}
.AnyTagClassName
{
color: #A02C11;
}
</style>
background-color css
<style>
a { background-color: #A02C11; }
a { background-color: rgb(160,44,17); }
div.DivClassName
{
background-color: #A02C11;
}
.BgClassName
{
background-color: #A02C11;
}
</style>
border-color css
<style>
span { border-color: #A02C11; }
span { border-color: rgb(160,44,17); }
td.TdClassName
{
border-color: #A02C11;
}
.TagClassName
{
border-color: #A02C11;
}
</style>