Shades of Red Oxide #56140D
Tints of Red Oxide #56140D
RGB
CMYK
RGB Variations
Color information
#56140D (or 0x56140D) is known color: Red Oxide. HEX triplet: 56, 14 and 0D. RGB value is (86,20,13). Sum of RGB (Red+Green+Blue) = 86+20+13=119 (15% of max value = 765). Red value is 86 (33.98% from 255 or 72.27% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 86 - color contains mainly: red. Hex color #56140D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56140D is #A9EBF2. Grayscale: #272727. Windows color (decimal): -11135987 or 857174. OLE color: 857174.
HSL color Cylindrical-coordinate representation of color #56140D: hue angle of 5.75º 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 #56140D is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 13 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.66 |
| HSL | 5.75º | 0.74% | 0.19% | - |
| HSV(B) | 5.75º | 0.85% | 0.34% | - |
| XYZ | 4.16 | 2.51 | 0.65 | - |
| YUV | 38.94 | 113.37 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 13 | 0 | 0.77 | 0.85 | 0.66 | 5.75 | 0.74 | 0.19 |
| Hex | 56 | 14 | D | 0 | 4D | 55 | 42 | 6 | 4A | 13 |
| Octal | 126 | 24 | 15 | 0 | 115 | 125 | 102 | 6 | 112 | 23 |
| Binary | 1010110 | 10100 | 1101 | 0 | 1001101 | 1010101 | 1000010 | 110 | 1001010 | 10011 |
Color Harmonies of #56140D
Complementary color
Monochromatic Colors of #56140D
Black with #56140D
Text Example
Text Example
White with #56140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56140D; }
p { color: rgb(86,20,13); }
H1.HeaderClassName
{
color: #56140D;
}
.AnyTagClassName
{
color: #56140D;
}
</style>
background-color css
<style>
a { background-color: #56140D; }
a { background-color: rgb(86,20,13); }
div.DivClassName
{
background-color: #56140D;
}
.BgClassName
{
background-color: #56140D;
}
</style>
border-color css
<style>
span { border-color: #56140D; }
span { border-color: rgb(86,20,13); }
td.TdClassName
{
border-color: #56140D;
}
.TagClassName
{
border-color: #56140D;
}
</style>