Shades of Red Oxide #56160D
Tints of Red Oxide #56160D
RGB
CMYK
RGB Variations
Color information
#56160D (or 0x56160D) is known color: Red Oxide. HEX triplet: 56, 16 and 0D. RGB value is (86,22,13). Sum of RGB (Red+Green+Blue) = 86+22+13=121 (16% of max value = 765). Red value is 86 (33.98% from 255 or 71.07% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 86 - color contains mainly: red. Hex color #56160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56160D is #A9E9F2. Grayscale: #282828. Windows color (decimal): -11135475 or 857686. OLE color: 857686.
HSL color Cylindrical-coordinate representation of color #56160D: hue angle of 7.4º 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 #56160D is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 13 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.66 |
| HSL | 7.4º | 0.74% | 0.19% | - |
| HSV(B) | 7.4º | 0.85% | 0.34% | - |
| XYZ | 4.2 | 2.58 | 0.66 | - |
| YUV | 40.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 13 | 0 | 0.74 | 0.85 | 0.66 | 7.4 | 0.74 | 0.19 |
| Hex | 56 | 16 | D | 0 | 4A | 55 | 42 | 7 | 4A | 13 |
| Octal | 126 | 26 | 15 | 0 | 112 | 125 | 102 | 7 | 112 | 23 |
| Binary | 1010110 | 10110 | 1101 | 0 | 1001010 | 1010101 | 1000010 | 111 | 1001010 | 10011 |
Color Harmonies of #56160D
Complementary color
Monochromatic Colors of #56160D
Black with #56160D
Text Example
Text Example
White with #56160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56160D; }
p { color: rgb(86,22,13); }
H1.HeaderClassName
{
color: #56160D;
}
.AnyTagClassName
{
color: #56160D;
}
</style>
background-color css
<style>
a { background-color: #56160D; }
a { background-color: rgb(86,22,13); }
div.DivClassName
{
background-color: #56160D;
}
.BgClassName
{
background-color: #56160D;
}
</style>
border-color css
<style>
span { border-color: #56160D; }
span { border-color: rgb(86,22,13); }
td.TdClassName
{
border-color: #56160D;
}
.TagClassName
{
border-color: #56160D;
}
</style>