Shades of Burnt Umber #A02D10
Tints of Burnt Umber #A02D10
RGB
CMYK
RGB Variations
Color information
#A02D10 (or 0xA02D10) is known color: Burnt Umber. HEX triplet: A0, 2D and 10. RGB value is (160,45,16). Sum of RGB (Red+Green+Blue) = 160+45+16=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02D10 is #5FD2EF. Grayscale: #4C4C4C. Windows color (decimal): -6279920 or 1060256. OLE color: 1060256.
HSL color Cylindrical-coordinate representation of color #A02D10: hue angle of 12.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A02D10 is Cyan = 0, Magento = 0.72, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 45 | 16 | - |
| CMYK | 0 | 0.72 | 0.9 | 0.37 |
| HSL | 12.08º | 0.82% | 0.35% | - |
| HSV(B) | 12.08º | 0.9% | 0.63% | - |
| XYZ | 15.53 | 9.39 | 1.48 | - |
| YUV | 76.08 | 94.1 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 45 | 16 | 0 | 0.72 | 0.9 | 0.37 | 12.08 | 0.82 | 0.35 |
| Hex | A0 | 2D | 10 | 0 | 48 | 5A | 25 | C | 52 | 23 |
| Octal | 240 | 55 | 20 | 0 | 110 | 132 | 45 | 14 | 122 | 43 |
| Binary | 10100000 | 101101 | 10000 | 0 | 1001000 | 1011010 | 100101 | 1100 | 1010010 | 100011 |
Color Harmonies of #A02D10
Complementary color
Monochromatic Colors of #A02D10
Black with #A02D10
Text Example
Text Example
White with #A02D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02D10; }
p { color: rgb(160,45,16); }
H1.HeaderClassName
{
color: #A02D10;
}
.AnyTagClassName
{
color: #A02D10;
}
</style>
background-color css
<style>
a { background-color: #A02D10; }
a { background-color: rgb(160,45,16); }
div.DivClassName
{
background-color: #A02D10;
}
.BgClassName
{
background-color: #A02D10;
}
</style>
border-color css
<style>
span { border-color: #A02D10; }
span { border-color: rgb(160,45,16); }
td.TdClassName
{
border-color: #A02D10;
}
.TagClassName
{
border-color: #A02D10;
}
</style>