Shades of Rustic Red #500E11
Tints of Rustic Red #500E11
RGB
CMYK
RGB Variations
Color information
#500E11 (or 0x500E11) is known color: Rustic Red. HEX triplet: 50, 0E and 11. RGB value is (80,14,17). Sum of RGB (Red+Green+Blue) = 80+14+17=111 (14% of max value = 765). Red value is 80 (31.64% from 255 or 72.07% from 111); Green value is 14 (5.86% from 255 or 12.61% from 111); Blue value is 17 (7.03% from 255 or 15.32% from 111); Max value from RGB is 80 - color contains mainly: red. Hex color #500E11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500E11 is #AFF1EE. Grayscale: #222222. Windows color (decimal): -11530735 or 1117776. OLE color: 1117776.
HSL color Cylindrical-coordinate representation of color #500E11: hue angle of 357.27º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #500E11 is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 14 | 17 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.69 |
| HSL | 357.27º | 0.7% | 0.18% | - |
| HSV(B) | 357.27º | 0.83% | 0.31% | - |
| XYZ | 3.57 | 2.06 | 0.74 | - |
| YUV | 34.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 14 | 17 | 0 | 0.83 | 0.79 | 0.69 | 357.27 | 0.7 | 0.18 |
| Hex | 50 | E | 11 | 0 | 53 | 4F | 45 | 165 | 46 | 12 |
| Octal | 120 | 16 | 21 | 0 | 123 | 117 | 105 | 545 | 106 | 22 |
| Binary | 1010000 | 1110 | 10001 | 0 | 1010011 | 1001111 | 1000101 | 101100101 | 1000110 | 10010 |
Color Harmonies of #500E11
Complementary color
Monochromatic Colors of #500E11
Black with #500E11
Text Example
Text Example
White with #500E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500E11; }
p { color: rgb(80,14,17); }
H1.HeaderClassName
{
color: #500E11;
}
.AnyTagClassName
{
color: #500E11;
}
</style>
background-color css
<style>
a { background-color: #500E11; }
a { background-color: rgb(80,14,17); }
div.DivClassName
{
background-color: #500E11;
}
.BgClassName
{
background-color: #500E11;
}
</style>
border-color css
<style>
span { border-color: #500E11; }
span { border-color: rgb(80,14,17); }
td.TdClassName
{
border-color: #500E11;
}
.TagClassName
{
border-color: #500E11;
}
</style>