Shades of Rustic Red #500508
Tints of Rustic Red #500508
RGB
CMYK
RGB Variations
Color information
#500508 (or 0x500508) is known color: Rustic Red. HEX triplet: 50, 05 and 08. RGB value is (80,5,8). Sum of RGB (Red+Green+Blue) = 80+5+8=93 (12% of max value = 765). Red value is 80 (31.64% from 255 or 86.02% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 80 - color contains mainly: red. Hex color #500508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #500508 is #AFFAF7. Grayscale: #1B1B1B. Windows color (decimal): -11533048 or 525648. OLE color: 525648.
HSL color Cylindrical-coordinate representation of color #500508: hue angle of 357.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500508 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.69 |
| HSL | 357.6º | 0.88% | 0.17% | - |
| HSV(B) | 357.6º | 0.94% | 0.31% | - |
| XYZ | 3.41 | 1.83 | 0.4 | - |
| YUV | 27.77 | 116.85 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 5 | 8 | 0 | 0.94 | 0.90 | 0.69 | 357.6 | 0.88 | 0.17 |
| Hex | 50 | 5 | 8 | 0 | 5E | 5A | 45 | 166 | 58 | 11 |
| Octal | 120 | 5 | 10 | 0 | 136 | 132 | 105 | 546 | 130 | 21 |
| Binary | 1010000 | 101 | 1000 | 0 | 1011110 | 1011010 | 1000101 | 101100110 | 1011000 | 10001 |
Color Harmonies of #500508
Complementary color
Monochromatic Colors of #500508
Black with #500508
Text Example
Text Example
White with #500508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500508; }
p { color: rgb(80,5,8); }
H1.HeaderClassName
{
color: #500508;
}
.AnyTagClassName
{
color: #500508;
}
</style>
background-color css
<style>
a { background-color: #500508; }
a { background-color: rgb(80,5,8); }
div.DivClassName
{
background-color: #500508;
}
.BgClassName
{
background-color: #500508;
}
</style>
border-color css
<style>
span { border-color: #500508; }
span { border-color: rgb(80,5,8); }
td.TdClassName
{
border-color: #500508;
}
.TagClassName
{
border-color: #500508;
}
</style>