Shades of Red Oxide #50150A
Tints of Red Oxide #50150A
RGB
CMYK
RGB Variations
Color information
#50150A (or 0x50150A) is known color: Red Oxide. HEX triplet: 50, 15 and 0A. RGB value is (80,21,10). Sum of RGB (Red+Green+Blue) = 80+21+10=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #50150A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50150A is #AFEAF5. Grayscale: #252525. Windows color (decimal): -11528950 or 660816. OLE color: 660816.
HSL color Cylindrical-coordinate representation of color #50150A: hue angle of 9.43º 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 #50150A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 10 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.69 |
| HSL | 9.43º | 0.78% | 0.18% | - |
| HSV(B) | 9.43º | 0.88% | 0.31% | - |
| XYZ | 3.63 | 2.26 | 0.53 | - |
| YUV | 37.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 10 | 0 | 0.74 | 0.87 | 0.69 | 9.43 | 0.78 | 0.18 |
| Hex | 50 | 15 | A | 0 | 4A | 57 | 45 | 9 | 4E | 12 |
| Octal | 120 | 25 | 12 | 0 | 112 | 127 | 105 | 11 | 116 | 22 |
| Binary | 1010000 | 10101 | 1010 | 0 | 1001010 | 1010111 | 1000101 | 1001 | 1001110 | 10010 |
Color Harmonies of #50150A
Complementary color
Monochromatic Colors of #50150A
Black with #50150A
Text Example
Text Example
White with #50150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50150A; }
p { color: rgb(80,21,10); }
H1.HeaderClassName
{
color: #50150A;
}
.AnyTagClassName
{
color: #50150A;
}
</style>
background-color css
<style>
a { background-color: #50150A; }
a { background-color: rgb(80,21,10); }
div.DivClassName
{
background-color: #50150A;
}
.BgClassName
{
background-color: #50150A;
}
</style>
border-color css
<style>
span { border-color: #50150A; }
span { border-color: rgb(80,21,10); }
td.TdClassName
{
border-color: #50150A;
}
.TagClassName
{
border-color: #50150A;
}
</style>