Shades of Red Oxide #50180F
Tints of Red Oxide #50180F
RGB
CMYK
RGB Variations
Color information
#50180F (or 0x50180F) is known color: Red Oxide. HEX triplet: 50, 18 and 0F. RGB value is (80,24,15). Sum of RGB (Red+Green+Blue) = 80+24+15=119 (15% of max value = 765). Red value is 80 (31.64% from 255 or 67.23% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 15 (6.25% from 255 or 12.61% from 119); Max value from RGB is 80 - color contains mainly: red. Hex color #50180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50180F is #AFE7F0. Grayscale: #272727. Windows color (decimal): -11528177 or 989264. OLE color: 989264.
HSL color Cylindrical-coordinate representation of color #50180F: hue angle of 8.31º 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 #50180F is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 15 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.69 |
| HSL | 8.31º | 0.68% | 0.19% | - |
| HSV(B) | 8.31º | 0.81% | 0.31% | - |
| XYZ | 3.72 | 2.39 | 0.72 | - |
| YUV | 39.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 15 | 0 | 0.70 | 0.81 | 0.69 | 8.31 | 0.68 | 0.19 |
| Hex | 50 | 18 | F | 0 | 46 | 51 | 45 | 8 | 44 | 13 |
| Octal | 120 | 30 | 17 | 0 | 106 | 121 | 105 | 10 | 104 | 23 |
| Binary | 1010000 | 11000 | 1111 | 0 | 1000110 | 1010001 | 1000101 | 1000 | 1000100 | 10011 |
Color Harmonies of #50180F
Complementary color
Monochromatic Colors of #50180F
Black with #50180F
Text Example
Text Example
White with #50180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50180F; }
p { color: rgb(80,24,15); }
H1.HeaderClassName
{
color: #50180F;
}
.AnyTagClassName
{
color: #50180F;
}
</style>
background-color css
<style>
a { background-color: #50180F; }
a { background-color: rgb(80,24,15); }
div.DivClassName
{
background-color: #50180F;
}
.BgClassName
{
background-color: #50180F;
}
</style>
border-color css
<style>
span { border-color: #50180F; }
span { border-color: rgb(80,24,15); }
td.TdClassName
{
border-color: #50180F;
}
.TagClassName
{
border-color: #50180F;
}
</style>