Shades of Red Oxide #56190D
Tints of Red Oxide #56190D
RGB
CMYK
RGB Variations
Color information
#56190D (or 0x56190D) is known color: Red Oxide. HEX triplet: 56, 19 and 0D. RGB value is (86,25,13). Sum of RGB (Red+Green+Blue) = 86+25+13=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #56190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56190D is #A9E6F2. Grayscale: #292929. Windows color (decimal): -11134707 or 858454. OLE color: 858454.
HSL color Cylindrical-coordinate representation of color #56190D: hue angle of 9.86º 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 #56190D is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 13 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.66 |
| HSL | 9.86º | 0.74% | 0.19% | - |
| HSV(B) | 9.86º | 0.85% | 0.34% | - |
| XYZ | 4.26 | 2.7 | 0.68 | - |
| YUV | 41.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 13 | 0 | 0.71 | 0.85 | 0.66 | 9.86 | 0.74 | 0.19 |
| Hex | 56 | 19 | D | 0 | 47 | 55 | 42 | A | 4A | 13 |
| Octal | 126 | 31 | 15 | 0 | 107 | 125 | 102 | 12 | 112 | 23 |
| Binary | 1010110 | 11001 | 1101 | 0 | 1000111 | 1010101 | 1000010 | 1010 | 1001010 | 10011 |
Color Harmonies of #56190D
Complementary color
Monochromatic Colors of #56190D
Black with #56190D
Text Example
Text Example
White with #56190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56190D; }
p { color: rgb(86,25,13); }
H1.HeaderClassName
{
color: #56190D;
}
.AnyTagClassName
{
color: #56190D;
}
</style>
background-color css
<style>
a { background-color: #56190D; }
a { background-color: rgb(86,25,13); }
div.DivClassName
{
background-color: #56190D;
}
.BgClassName
{
background-color: #56190D;
}
</style>
border-color css
<style>
span { border-color: #56190D; }
span { border-color: rgb(86,25,13); }
td.TdClassName
{
border-color: #56190D;
}
.TagClassName
{
border-color: #56190D;
}
</style>