Shades of Red Oxide #50150C
Tints of Red Oxide #50150C
RGB
CMYK
RGB Variations
Color information
#50150C (or 0x50150C) is known color: Red Oxide. HEX triplet: 50, 15 and 0C. RGB value is (80,21,12). Sum of RGB (Red+Green+Blue) = 80+21+12=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50150C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50150C is #AFEAF3. Grayscale: #252525. Windows color (decimal): -11528948 or 791888. OLE color: 791888.
HSL color Cylindrical-coordinate representation of color #50150C: hue angle of 7.94º 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 #50150C is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 12 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.69 |
| HSL | 7.94º | 0.74% | 0.18% | - |
| HSV(B) | 7.94º | 0.85% | 0.31% | - |
| XYZ | 3.64 | 2.27 | 0.59 | - |
| YUV | 37.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 12 | 0 | 0.74 | 0.85 | 0.69 | 7.94 | 0.74 | 0.18 |
| Hex | 50 | 15 | C | 0 | 4A | 55 | 45 | 8 | 4A | 12 |
| Octal | 120 | 25 | 14 | 0 | 112 | 125 | 105 | 10 | 112 | 22 |
| Binary | 1010000 | 10101 | 1100 | 0 | 1001010 | 1010101 | 1000101 | 1000 | 1001010 | 10010 |
Color Harmonies of #50150C
Complementary color
Monochromatic Colors of #50150C
Black with #50150C
Text Example
Text Example
White with #50150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50150C; }
p { color: rgb(80,21,12); }
H1.HeaderClassName
{
color: #50150C;
}
.AnyTagClassName
{
color: #50150C;
}
</style>
background-color css
<style>
a { background-color: #50150C; }
a { background-color: rgb(80,21,12); }
div.DivClassName
{
background-color: #50150C;
}
.BgClassName
{
background-color: #50150C;
}
</style>
border-color css
<style>
span { border-color: #50150C; }
span { border-color: rgb(80,21,12); }
td.TdClassName
{
border-color: #50150C;
}
.TagClassName
{
border-color: #50150C;
}
</style>