Shades of Red Oxide #56140B
Tints of Red Oxide #56140B
RGB
CMYK
RGB Variations
Color information
#56140B (or 0x56140B) is known color: Red Oxide. HEX triplet: 56, 14 and 0B. RGB value is (86,20,11). Sum of RGB (Red+Green+Blue) = 86+20+11=117 (15% of max value = 765). Red value is 86 (33.98% from 255 or 73.50% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 11 (4.69% from 255 or 9.40% from 117); Max value from RGB is 86 - color contains mainly: red. Hex color #56140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56140B is #A9EBF4. Grayscale: #262626. Windows color (decimal): -11135989 or 726102. OLE color: 726102.
HSL color Cylindrical-coordinate representation of color #56140B: hue angle of 7.2º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #56140B is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 20 | 11 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.66 |
| HSL | 7.2º | 0.77% | 0.19% | - |
| HSV(B) | 7.2º | 0.87% | 0.34% | - |
| XYZ | 4.15 | 2.5 | 0.58 | - |
| YUV | 38.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 11 | 0 | 0.77 | 0.87 | 0.66 | 7.2 | 0.77 | 0.19 |
| Hex | 56 | 14 | B | 0 | 4D | 57 | 42 | 7 | 4D | 13 |
| Octal | 126 | 24 | 13 | 0 | 115 | 127 | 102 | 7 | 115 | 23 |
| Binary | 1010110 | 10100 | 1011 | 0 | 1001101 | 1010111 | 1000010 | 111 | 1001101 | 10011 |
Color Harmonies of #56140B
Complementary color
Monochromatic Colors of #56140B
Black with #56140B
Text Example
Text Example
White with #56140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56140B; }
p { color: rgb(86,20,11); }
H1.HeaderClassName
{
color: #56140B;
}
.AnyTagClassName
{
color: #56140B;
}
</style>
background-color css
<style>
a { background-color: #56140B; }
a { background-color: rgb(86,20,11); }
div.DivClassName
{
background-color: #56140B;
}
.BgClassName
{
background-color: #56140B;
}
</style>
border-color css
<style>
span { border-color: #56140B; }
span { border-color: rgb(86,20,11); }
td.TdClassName
{
border-color: #56140B;
}
.TagClassName
{
border-color: #56140B;
}
</style>