Shades of Red Oxide #50120C
Tints of Red Oxide #50120C
RGB
CMYK
RGB Variations
Color information
#50120C (or 0x50120C) is known color: Red Oxide. HEX triplet: 50, 12 and 0C. RGB value is (80,18,12). Sum of RGB (Red+Green+Blue) = 80+18+12=110 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.73% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 12 (5.08% from 255 or 10.91% from 110); Max value from RGB is 80 - color contains mainly: red. Hex color #50120C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120C is #AFEDF3. Grayscale: #232323. Windows color (decimal): -11529716 or 791120. OLE color: 791120.
HSL color Cylindrical-coordinate representation of color #50120C: hue angle of 5.29º 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 #50120C is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 12 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.69 |
| HSL | 5.29º | 0.74% | 0.18% | - |
| HSV(B) | 5.29º | 0.85% | 0.31% | - |
| XYZ | 3.59 | 2.16 | 0.58 | - |
| YUV | 35.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 12 | 0 | 0.78 | 0.85 | 0.69 | 5.29 | 0.74 | 0.18 |
| Hex | 50 | 12 | C | 0 | 4E | 55 | 45 | 5 | 4A | 12 |
| Octal | 120 | 22 | 14 | 0 | 116 | 125 | 105 | 5 | 112 | 22 |
| Binary | 1010000 | 10010 | 1100 | 0 | 1001110 | 1010101 | 1000101 | 101 | 1001010 | 10010 |
Color Harmonies of #50120C
Complementary color
Monochromatic Colors of #50120C
Black with #50120C
Text Example
Text Example
White with #50120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50120C; }
p { color: rgb(80,18,12); }
H1.HeaderClassName
{
color: #50120C;
}
.AnyTagClassName
{
color: #50120C;
}
</style>
background-color css
<style>
a { background-color: #50120C; }
a { background-color: rgb(80,18,12); }
div.DivClassName
{
background-color: #50120C;
}
.BgClassName
{
background-color: #50120C;
}
</style>
border-color css
<style>
span { border-color: #50120C; }
span { border-color: rgb(80,18,12); }
td.TdClassName
{
border-color: #50120C;
}
.TagClassName
{
border-color: #50120C;
}
</style>