Shades of Red Oxide #50120D
Tints of Red Oxide #50120D
RGB
CMYK
RGB Variations
Color information
#50120D (or 0x50120D) is known color: Red Oxide. HEX triplet: 50, 12 and 0D. RGB value is (80,18,13). Sum of RGB (Red+Green+Blue) = 80+18+13=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120D is #AFEDF2. Grayscale: #242424. Windows color (decimal): -11529715 or 856656. OLE color: 856656.
HSL color Cylindrical-coordinate representation of color #50120D: hue angle of 4.48º 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 #50120D is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 13 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.69 |
| HSL | 4.48º | 0.72% | 0.18% | - |
| HSV(B) | 4.48º | 0.84% | 0.31% | - |
| XYZ | 3.6 | 2.17 | 0.61 | - |
| YUV | 35.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 13 | 0 | 0.78 | 0.84 | 0.69 | 4.48 | 0.72 | 0.18 |
| Hex | 50 | 12 | D | 0 | 4E | 54 | 45 | 4 | 48 | 12 |
| Octal | 120 | 22 | 15 | 0 | 116 | 124 | 105 | 4 | 110 | 22 |
| Binary | 1010000 | 10010 | 1101 | 0 | 1001110 | 1010100 | 1000101 | 100 | 1001000 | 10010 |
Color Harmonies of #50120D
Complementary color
Monochromatic Colors of #50120D
Black with #50120D
Text Example
Text Example
White with #50120D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50120D; }
p { color: rgb(80,18,13); }
H1.HeaderClassName
{
color: #50120D;
}
.AnyTagClassName
{
color: #50120D;
}
</style>
background-color css
<style>
a { background-color: #50120D; }
a { background-color: rgb(80,18,13); }
div.DivClassName
{
background-color: #50120D;
}
.BgClassName
{
background-color: #50120D;
}
</style>
border-color css
<style>
span { border-color: #50120D; }
span { border-color: rgb(80,18,13); }
td.TdClassName
{
border-color: #50120D;
}
.TagClassName
{
border-color: #50120D;
}
</style>