Shades of Rustic Red #500106
Tints of Rustic Red #500106
RGB
CMYK
RGB Variations
Color information
#500106 (or 0x500106) is known color: Rustic Red. HEX triplet: 50, 01 and 06. RGB value is (80,1,6). Sum of RGB (Red+Green+Blue) = 80+1+6=87 (11% of max value = 765). Red value is 80 (31.64% from 255 or 91.95% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 6 (2.73% from 255 or 6.90% from 87); Max value from RGB is 80 - color contains mainly: red. Hex color #500106 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500106 is #AFFEF9. Grayscale: #191919. Windows color (decimal): -11534074 or 393552. OLE color: 393552.
HSL color Cylindrical-coordinate representation of color #500106: hue angle of 356.2º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500106 is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 1 | 6 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.69 |
| HSL | 356.2º | 0.98% | 0.16% | - |
| HSV(B) | 356.2º | 0.99% | 0.31% | - |
| XYZ | 3.35 | 1.74 | 0.33 | - |
| YUV | 25.19 | 117.17 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 1 | 6 | 0 | 0.99 | 0.92 | 0.69 | 356.2 | 0.98 | 0.16 |
| Hex | 50 | 1 | 6 | 0 | 63 | 5C | 45 | 164 | 62 | 10 |
| Octal | 120 | 1 | 6 | 0 | 143 | 134 | 105 | 544 | 142 | 20 |
| Binary | 1010000 | 1 | 110 | 0 | 1100011 | 1011100 | 1000101 | 101100100 | 1100010 | 10000 |
Color Harmonies of #500106
Complementary color
Monochromatic Colors of #500106
Black with #500106
Text Example
Text Example
White with #500106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500106; }
p { color: rgb(80,1,6); }
H1.HeaderClassName
{
color: #500106;
}
.AnyTagClassName
{
color: #500106;
}
</style>
background-color css
<style>
a { background-color: #500106; }
a { background-color: rgb(80,1,6); }
div.DivClassName
{
background-color: #500106;
}
.BgClassName
{
background-color: #500106;
}
</style>
border-color css
<style>
span { border-color: #500106; }
span { border-color: rgb(80,1,6); }
td.TdClassName
{
border-color: #500106;
}
.TagClassName
{
border-color: #500106;
}
</style>