Shades of Red Oxide #560A0A
Tints of Red Oxide #560A0A
RGB
CMYK
RGB Variations
Color information
#560A0A (or 0x560A0A) is known color: Red Oxide. HEX triplet: 56, 0A and 0A. RGB value is (86,10,10). Sum of RGB (Red+Green+Blue) = 86+10+10=106 (14% of max value = 765). Red value is 86 (33.98% from 255 or 81.13% from 106); Green value is 10 (4.30% from 255 or 9.43% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 86 - color contains mainly: red. Hex color #560A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560A0A is #A9F5F5. Grayscale: #202020. Windows color (decimal): -11138550 or 658006. OLE color: 658006.
HSL color Cylindrical-coordinate representation of color #560A0A: hue angle of 0º 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 #560A0A is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 10 | 10 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.66 |
| HSL | 0º | 0.79% | 0.19% | - |
| HSV(B) | 0º | 0.88% | 0.34% | - |
| XYZ | 4 | 2.22 | 0.5 | - |
| YUV | 32.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 10 | 0 | 0.88 | 0.88 | 0.66 | 0 | 0.79 | 0.19 |
| Hex | 56 | A | A | 0 | 58 | 58 | 42 | 0 | 4F | 13 |
| Octal | 126 | 12 | 12 | 0 | 130 | 130 | 102 | 0 | 117 | 23 |
| Binary | 1010110 | 1010 | 1010 | 0 | 1011000 | 1011000 | 1000010 | 0 | 1001111 | 10011 |
Color Harmonies of #560A0A
Complementary color
Monochromatic Colors of #560A0A
Black with #560A0A
Text Example
Text Example
White with #560A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560A0A; }
p { color: rgb(86,10,10); }
H1.HeaderClassName
{
color: #560A0A;
}
.AnyTagClassName
{
color: #560A0A;
}
</style>
background-color css
<style>
a { background-color: #560A0A; }
a { background-color: rgb(86,10,10); }
div.DivClassName
{
background-color: #560A0A;
}
.BgClassName
{
background-color: #560A0A;
}
</style>
border-color css
<style>
span { border-color: #560A0A; }
span { border-color: rgb(86,10,10); }
td.TdClassName
{
border-color: #560A0A;
}
.TagClassName
{
border-color: #560A0A;
}
</style>