Shades of Rustic Red #50020E
Tints of Rustic Red #50020E
RGB
CMYK
RGB Variations
Color information
#50020E (or 0x50020E) is known color: Rustic Red. HEX triplet: 50, 02 and 0E. RGB value is (80,2,14). Sum of RGB (Red+Green+Blue) = 80+2+14=96 (12% of max value = 765). Red value is 80 (31.64% from 255 or 83.33% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 80 - color contains mainly: red. Hex color #50020E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50020E is #AFFDF1. Grayscale: #1A1A1A. Windows color (decimal): -11533810 or 918096. OLE color: 918096.
HSL color Cylindrical-coordinate representation of color #50020E: hue angle of 350.77º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50020E is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 2 | 14 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.69 |
| HSL | 350.77º | 0.95% | 0.16% | - |
| HSV(B) | 350.77º | 0.98% | 0.31% | - |
| XYZ | 3.41 | 1.78 | 0.58 | - |
| YUV | 26.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 2 | 14 | 0 | 0.98 | 0.83 | 0.69 | 350.77 | 0.95 | 0.16 |
| Hex | 50 | 2 | E | 0 | 62 | 53 | 45 | 15F | 5F | 10 |
| Octal | 120 | 2 | 16 | 0 | 142 | 123 | 105 | 537 | 137 | 20 |
| Binary | 1010000 | 10 | 1110 | 0 | 1100010 | 1010011 | 1000101 | 101011111 | 1011111 | 10000 |
Color Harmonies of #50020E
Complementary color
Monochromatic Colors of #50020E
Black with #50020E
Text Example
Text Example
White with #50020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50020E; }
p { color: rgb(80,2,14); }
H1.HeaderClassName
{
color: #50020E;
}
.AnyTagClassName
{
color: #50020E;
}
</style>
background-color css
<style>
a { background-color: #50020E; }
a { background-color: rgb(80,2,14); }
div.DivClassName
{
background-color: #50020E;
}
.BgClassName
{
background-color: #50020E;
}
</style>
border-color css
<style>
span { border-color: #50020E; }
span { border-color: rgb(80,2,14); }
td.TdClassName
{
border-color: #50020E;
}
.TagClassName
{
border-color: #50020E;
}
</style>