Shades of Red Oxide #50130D
Tints of Red Oxide #50130D
RGB
CMYK
RGB Variations
Color information
#50130D (or 0x50130D) is known color: Red Oxide. HEX triplet: 50, 13 and 0D. RGB value is (80,19,13). Sum of RGB (Red+Green+Blue) = 80+19+13=112 (14% of max value = 765). Red value is 80 (31.64% from 255 or 71.43% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 80 - color contains mainly: red. Hex color #50130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50130D is #AFECF2. Grayscale: #242424. Windows color (decimal): -11529459 or 856912. OLE color: 856912.
HSL color Cylindrical-coordinate representation of color #50130D: hue angle of 5.37º 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 #50130D is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 13 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.69 |
| HSL | 5.37º | 0.72% | 0.18% | - |
| HSV(B) | 5.37º | 0.84% | 0.31% | - |
| XYZ | 3.61 | 2.2 | 0.61 | - |
| YUV | 36.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 13 | 0 | 0.76 | 0.84 | 0.69 | 5.37 | 0.72 | 0.18 |
| Hex | 50 | 13 | D | 0 | 4C | 54 | 45 | 5 | 48 | 12 |
| Octal | 120 | 23 | 15 | 0 | 114 | 124 | 105 | 5 | 110 | 22 |
| Binary | 1010000 | 10011 | 1101 | 0 | 1001100 | 1010100 | 1000101 | 101 | 1001000 | 10010 |
Color Harmonies of #50130D
Complementary color
Monochromatic Colors of #50130D
Black with #50130D
Text Example
Text Example
White with #50130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50130D; }
p { color: rgb(80,19,13); }
H1.HeaderClassName
{
color: #50130D;
}
.AnyTagClassName
{
color: #50130D;
}
</style>
background-color css
<style>
a { background-color: #50130D; }
a { background-color: rgb(80,19,13); }
div.DivClassName
{
background-color: #50130D;
}
.BgClassName
{
background-color: #50130D;
}
</style>
border-color css
<style>
span { border-color: #50130D; }
span { border-color: rgb(80,19,13); }
td.TdClassName
{
border-color: #50130D;
}
.TagClassName
{
border-color: #50130D;
}
</style>