Shades of Red Oxide #560C03
Tints of Red Oxide #560C03
RGB
CMYK
RGB Variations
Color information
#560C03 (or 0x560C03) is known color: Red Oxide. HEX triplet: 56, 0C and 03. RGB value is (86,12,3). Sum of RGB (Red+Green+Blue) = 86+12+3=101 (13% of max value = 765). Red value is 86 (33.98% from 255 or 85.15% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 3 (1.56% from 255 or 2.97% from 101); Max value from RGB is 86 - color contains mainly: red. Hex color #560C03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560C03 is #A9F3FC. Grayscale: #212121. Windows color (decimal): -11138045 or 199766. OLE color: 199766.
HSL color Cylindrical-coordinate representation of color #560C03: hue angle of 6.51º 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 #560C03 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 12 | 3 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.66 |
| HSL | 6.51º | 0.93% | 0.17% | - |
| HSV(B) | 6.51º | 0.97% | 0.34% | - |
| XYZ | 3.99 | 2.25 | 0.31 | - |
| YUV | 33.1 | 111.02 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 3 | 0 | 0.86 | 0.97 | 0.66 | 6.51 | 0.93 | 0.17 |
| Hex | 56 | C | 3 | 0 | 56 | 61 | 42 | 7 | 5D | 11 |
| Octal | 126 | 14 | 3 | 0 | 126 | 141 | 102 | 7 | 135 | 21 |
| Binary | 1010110 | 1100 | 11 | 0 | 1010110 | 1100001 | 1000010 | 111 | 1011101 | 10001 |
Color Harmonies of #560C03
Complementary color
Monochromatic Colors of #560C03
Black with #560C03
Text Example
Text Example
White with #560C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C03; }
p { color: rgb(86,12,3); }
H1.HeaderClassName
{
color: #560C03;
}
.AnyTagClassName
{
color: #560C03;
}
</style>
background-color css
<style>
a { background-color: #560C03; }
a { background-color: rgb(86,12,3); }
div.DivClassName
{
background-color: #560C03;
}
.BgClassName
{
background-color: #560C03;
}
</style>
border-color css
<style>
span { border-color: #560C03; }
span { border-color: rgb(86,12,3); }
td.TdClassName
{
border-color: #560C03;
}
.TagClassName
{
border-color: #560C03;
}
</style>