Shades of Red Oxide #50130B
Tints of Red Oxide #50130B
RGB
CMYK
RGB Variations
Color information
#50130B (or 0x50130B) is known color: Red Oxide. HEX triplet: 50, 13 and 0B. RGB value is (80,19,11). Sum of RGB (Red+Green+Blue) = 80+19+11=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #50130B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50130B is #AFECF4. Grayscale: #242424. Windows color (decimal): -11529461 or 725840. OLE color: 725840.
HSL color Cylindrical-coordinate representation of color #50130B: hue angle of 6.96º 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 #50130B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 11 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.69 |
| HSL | 6.96º | 0.76% | 0.18% | - |
| HSV(B) | 6.96º | 0.86% | 0.31% | - |
| XYZ | 3.6 | 2.2 | 0.55 | - |
| YUV | 36.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 11 | 0 | 0.76 | 0.86 | 0.69 | 6.96 | 0.76 | 0.18 |
| Hex | 50 | 13 | B | 0 | 4C | 56 | 45 | 7 | 4C | 12 |
| Octal | 120 | 23 | 13 | 0 | 114 | 126 | 105 | 7 | 114 | 22 |
| Binary | 1010000 | 10011 | 1011 | 0 | 1001100 | 1010110 | 1000101 | 111 | 1001100 | 10010 |
Color Harmonies of #50130B
Complementary color
Monochromatic Colors of #50130B
Black with #50130B
Text Example
Text Example
White with #50130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50130B; }
p { color: rgb(80,19,11); }
H1.HeaderClassName
{
color: #50130B;
}
.AnyTagClassName
{
color: #50130B;
}
</style>
background-color css
<style>
a { background-color: #50130B; }
a { background-color: rgb(80,19,11); }
div.DivClassName
{
background-color: #50130B;
}
.BgClassName
{
background-color: #50130B;
}
</style>
border-color css
<style>
span { border-color: #50130B; }
span { border-color: rgb(80,19,11); }
td.TdClassName
{
border-color: #50130B;
}
.TagClassName
{
border-color: #50130B;
}
</style>