Shades of Red Oxide #560403
Tints of Red Oxide #560403
RGB
CMYK
RGB Variations
Color information
#560403 (or 0x560403) is known color: Red Oxide. HEX triplet: 56, 04 and 03. RGB value is (86,4,3). Sum of RGB (Red+Green+Blue) = 86+4+3=93 (12% of max value = 765). Red value is 86 (33.98% from 255 or 92.47% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 86 - color contains mainly: red. Hex color #560403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560403 is #A9FBFC. Grayscale: #1C1C1C. Windows color (decimal): -11140093 or 197718. OLE color: 197718.
HSL color Cylindrical-coordinate representation of color #560403: hue angle of 0.72º 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 #560403 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 4 | 3 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.66 |
| HSL | 0.72º | 0.93% | 0.17% | - |
| HSV(B) | 0.72º | 0.97% | 0.34% | - |
| XYZ | 3.9 | 2.07 | 0.28 | - |
| YUV | 28.4 | 113.67 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 3 | 0 | 0.95 | 0.97 | 0.66 | 0.72 | 0.93 | 0.17 |
| Hex | 56 | 4 | 3 | 0 | 5F | 61 | 42 | 1 | 5D | 11 |
| Octal | 126 | 4 | 3 | 0 | 137 | 141 | 102 | 1 | 135 | 21 |
| Binary | 1010110 | 100 | 11 | 0 | 1011111 | 1100001 | 1000010 | 1 | 1011101 | 10001 |
Color Harmonies of #560403
Complementary color
Monochromatic Colors of #560403
Black with #560403
Text Example
Text Example
White with #560403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560403; }
p { color: rgb(86,4,3); }
H1.HeaderClassName
{
color: #560403;
}
.AnyTagClassName
{
color: #560403;
}
</style>
background-color css
<style>
a { background-color: #560403; }
a { background-color: rgb(86,4,3); }
div.DivClassName
{
background-color: #560403;
}
.BgClassName
{
background-color: #560403;
}
</style>
border-color css
<style>
span { border-color: #560403; }
span { border-color: rgb(86,4,3); }
td.TdClassName
{
border-color: #560403;
}
.TagClassName
{
border-color: #560403;
}
</style>