Shades of Red Oxide #56130C
Tints of Red Oxide #56130C
RGB
CMYK
RGB Variations
Color information
#56130C (or 0x56130C) is known color: Red Oxide. HEX triplet: 56, 13 and 0C. RGB value is (86,19,12). Sum of RGB (Red+Green+Blue) = 86+19+12=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56130C is #A9ECF3. Grayscale: #262626. Windows color (decimal): -11136244 or 791382. OLE color: 791382.
HSL color Cylindrical-coordinate representation of color #56130C: hue angle of 5.68º 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 #56130C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 12 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.66 |
| HSL | 5.68º | 0.76% | 0.19% | - |
| HSV(B) | 5.68º | 0.86% | 0.34% | - |
| XYZ | 4.14 | 2.47 | 0.61 | - |
| YUV | 38.24 | 113.2 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 12 | 0 | 0.78 | 0.86 | 0.66 | 5.68 | 0.76 | 0.19 |
| Hex | 56 | 13 | C | 0 | 4E | 56 | 42 | 6 | 4C | 13 |
| Octal | 126 | 23 | 14 | 0 | 116 | 126 | 102 | 6 | 114 | 23 |
| Binary | 1010110 | 10011 | 1100 | 0 | 1001110 | 1010110 | 1000010 | 110 | 1001100 | 10011 |
Color Harmonies of #56130C
Complementary color
Monochromatic Colors of #56130C
Black with #56130C
Text Example
Text Example
White with #56130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56130C; }
p { color: rgb(86,19,12); }
H1.HeaderClassName
{
color: #56130C;
}
.AnyTagClassName
{
color: #56130C;
}
</style>
background-color css
<style>
a { background-color: #56130C; }
a { background-color: rgb(86,19,12); }
div.DivClassName
{
background-color: #56130C;
}
.BgClassName
{
background-color: #56130C;
}
</style>
border-color css
<style>
span { border-color: #56130C; }
span { border-color: rgb(86,19,12); }
td.TdClassName
{
border-color: #56130C;
}
.TagClassName
{
border-color: #56130C;
}
</style>