Shades of Rustic Red #50090F
Tints of Rustic Red #50090F
RGB
CMYK
RGB Variations
Color information
#50090F (or 0x50090F) is known color: Rustic Red. HEX triplet: 50, 09 and 0F. RGB value is (80,9,15). Sum of RGB (Red+Green+Blue) = 80+9+15=104 (13% of max value = 765). Red value is 80 (31.64% from 255 or 76.92% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 80 - color contains mainly: red. Hex color #50090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #50090F is #AFF6F0. Grayscale: #1E1E1E. Windows color (decimal): -11532017 or 985424. OLE color: 985424.
HSL color Cylindrical-coordinate representation of color #50090F: hue angle of 354.93º 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 #50090F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 9 | 15 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.69 |
| HSL | 354.93º | 0.8% | 0.17% | - |
| HSV(B) | 354.93º | 0.89% | 0.31% | - |
| XYZ | 3.49 | 1.94 | 0.64 | - |
| YUV | 30.91 | 119.02 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 15 | 0 | 0.89 | 0.81 | 0.69 | 354.93 | 0.8 | 0.17 |
| Hex | 50 | 9 | F | 0 | 59 | 51 | 45 | 163 | 50 | 11 |
| Octal | 120 | 11 | 17 | 0 | 131 | 121 | 105 | 543 | 120 | 21 |
| Binary | 1010000 | 1001 | 1111 | 0 | 1011001 | 1010001 | 1000101 | 101100011 | 1010000 | 10001 |
Color Harmonies of #50090F
Complementary color
Monochromatic Colors of #50090F
Black with #50090F
Text Example
Text Example
White with #50090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50090F; }
p { color: rgb(80,9,15); }
H1.HeaderClassName
{
color: #50090F;
}
.AnyTagClassName
{
color: #50090F;
}
</style>
background-color css
<style>
a { background-color: #50090F; }
a { background-color: rgb(80,9,15); }
div.DivClassName
{
background-color: #50090F;
}
.BgClassName
{
background-color: #50090F;
}
</style>
border-color css
<style>
span { border-color: #50090F; }
span { border-color: rgb(80,9,15); }
td.TdClassName
{
border-color: #50090F;
}
.TagClassName
{
border-color: #50090F;
}
</style>