Shades of Red Oxide #50160F
Tints of Red Oxide #50160F
RGB
CMYK
RGB Variations
Color information
#50160F (or 0x50160F) is known color: Red Oxide. HEX triplet: 50, 16 and 0F. RGB value is (80,22,15). Sum of RGB (Red+Green+Blue) = 80+22+15=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50160F is #AFE9F0. Grayscale: #262626. Windows color (decimal): -11528689 or 988752. OLE color: 988752.
HSL color Cylindrical-coordinate representation of color #50160F: hue angle of 6.46º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50160F is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 22 | 15 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.69 |
| HSL | 6.46º | 0.68% | 0.19% | - |
| HSV(B) | 6.46º | 0.81% | 0.31% | - |
| XYZ | 3.68 | 2.31 | 0.7 | - |
| YUV | 38.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 22 | 15 | 0 | 0.72 | 0.81 | 0.69 | 6.46 | 0.68 | 0.19 |
| Hex | 50 | 16 | F | 0 | 48 | 51 | 45 | 6 | 44 | 13 |
| Octal | 120 | 26 | 17 | 0 | 110 | 121 | 105 | 6 | 104 | 23 |
| Binary | 1010000 | 10110 | 1111 | 0 | 1001000 | 1010001 | 1000101 | 110 | 1000100 | 10011 |
Color Harmonies of #50160F
Complementary color
Monochromatic Colors of #50160F
Black with #50160F
Text Example
Text Example
White with #50160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50160F; }
p { color: rgb(80,22,15); }
H1.HeaderClassName
{
color: #50160F;
}
.AnyTagClassName
{
color: #50160F;
}
</style>
background-color css
<style>
a { background-color: #50160F; }
a { background-color: rgb(80,22,15); }
div.DivClassName
{
background-color: #50160F;
}
.BgClassName
{
background-color: #50160F;
}
</style>
border-color css
<style>
span { border-color: #50160F; }
span { border-color: rgb(80,22,15); }
td.TdClassName
{
border-color: #50160F;
}
.TagClassName
{
border-color: #50160F;
}
</style>