Shades of Red Oxide #50160E
Tints of Red Oxide #50160E
RGB
CMYK
RGB Variations
Color information
#50160E (or 0x50160E) is known color: Red Oxide. HEX triplet: 50, 16 and 0E. RGB value is (80,22,14). Sum of RGB (Red+Green+Blue) = 80+22+14=116 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.97% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 80 - color contains mainly: red. Hex color #50160E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50160E is #AFE9F1. Grayscale: #262626. Windows color (decimal): -11528690 or 923216. OLE color: 923216.
HSL color Cylindrical-coordinate representation of color #50160E: hue angle of 7.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50160E is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 14 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.69 |
| HSL | 7.27º | 0.7% | 0.18% | - |
| HSV(B) | 7.27º | 0.83% | 0.31% | - |
| XYZ | 3.67 | 2.31 | 0.67 | - |
| YUV | 38.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 14 | 0 | 0.72 | 0.83 | 0.69 | 7.27 | 0.7 | 0.18 |
| Hex | 50 | 16 | E | 0 | 48 | 53 | 45 | 7 | 46 | 12 |
| Octal | 120 | 26 | 16 | 0 | 110 | 123 | 105 | 7 | 106 | 22 |
| Binary | 1010000 | 10110 | 1110 | 0 | 1001000 | 1010011 | 1000101 | 111 | 1000110 | 10010 |
Color Harmonies of #50160E
Complementary color
Monochromatic Colors of #50160E
Black with #50160E
Text Example
Text Example
White with #50160E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50160E; }
p { color: rgb(80,22,14); }
H1.HeaderClassName
{
color: #50160E;
}
.AnyTagClassName
{
color: #50160E;
}
</style>
background-color css
<style>
a { background-color: #50160E; }
a { background-color: rgb(80,22,14); }
div.DivClassName
{
background-color: #50160E;
}
.BgClassName
{
background-color: #50160E;
}
</style>
border-color css
<style>
span { border-color: #50160E; }
span { border-color: rgb(80,22,14); }
td.TdClassName
{
border-color: #50160E;
}
.TagClassName
{
border-color: #50160E;
}
</style>