Shades of Red Oxide #50130C
Tints of Red Oxide #50130C
RGB
CMYK
RGB Variations
Color information
#50130C (or 0x50130C) is known color: Red Oxide. HEX triplet: 50, 13 and 0C. RGB value is (80,19,12). Sum of RGB (Red+Green+Blue) = 80+19+12=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 19 (7.81% from 255 or 17.12% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50130C is #AFECF3. Grayscale: #242424. Windows color (decimal): -11529460 or 791376. OLE color: 791376.
HSL color Cylindrical-coordinate representation of color #50130C: hue angle of 6.18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50130C is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 12 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.69 |
| HSL | 6.18º | 0.74% | 0.18% | - |
| HSV(B) | 6.18º | 0.85% | 0.31% | - |
| XYZ | 3.61 | 2.2 | 0.58 | - |
| YUV | 36.44 | 114.21 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 12 | 0 | 0.76 | 0.85 | 0.69 | 6.18 | 0.74 | 0.18 |
| Hex | 50 | 13 | C | 0 | 4C | 55 | 45 | 6 | 4A | 12 |
| Octal | 120 | 23 | 14 | 0 | 114 | 125 | 105 | 6 | 112 | 22 |
| Binary | 1010000 | 10011 | 1100 | 0 | 1001100 | 1010101 | 1000101 | 110 | 1001010 | 10010 |
Color Harmonies of #50130C
Complementary color
Monochromatic Colors of #50130C
Black with #50130C
Text Example
Text Example
White with #50130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50130C; }
p { color: rgb(80,19,12); }
H1.HeaderClassName
{
color: #50130C;
}
.AnyTagClassName
{
color: #50130C;
}
</style>
background-color css
<style>
a { background-color: #50130C; }
a { background-color: rgb(80,19,12); }
div.DivClassName
{
background-color: #50130C;
}
.BgClassName
{
background-color: #50130C;
}
</style>
border-color css
<style>
span { border-color: #50130C; }
span { border-color: rgb(80,19,12); }
td.TdClassName
{
border-color: #50130C;
}
.TagClassName
{
border-color: #50130C;
}
</style>