Shades of Red Oxide #50130A
Tints of Red Oxide #50130A
RGB
CMYK
RGB Variations
Color information
#50130A (or 0x50130A) is known color: Red Oxide. HEX triplet: 50, 13 and 0A. RGB value is (80,19,10). Sum of RGB (Red+Green+Blue) = 80+19+10=109 (14% of max value = 765). Red value is 80 (31.64% from 255 or 73.39% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 80 - color contains mainly: red. Hex color #50130A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50130A is #AFECF5. Grayscale: #242424. Windows color (decimal): -11529462 or 660304. OLE color: 660304.
HSL color Cylindrical-coordinate representation of color #50130A: hue angle of 7.71º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50130A is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 10 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.69 |
| HSL | 7.71º | 0.78% | 0.18% | - |
| HSV(B) | 7.71º | 0.88% | 0.31% | - |
| XYZ | 3.6 | 2.19 | 0.52 | - |
| YUV | 36.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 10 | 0 | 0.76 | 0.87 | 0.69 | 7.71 | 0.78 | 0.18 |
| Hex | 50 | 13 | A | 0 | 4C | 57 | 45 | 8 | 4E | 12 |
| Octal | 120 | 23 | 12 | 0 | 114 | 127 | 105 | 10 | 116 | 22 |
| Binary | 1010000 | 10011 | 1010 | 0 | 1001100 | 1010111 | 1000101 | 1000 | 1001110 | 10010 |
Color Harmonies of #50130A
Complementary color
Monochromatic Colors of #50130A
Black with #50130A
Text Example
Text Example
White with #50130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50130A; }
p { color: rgb(80,19,10); }
H1.HeaderClassName
{
color: #50130A;
}
.AnyTagClassName
{
color: #50130A;
}
</style>
background-color css
<style>
a { background-color: #50130A; }
a { background-color: rgb(80,19,10); }
div.DivClassName
{
background-color: #50130A;
}
.BgClassName
{
background-color: #50130A;
}
</style>
border-color css
<style>
span { border-color: #50130A; }
span { border-color: rgb(80,19,10); }
td.TdClassName
{
border-color: #50130A;
}
.TagClassName
{
border-color: #50130A;
}
</style>