Shades of Red Oxide #501510
Tints of Red Oxide #501510
RGB
CMYK
RGB Variations
Color information
#501510 (or 0x501510) is known color: Red Oxide. HEX triplet: 50, 15 and 10. RGB value is (80,21,16). Sum of RGB (Red+Green+Blue) = 80+21+16=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501510 is #AFEAEF. Grayscale: #262626. Windows color (decimal): -11528944 or 1054032. OLE color: 1054032.
HSL color Cylindrical-coordinate representation of color #501510: hue angle of 4.69º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #501510 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 21 | 16 | - |
| CMYK | 0 | 0.74 | 0.80 | 0.69 |
| HSL | 4.69º | 0.67% | 0.19% | - |
| HSV(B) | 4.69º | 0.8% | 0.31% | - |
| XYZ | 3.67 | 2.28 | 0.74 | - |
| YUV | 38.07 | 115.55 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 21 | 16 | 0 | 0.74 | 0.80 | 0.69 | 4.69 | 0.67 | 0.19 |
| Hex | 50 | 15 | 10 | 0 | 4A | 50 | 45 | 5 | 43 | 13 |
| Octal | 120 | 25 | 20 | 0 | 112 | 120 | 105 | 5 | 103 | 23 |
| Binary | 1010000 | 10101 | 10000 | 0 | 1001010 | 1010000 | 1000101 | 101 | 1000011 | 10011 |
Color Harmonies of #501510
Complementary color
Monochromatic Colors of #501510
Black with #501510
Text Example
Text Example
White with #501510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501510; }
p { color: rgb(80,21,16); }
H1.HeaderClassName
{
color: #501510;
}
.AnyTagClassName
{
color: #501510;
}
</style>
background-color css
<style>
a { background-color: #501510; }
a { background-color: rgb(80,21,16); }
div.DivClassName
{
background-color: #501510;
}
.BgClassName
{
background-color: #501510;
}
</style>
border-color css
<style>
span { border-color: #501510; }
span { border-color: rgb(80,21,16); }
td.TdClassName
{
border-color: #501510;
}
.TagClassName
{
border-color: #501510;
}
</style>