Shades of Burnt Umber #A02F15
Tints of Burnt Umber #A02F15
RGB
CMYK
RGB Variations
Color information
#A02F15 (or 0xA02F15) is known color: Burnt Umber. HEX triplet: A0, 2F and 15. RGB value is (160,47,21). Sum of RGB (Red+Green+Blue) = 160+47+21=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A02F15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02F15 is #5FD0EA. Grayscale: #4E4E4E. Windows color (decimal): -6279403 or 1388448. OLE color: 1388448.
HSL color Cylindrical-coordinate representation of color #A02F15: hue angle of 11.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A02F15 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 47 | 21 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.37 |
| HSL | 11.22º | 0.77% | 0.35% | - |
| HSV(B) | 11.22º | 0.87% | 0.63% | - |
| XYZ | 15.65 | 9.56 | 1.73 | - |
| YUV | 77.82 | 95.94 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 47 | 21 | 0 | 0.71 | 0.87 | 0.37 | 11.22 | 0.77 | 0.35 |
| Hex | A0 | 2F | 15 | 0 | 47 | 57 | 25 | B | 4D | 23 |
| Octal | 240 | 57 | 25 | 0 | 107 | 127 | 45 | 13 | 115 | 43 |
| Binary | 10100000 | 101111 | 10101 | 0 | 1000111 | 1010111 | 100101 | 1011 | 1001101 | 100011 |
Color Harmonies of #A02F15
Complementary color
Monochromatic Colors of #A02F15
Black with #A02F15
Text Example
Text Example
White with #A02F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02F15; }
p { color: rgb(160,47,21); }
H1.HeaderClassName
{
color: #A02F15;
}
.AnyTagClassName
{
color: #A02F15;
}
</style>
background-color css
<style>
a { background-color: #A02F15; }
a { background-color: rgb(160,47,21); }
div.DivClassName
{
background-color: #A02F15;
}
.BgClassName
{
background-color: #A02F15;
}
</style>
border-color css
<style>
span { border-color: #A02F15; }
span { border-color: rgb(160,47,21); }
td.TdClassName
{
border-color: #A02F15;
}
.TagClassName
{
border-color: #A02F15;
}
</style>