Shades of Red Oxide #50180D
Tints of Red Oxide #50180D
RGB
CMYK
RGB Variations
Color information
#50180D (or 0x50180D) is known color: Red Oxide. HEX triplet: 50, 18 and 0D. RGB value is (80,24,13). Sum of RGB (Red+Green+Blue) = 80+24+13=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #50180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50180D is #AFE7F2. Grayscale: #272727. Windows color (decimal): -11528179 or 858192. OLE color: 858192.
HSL color Cylindrical-coordinate representation of color #50180D: hue angle of 9.85º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50180D is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 24 | 13 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.69 |
| HSL | 9.85º | 0.72% | 0.18% | - |
| HSV(B) | 9.85º | 0.84% | 0.31% | - |
| XYZ | 3.71 | 2.39 | 0.65 | - |
| YUV | 39.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 24 | 13 | 0 | 0.70 | 0.84 | 0.69 | 9.85 | 0.72 | 0.18 |
| Hex | 50 | 18 | D | 0 | 46 | 54 | 45 | A | 48 | 12 |
| Octal | 120 | 30 | 15 | 0 | 106 | 124 | 105 | 12 | 110 | 22 |
| Binary | 1010000 | 11000 | 1101 | 0 | 1000110 | 1010100 | 1000101 | 1010 | 1001000 | 10010 |
Color Harmonies of #50180D
Complementary color
Monochromatic Colors of #50180D
Black with #50180D
Text Example
Text Example
White with #50180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50180D; }
p { color: rgb(80,24,13); }
H1.HeaderClassName
{
color: #50180D;
}
.AnyTagClassName
{
color: #50180D;
}
</style>
background-color css
<style>
a { background-color: #50180D; }
a { background-color: rgb(80,24,13); }
div.DivClassName
{
background-color: #50180D;
}
.BgClassName
{
background-color: #50180D;
}
</style>
border-color css
<style>
span { border-color: #50180D; }
span { border-color: rgb(80,24,13); }
td.TdClassName
{
border-color: #50180D;
}
.TagClassName
{
border-color: #50180D;
}
</style>