Shades of Red Oxide #50150E
Tints of Red Oxide #50150E
RGB
CMYK
RGB Variations
Color information
#50150E (or 0x50150E) is known color: Red Oxide. HEX triplet: 50, 15 and 0E. RGB value is (80,21,14). Sum of RGB (Red+Green+Blue) = 80+21+14=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 14 (5.86% from 255 or 12.17% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #50150E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50150E is #AFEAF1. Grayscale: #252525. Windows color (decimal): -11528946 or 922960. OLE color: 922960.
HSL color Cylindrical-coordinate representation of color #50150E: hue angle of 6.36º 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 #50150E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 14 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.69 |
| HSL | 6.36º | 0.7% | 0.18% | - |
| HSV(B) | 6.36º | 0.83% | 0.31% | - |
| XYZ | 3.66 | 2.27 | 0.66 | - |
| YUV | 37.84 | 114.55 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 14 | 0 | 0.74 | 0.83 | 0.69 | 6.36 | 0.7 | 0.18 |
| Hex | 50 | 15 | E | 0 | 4A | 53 | 45 | 6 | 46 | 12 |
| Octal | 120 | 25 | 16 | 0 | 112 | 123 | 105 | 6 | 106 | 22 |
| Binary | 1010000 | 10101 | 1110 | 0 | 1001010 | 1010011 | 1000101 | 110 | 1000110 | 10010 |
Color Harmonies of #50150E
Complementary color
Monochromatic Colors of #50150E
Black with #50150E
Text Example
Text Example
White with #50150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50150E; }
p { color: rgb(80,21,14); }
H1.HeaderClassName
{
color: #50150E;
}
.AnyTagClassName
{
color: #50150E;
}
</style>
background-color css
<style>
a { background-color: #50150E; }
a { background-color: rgb(80,21,14); }
div.DivClassName
{
background-color: #50150E;
}
.BgClassName
{
background-color: #50150E;
}
</style>
border-color css
<style>
span { border-color: #50150E; }
span { border-color: rgb(80,21,14); }
td.TdClassName
{
border-color: #50150E;
}
.TagClassName
{
border-color: #50150E;
}
</style>