Shades of Red Oxide #560E0A
Tints of Red Oxide #560E0A
RGB
CMYK
RGB Variations
Color information
#560E0A (or 0x560E0A) is known color: Red Oxide. HEX triplet: 56, 0E and 0A. RGB value is (86,14,10). Sum of RGB (Red+Green+Blue) = 86+14+10=110 (14% of max value = 765). Red value is 86 (33.98% from 255 or 78.18% from 110); Green value is 14 (5.86% from 255 or 12.73% from 110); Blue value is 10 (4.30% from 255 or 9.09% from 110); Max value from RGB is 86 - color contains mainly: red. Hex color #560E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560E0A is #A9F1F5. Grayscale: #232323. Windows color (decimal): -11137526 or 659030. OLE color: 659030.
HSL color Cylindrical-coordinate representation of color #560E0A: hue angle of 3.16º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #560E0A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 10 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.66 |
| HSL | 3.16º | 0.79% | 0.19% | - |
| HSV(B) | 3.16º | 0.88% | 0.34% | - |
| XYZ | 4.05 | 2.31 | 0.52 | - |
| YUV | 35.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 10 | 0 | 0.84 | 0.88 | 0.66 | 3.16 | 0.79 | 0.19 |
| Hex | 56 | E | A | 0 | 54 | 58 | 42 | 3 | 4F | 13 |
| Octal | 126 | 16 | 12 | 0 | 124 | 130 | 102 | 3 | 117 | 23 |
| Binary | 1010110 | 1110 | 1010 | 0 | 1010100 | 1011000 | 1000010 | 11 | 1001111 | 10011 |
Color Harmonies of #560E0A
Complementary color
Monochromatic Colors of #560E0A
Black with #560E0A
Text Example
Text Example
White with #560E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E0A; }
p { color: rgb(86,14,10); }
H1.HeaderClassName
{
color: #560E0A;
}
.AnyTagClassName
{
color: #560E0A;
}
</style>
background-color css
<style>
a { background-color: #560E0A; }
a { background-color: rgb(86,14,10); }
div.DivClassName
{
background-color: #560E0A;
}
.BgClassName
{
background-color: #560E0A;
}
</style>
border-color css
<style>
span { border-color: #560E0A; }
span { border-color: rgb(86,14,10); }
td.TdClassName
{
border-color: #560E0A;
}
.TagClassName
{
border-color: #560E0A;
}
</style>