Shades of Red Oxide #560505
Tints of Red Oxide #560505
RGB
CMYK
RGB Variations
Color information
#560505 (or 0x560505) is known color: Red Oxide. HEX triplet: 56, 05 and 05. RGB value is (86,5,5). Sum of RGB (Red+Green+Blue) = 86+5+5=96 (12% of max value = 765). Red value is 86 (33.98% from 255 or 89.58% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 86 - color contains mainly: red. Hex color #560505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560505 is #A9FAFA. Grayscale: #1D1D1D. Windows color (decimal): -11139835 or 329046. OLE color: 329046.
HSL color Cylindrical-coordinate representation of color #560505: hue angle of 0º 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 #560505 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 5 | 5 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.66 |
| HSL | 0º | 0.89% | 0.18% | - |
| HSV(B) | 0º | 0.94% | 0.34% | - |
| XYZ | 3.92 | 2.1 | 0.34 | - |
| YUV | 29.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 5 | 0 | 0.94 | 0.94 | 0.66 | 0 | 0.89 | 0.18 |
| Hex | 56 | 5 | 5 | 0 | 5E | 5E | 42 | 0 | 59 | 12 |
| Octal | 126 | 5 | 5 | 0 | 136 | 136 | 102 | 0 | 131 | 22 |
| Binary | 1010110 | 101 | 101 | 0 | 1011110 | 1011110 | 1000010 | 0 | 1011001 | 10010 |
Color Harmonies of #560505
Complementary color
Monochromatic Colors of #560505
Black with #560505
Text Example
Text Example
White with #560505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560505; }
p { color: rgb(86,5,5); }
H1.HeaderClassName
{
color: #560505;
}
.AnyTagClassName
{
color: #560505;
}
</style>
background-color css
<style>
a { background-color: #560505; }
a { background-color: rgb(86,5,5); }
div.DivClassName
{
background-color: #560505;
}
.BgClassName
{
background-color: #560505;
}
</style>
border-color css
<style>
span { border-color: #560505; }
span { border-color: rgb(86,5,5); }
td.TdClassName
{
border-color: #560505;
}
.TagClassName
{
border-color: #560505;
}
</style>