Shades of Red Oxide #560F0D
Tints of Red Oxide #560F0D
RGB
CMYK
RGB Variations
Color information
#560F0D (or 0x560F0D) is known color: Red Oxide. HEX triplet: 56, 0F and 0D. RGB value is (86,15,13). Sum of RGB (Red+Green+Blue) = 86+15+13=114 (15% of max value = 765). Red value is 86 (33.98% from 255 or 75.44% from 114); Green value is 15 (6.25% from 255 or 13.16% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 86 - color contains mainly: red. Hex color #560F0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #560F0D is #A9F0F2. Grayscale: #242424. Windows color (decimal): -11137267 or 855894. OLE color: 855894.
HSL color Cylindrical-coordinate representation of color #560F0D: hue angle of 1.64º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560F0D is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 15 | 13 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.66 |
| HSL | 1.64º | 0.74% | 0.19% | - |
| HSV(B) | 1.64º | 0.85% | 0.34% | - |
| XYZ | 4.08 | 2.35 | 0.62 | - |
| YUV | 36 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 15 | 13 | 0 | 0.83 | 0.85 | 0.66 | 1.64 | 0.74 | 0.19 |
| Hex | 56 | F | D | 0 | 53 | 55 | 42 | 2 | 4A | 13 |
| Octal | 126 | 17 | 15 | 0 | 123 | 125 | 102 | 2 | 112 | 23 |
| Binary | 1010110 | 1111 | 1101 | 0 | 1010011 | 1010101 | 1000010 | 10 | 1001010 | 10011 |
Color Harmonies of #560F0D
Complementary color
Monochromatic Colors of #560F0D
Black with #560F0D
Text Example
Text Example
White with #560F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560F0D; }
p { color: rgb(86,15,13); }
H1.HeaderClassName
{
color: #560F0D;
}
.AnyTagClassName
{
color: #560F0D;
}
</style>
background-color css
<style>
a { background-color: #560F0D; }
a { background-color: rgb(86,15,13); }
div.DivClassName
{
background-color: #560F0D;
}
.BgClassName
{
background-color: #560F0D;
}
</style>
border-color css
<style>
span { border-color: #560F0D; }
span { border-color: rgb(86,15,13); }
td.TdClassName
{
border-color: #560F0D;
}
.TagClassName
{
border-color: #560F0D;
}
</style>