Shades of Red Oxide #501312
Tints of Red Oxide #501312
RGB
CMYK
RGB Variations
Color information
#501312 (or 0x501312) is known color: Red Oxide. HEX triplet: 50, 13 and 12. RGB value is (80,19,18). Sum of RGB (Red+Green+Blue) = 80+19+18=117 (15% of max value = 765). Red value is 80 (31.64% from 255 or 68.38% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 18 (7.42% from 255 or 15.38% from 117); Max value from RGB is 80 - color contains mainly: red. Hex color #501312 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #501312 is #AFECED. Grayscale: #252525. Windows color (decimal): -11529454 or 1184592. OLE color: 1184592.
HSL color Cylindrical-coordinate representation of color #501312: hue angle of 0.97º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #501312 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 19 | 18 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.69 |
| HSL | 0.97º | 0.63% | 0.19% | - |
| HSV(B) | 0.97º | 0.78% | 0.31% | - |
| XYZ | 3.65 | 2.21 | 0.81 | - |
| YUV | 37.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 19 | 18 | 0 | 0.76 | 0.78 | 0.69 | 0.97 | 0.63 | 0.19 |
| Hex | 50 | 13 | 12 | 0 | 4C | 4E | 45 | 1 | 3F | 13 |
| Octal | 120 | 23 | 22 | 0 | 114 | 116 | 105 | 1 | 77 | 23 |
| Binary | 1010000 | 10011 | 10010 | 0 | 1001100 | 1001110 | 1000101 | 1 | 111111 | 10011 |
Color Harmonies of #501312
Complementary color
Monochromatic Colors of #501312
Black with #501312
Text Example
Text Example
White with #501312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501312; }
p { color: rgb(80,19,18); }
H1.HeaderClassName
{
color: #501312;
}
.AnyTagClassName
{
color: #501312;
}
</style>
background-color css
<style>
a { background-color: #501312; }
a { background-color: rgb(80,19,18); }
div.DivClassName
{
background-color: #501312;
}
.BgClassName
{
background-color: #501312;
}
</style>
border-color css
<style>
span { border-color: #501312; }
span { border-color: rgb(80,19,18); }
td.TdClassName
{
border-color: #501312;
}
.TagClassName
{
border-color: #501312;
}
</style>