Shades of Rustic Red #50090E
Tints of Rustic Red #50090E
RGB
CMYK
RGB Variations
Color information
#50090E (or 0x50090E) is known color: Rustic Red. HEX triplet: 50, 09 and 0E. RGB value is (80,9,14). Sum of RGB (Red+Green+Blue) = 80+9+14=103 (13% of max value = 765). Red value is 80 (31.64% from 255 or 77.67% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 80 - color contains mainly: red. Hex color #50090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090E is #AFF6F1. Grayscale: #1E1E1E. Windows color (decimal): -11532018 or 919888. OLE color: 919888.
HSL color Cylindrical-coordinate representation of color #50090E: hue angle of 355.77º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50090E is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 14 | - |
| CMYK | 0 | 0.89 | 0.83 | 0.69 |
| HSL | 355.77º | 0.8% | 0.17% | - |
| HSV(B) | 355.77º | 0.89% | 0.31% | - |
| XYZ | 3.49 | 1.93 | 0.6 | - |
| YUV | 30.8 | 118.52 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 14 | 0 | 0.89 | 0.83 | 0.69 | 355.77 | 0.8 | 0.17 |
| Hex | 50 | 9 | E | 0 | 59 | 53 | 45 | 164 | 50 | 11 |
| Octal | 120 | 11 | 16 | 0 | 131 | 123 | 105 | 544 | 120 | 21 |
| Binary | 1010000 | 1001 | 1110 | 0 | 1011001 | 1010011 | 1000101 | 101100100 | 1010000 | 10001 |
Color Harmonies of #50090E
Complementary color
Monochromatic Colors of #50090E
Black with #50090E
Text Example
Text Example
White with #50090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50090E; }
p { color: rgb(80,9,14); }
H1.HeaderClassName
{
color: #50090E;
}
.AnyTagClassName
{
color: #50090E;
}
</style>
background-color css
<style>
a { background-color: #50090E; }
a { background-color: rgb(80,9,14); }
div.DivClassName
{
background-color: #50090E;
}
.BgClassName
{
background-color: #50090E;
}
</style>
border-color css
<style>
span { border-color: #50090E; }
span { border-color: rgb(80,9,14); }
td.TdClassName
{
border-color: #50090E;
}
.TagClassName
{
border-color: #50090E;
}
</style>