Shades of Red Oxide #560B05
Tints of Red Oxide #560B05
RGB
CMYK
RGB Variations
Color information
#560B05 (or 0x560B05) is known color: Red Oxide. HEX triplet: 56, 0B and 05. RGB value is (86,11,5). Sum of RGB (Red+Green+Blue) = 86+11+5=102 (13% of max value = 765). Red value is 86 (33.98% from 255 or 84.31% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 86 - color contains mainly: red. Hex color #560B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560B05 is #A9F4FA. Grayscale: #202020. Windows color (decimal): -11138299 or 330582. OLE color: 330582.
HSL color Cylindrical-coordinate representation of color #560B05: hue angle of 4.44º 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 #560B05 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 5 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.66 |
| HSL | 4.44º | 0.89% | 0.18% | - |
| HSV(B) | 4.44º | 0.94% | 0.34% | - |
| XYZ | 3.98 | 2.23 | 0.36 | - |
| YUV | 32.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 5 | 0 | 0.87 | 0.94 | 0.66 | 4.44 | 0.89 | 0.18 |
| Hex | 56 | B | 5 | 0 | 57 | 5E | 42 | 4 | 59 | 12 |
| Octal | 126 | 13 | 5 | 0 | 127 | 136 | 102 | 4 | 131 | 22 |
| Binary | 1010110 | 1011 | 101 | 0 | 1010111 | 1011110 | 1000010 | 100 | 1011001 | 10010 |
Color Harmonies of #560B05
Complementary color
Monochromatic Colors of #560B05
Black with #560B05
Text Example
Text Example
White with #560B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B05; }
p { color: rgb(86,11,5); }
H1.HeaderClassName
{
color: #560B05;
}
.AnyTagClassName
{
color: #560B05;
}
</style>
background-color css
<style>
a { background-color: #560B05; }
a { background-color: rgb(86,11,5); }
div.DivClassName
{
background-color: #560B05;
}
.BgClassName
{
background-color: #560B05;
}
</style>
border-color css
<style>
span { border-color: #560B05; }
span { border-color: rgb(86,11,5); }
td.TdClassName
{
border-color: #560B05;
}
.TagClassName
{
border-color: #560B05;
}
</style>