Shades of Red Oxide #560603
Tints of Red Oxide #560603
RGB
CMYK
RGB Variations
Color information
#560603 (or 0x560603) is known color: Red Oxide. HEX triplet: 56, 06 and 03. RGB value is (86,6,3). Sum of RGB (Red+Green+Blue) = 86+6+3=95 (12% of max value = 765). Red value is 86 (33.98% from 255 or 90.53% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 86 - color contains mainly: red. Hex color #560603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560603 is #A9F9FC. Grayscale: #1D1D1D. Windows color (decimal): -11139581 or 198230. OLE color: 198230.
HSL color Cylindrical-coordinate representation of color #560603: hue angle of 2.17º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #560603 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 6 | 3 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.66 |
| HSL | 2.17º | 0.93% | 0.17% | - |
| HSV(B) | 2.17º | 0.97% | 0.34% | - |
| XYZ | 3.92 | 2.12 | 0.29 | - |
| YUV | 29.58 | 113 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 3 | 0 | 0.93 | 0.97 | 0.66 | 2.17 | 0.93 | 0.17 |
| Hex | 56 | 6 | 3 | 0 | 5D | 61 | 42 | 2 | 5D | 11 |
| Octal | 126 | 6 | 3 | 0 | 135 | 141 | 102 | 2 | 135 | 21 |
| Binary | 1010110 | 110 | 11 | 0 | 1011101 | 1100001 | 1000010 | 10 | 1011101 | 10001 |
Color Harmonies of #560603
Complementary color
Monochromatic Colors of #560603
Black with #560603
Text Example
Text Example
White with #560603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560603; }
p { color: rgb(86,6,3); }
H1.HeaderClassName
{
color: #560603;
}
.AnyTagClassName
{
color: #560603;
}
</style>
background-color css
<style>
a { background-color: #560603; }
a { background-color: rgb(86,6,3); }
div.DivClassName
{
background-color: #560603;
}
.BgClassName
{
background-color: #560603;
}
</style>
border-color css
<style>
span { border-color: #560603; }
span { border-color: rgb(86,6,3); }
td.TdClassName
{
border-color: #560603;
}
.TagClassName
{
border-color: #560603;
}
</style>