Shades of Red Oxide #560E05
Tints of Red Oxide #560E05
RGB
CMYK
RGB Variations
Color information
#560E05 (or 0x560E05) is known color: Red Oxide. HEX triplet: 56, 0E and 05. RGB value is (86,14,5). Sum of RGB (Red+Green+Blue) = 86+14+5=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #560E05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E05 is #A9F1FA. Grayscale: #222222. Windows color (decimal): -11137531 or 331350. OLE color: 331350.
HSL color Cylindrical-coordinate representation of color #560E05: hue angle of 6.67º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560E05 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 5 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.66 |
| HSL | 6.67º | 0.89% | 0.18% | - |
| HSV(B) | 6.67º | 0.94% | 0.34% | - |
| XYZ | 4.02 | 2.3 | 0.38 | - |
| YUV | 34.5 | 111.35 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 5 | 0 | 0.84 | 0.94 | 0.66 | 6.67 | 0.89 | 0.18 |
| Hex | 56 | E | 5 | 0 | 54 | 5E | 42 | 7 | 59 | 12 |
| Octal | 126 | 16 | 5 | 0 | 124 | 136 | 102 | 7 | 131 | 22 |
| Binary | 1010110 | 1110 | 101 | 0 | 1010100 | 1011110 | 1000010 | 111 | 1011001 | 10010 |
Color Harmonies of #560E05
Complementary color
Monochromatic Colors of #560E05
Black with #560E05
Text Example
Text Example
White with #560E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E05; }
p { color: rgb(86,14,5); }
H1.HeaderClassName
{
color: #560E05;
}
.AnyTagClassName
{
color: #560E05;
}
</style>
background-color css
<style>
a { background-color: #560E05; }
a { background-color: rgb(86,14,5); }
div.DivClassName
{
background-color: #560E05;
}
.BgClassName
{
background-color: #560E05;
}
</style>
border-color css
<style>
span { border-color: #560E05; }
span { border-color: rgb(86,14,5); }
td.TdClassName
{
border-color: #560E05;
}
.TagClassName
{
border-color: #560E05;
}
</style>