Shades of Burnt Umber #A02F12
Tints of Burnt Umber #A02F12
RGB
CMYK
RGB Variations
Color information
#A02F12 (or 0xA02F12) is known color: Burnt Umber. HEX triplet: A0, 2F and 12. RGB value is (160,47,18). Sum of RGB (Red+Green+Blue) = 160+47+18=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 47 (18.75% from 255 or 20.89% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F12 is #5FD0ED. Grayscale: #4D4D4D. Windows color (decimal): -6279406 or 1191840. OLE color: 1191840.
HSL color Cylindrical-coordinate representation of color #A02F12: hue angle of 12.25º degrees, saturation: 0.8, 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 #A02F12 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 18 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.37 |
| HSL | 12.25º | 0.8% | 0.35% | - |
| HSV(B) | 12.25º | 0.89% | 0.63% | - |
| XYZ | 15.62 | 9.55 | 1.59 | - |
| YUV | 77.48 | 94.44 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 18 | 0 | 0.71 | 0.89 | 0.37 | 12.25 | 0.8 | 0.35 |
| Hex | A0 | 2F | 12 | 0 | 47 | 59 | 25 | C | 50 | 23 |
| Octal | 240 | 57 | 22 | 0 | 107 | 131 | 45 | 14 | 120 | 43 |
| Binary | 10100000 | 101111 | 10010 | 0 | 1000111 | 1011001 | 100101 | 1100 | 1010000 | 100011 |
Color Harmonies of #A02F12
Complementary color
Monochromatic Colors of #A02F12
Black with #A02F12
Text Example
Text Example
White with #A02F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F12; }
p { color: rgb(160,47,18); }
H1.HeaderClassName
{
color: #A02F12;
}
.AnyTagClassName
{
color: #A02F12;
}
</style>
background-color css
<style>
a { background-color: #A02F12; }
a { background-color: rgb(160,47,18); }
div.DivClassName
{
background-color: #A02F12;
}
.BgClassName
{
background-color: #A02F12;
}
</style>
border-color css
<style>
span { border-color: #A02F12; }
span { border-color: rgb(160,47,18); }
td.TdClassName
{
border-color: #A02F12;
}
.TagClassName
{
border-color: #A02F12;
}
</style>