Shades of Red Oxide #56190C
Tints of Red Oxide #56190C
RGB
CMYK
RGB Variations
Color information
#56190C (or 0x56190C) is known color: Red Oxide. HEX triplet: 56, 19 and 0C. RGB value is (86,25,12). Sum of RGB (Red+Green+Blue) = 86+25+12=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #56190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56190C is #A9E6F3. Grayscale: #292929. Windows color (decimal): -11134708 or 792918. OLE color: 792918.
HSL color Cylindrical-coordinate representation of color #56190C: hue angle of 10.54º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56190C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 12 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.66 |
| HSL | 10.54º | 0.76% | 0.19% | - |
| HSV(B) | 10.54º | 0.86% | 0.34% | - |
| XYZ | 4.25 | 2.7 | 0.64 | - |
| YUV | 41.76 | 111.21 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 12 | 0 | 0.71 | 0.86 | 0.66 | 10.54 | 0.76 | 0.19 |
| Hex | 56 | 19 | C | 0 | 47 | 56 | 42 | B | 4C | 13 |
| Octal | 126 | 31 | 14 | 0 | 107 | 126 | 102 | 13 | 114 | 23 |
| Binary | 1010110 | 11001 | 1100 | 0 | 1000111 | 1010110 | 1000010 | 1011 | 1001100 | 10011 |
Color Harmonies of #56190C
Complementary color
Monochromatic Colors of #56190C
Black with #56190C
Text Example
Text Example
White with #56190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56190C; }
p { color: rgb(86,25,12); }
H1.HeaderClassName
{
color: #56190C;
}
.AnyTagClassName
{
color: #56190C;
}
</style>
background-color css
<style>
a { background-color: #56190C; }
a { background-color: rgb(86,25,12); }
div.DivClassName
{
background-color: #56190C;
}
.BgClassName
{
background-color: #56190C;
}
</style>
border-color css
<style>
span { border-color: #56190C; }
span { border-color: rgb(86,25,12); }
td.TdClassName
{
border-color: #56190C;
}
.TagClassName
{
border-color: #56190C;
}
</style>