Shades of Red Oxide #560D01
Tints of Red Oxide #560D01
RGB
CMYK
RGB Variations
Color information
#560D01 (or 0x560D01) is known color: Red Oxide. HEX triplet: 56, 0D and 01. RGB value is (86,13,1). Sum of RGB (Red+Green+Blue) = 86+13+1=100 (13% of max value = 765). Red value is 86 (33.98% from 255 or 86% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 86 - color contains mainly: red. Hex color #560D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560D01 is #A9F2FE. Grayscale: #212121. Windows color (decimal): -11137791 or 68950. OLE color: 68950.
HSL color Cylindrical-coordinate representation of color #560D01: hue angle of 8.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560D01 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.66 |
| HSL | 8.47º | 0.98% | 0.17% | - |
| HSV(B) | 8.47º | 0.99% | 0.34% | - |
| XYZ | 3.99 | 2.27 | 0.26 | - |
| YUV | 33.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 1 | 0 | 0.85 | 0.99 | 0.66 | 8.47 | 0.98 | 0.17 |
| Hex | 56 | D | 1 | 0 | 55 | 63 | 42 | 8 | 62 | 11 |
| Octal | 126 | 15 | 1 | 0 | 125 | 143 | 102 | 10 | 142 | 21 |
| Binary | 1010110 | 1101 | 1 | 0 | 1010101 | 1100011 | 1000010 | 1000 | 1100010 | 10001 |
Color Harmonies of #560D01
Complementary color
Monochromatic Colors of #560D01
Black with #560D01
Text Example
Text Example
White with #560D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D01; }
p { color: rgb(86,13,1); }
H1.HeaderClassName
{
color: #560D01;
}
.AnyTagClassName
{
color: #560D01;
}
</style>
background-color css
<style>
a { background-color: #560D01; }
a { background-color: rgb(86,13,1); }
div.DivClassName
{
background-color: #560D01;
}
.BgClassName
{
background-color: #560D01;
}
</style>
border-color css
<style>
span { border-color: #560D01; }
span { border-color: rgb(86,13,1); }
td.TdClassName
{
border-color: #560D01;
}
.TagClassName
{
border-color: #560D01;
}
</style>