Shades of Red Oxide #50120B
Tints of Red Oxide #50120B
RGB
CMYK
RGB Variations
Color information
#50120B (or 0x50120B) is known color: Red Oxide. HEX triplet: 50, 12 and 0B. RGB value is (80,18,11). Sum of RGB (Red+Green+Blue) = 80+18+11=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50120B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120B is #AFEDF4. Grayscale: #232323. Windows color (decimal): -11529717 or 725584. OLE color: 725584.
HSL color Cylindrical-coordinate representation of color #50120B: hue angle of 6.09º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50120B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 11 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.69 |
| HSL | 6.09º | 0.76% | 0.18% | - |
| HSV(B) | 6.09º | 0.86% | 0.31% | - |
| XYZ | 3.58 | 2.16 | 0.55 | - |
| YUV | 35.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 11 | 0 | 0.78 | 0.86 | 0.69 | 6.09 | 0.76 | 0.18 |
| Hex | 50 | 12 | B | 0 | 4E | 56 | 45 | 6 | 4C | 12 |
| Octal | 120 | 22 | 13 | 0 | 116 | 126 | 105 | 6 | 114 | 22 |
| Binary | 1010000 | 10010 | 1011 | 0 | 1001110 | 1010110 | 1000101 | 110 | 1001100 | 10010 |
Color Harmonies of #50120B
Complementary color
Monochromatic Colors of #50120B
Black with #50120B
Text Example
Text Example
White with #50120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50120B; }
p { color: rgb(80,18,11); }
H1.HeaderClassName
{
color: #50120B;
}
.AnyTagClassName
{
color: #50120B;
}
</style>
background-color css
<style>
a { background-color: #50120B; }
a { background-color: rgb(80,18,11); }
div.DivClassName
{
background-color: #50120B;
}
.BgClassName
{
background-color: #50120B;
}
</style>
border-color css
<style>
span { border-color: #50120B; }
span { border-color: rgb(80,18,11); }
td.TdClassName
{
border-color: #50120B;
}
.TagClassName
{
border-color: #50120B;
}
</style>