Shades of Rustic Red #500001
Tints of Rustic Red #500001
RGB
CMYK
RGB Variations
Color information
#500001 (or 0x500001) is known color: Rustic Red. HEX triplet: 50, 00 and 01. RGB value is (80,0,1). Sum of RGB (Red+Green+Blue) = 80+0+1=81 (10% of max value = 765). Red value is 80 (31.64% from 255 or 98.77% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 80 - color contains mainly: red. Hex color #500001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500001 is #AFFFFE. Grayscale: #181818. Windows color (decimal): -11534335 or 65616. OLE color: 65616.
HSL color Cylindrical-coordinate representation of color #500001: hue angle of 359.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.99 | 0.69 |
| HSL | 359.25º | 1% | 0.16% | - |
| HSV(B) | 359.25º | 1% | 0.31% | - |
| XYZ | 3.31 | 1.71 | 0.18 | - |
| YUV | 24.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 0 | 1 | 0 | 1 | 0.99 | 0.69 | 359.25 | 1 | 0.16 |
| Hex | 50 | 0 | 1 | 0 | 64 | 63 | 45 | 167 | 64 | 10 |
| Octal | 120 | 0 | 1 | 0 | 144 | 143 | 105 | 547 | 144 | 20 |
| Binary | 1010000 | 0 | 1 | 0 | 1100100 | 1100011 | 1000101 | 101100111 | 1100100 | 10000 |
Color Harmonies of #500001
Complementary color
Monochromatic Colors of #500001
Black with #500001
Text Example
Text Example
White with #500001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500001; }
p { color: rgb(80,0,1); }
H1.HeaderClassName
{
color: #500001;
}
.AnyTagClassName
{
color: #500001;
}
</style>
background-color css
<style>
a { background-color: #500001; }
a { background-color: rgb(80,0,1); }
div.DivClassName
{
background-color: #500001;
}
.BgClassName
{
background-color: #500001;
}
</style>
border-color css
<style>
span { border-color: #500001; }
span { border-color: rgb(80,0,1); }
td.TdClassName
{
border-color: #500001;
}
.TagClassName
{
border-color: #500001;
}
</style>