Shades of Red Oxide #50120F
Tints of Red Oxide #50120F
RGB
CMYK
RGB Variations
Color information
#50120F (or 0x50120F) is known color: Red Oxide. HEX triplet: 50, 12 and 0F. RGB value is (80,18,15). Sum of RGB (Red+Green+Blue) = 80+18+15=113 (14% of max value = 765). Red value is 80 (31.64% from 255 or 70.80% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 80 - color contains mainly: red. Hex color #50120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50120F is #AFEDF0. Grayscale: #242424. Windows color (decimal): -11529713 or 987728. OLE color: 987728.
HSL color Cylindrical-coordinate representation of color #50120F: hue angle of 2.77º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50120F is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 18 | 15 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.69 |
| HSL | 2.77º | 0.68% | 0.19% | - |
| HSV(B) | 2.77º | 0.81% | 0.31% | - |
| XYZ | 3.61 | 2.17 | 0.68 | - |
| YUV | 36.2 | 116.04 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 18 | 15 | 0 | 0.78 | 0.81 | 0.69 | 2.77 | 0.68 | 0.19 |
| Hex | 50 | 12 | F | 0 | 4E | 51 | 45 | 3 | 44 | 13 |
| Octal | 120 | 22 | 17 | 0 | 116 | 121 | 105 | 3 | 104 | 23 |
| Binary | 1010000 | 10010 | 1111 | 0 | 1001110 | 1010001 | 1000101 | 11 | 1000100 | 10011 |
Color Harmonies of #50120F
Complementary color
Monochromatic Colors of #50120F
Black with #50120F
Text Example
Text Example
White with #50120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50120F; }
p { color: rgb(80,18,15); }
H1.HeaderClassName
{
color: #50120F;
}
.AnyTagClassName
{
color: #50120F;
}
</style>
background-color css
<style>
a { background-color: #50120F; }
a { background-color: rgb(80,18,15); }
div.DivClassName
{
background-color: #50120F;
}
.BgClassName
{
background-color: #50120F;
}
</style>
border-color css
<style>
span { border-color: #50120F; }
span { border-color: rgb(80,18,15); }
td.TdClassName
{
border-color: #50120F;
}
.TagClassName
{
border-color: #50120F;
}
</style>