Shades of Rustic Red #520508
Tints of Rustic Red #520508
RGB
CMYK
RGB Variations
Color information
#520508 (or 0x520508) is known color: Rustic Red. HEX triplet: 52, 05 and 08. RGB value is (82,5,8). Sum of RGB (Red+Green+Blue) = 82+5+8=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #520508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520508 is #ADFAF7. Grayscale: #1C1C1C. Windows color (decimal): -11401976 or 525650. OLE color: 525650.
HSL color Cylindrical-coordinate representation of color #520508: hue angle of 357.66º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520508 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 8 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.68 |
| HSL | 357.66º | 0.89% | 0.17% | - |
| HSV(B) | 357.66º | 0.94% | 0.32% | - |
| XYZ | 3.58 | 1.92 | 0.41 | - |
| YUV | 28.37 | 116.51 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 8 | 0 | 0.94 | 0.90 | 0.68 | 357.66 | 0.89 | 0.17 |
| Hex | 52 | 5 | 8 | 0 | 5E | 5A | 44 | 166 | 59 | 11 |
| Octal | 122 | 5 | 10 | 0 | 136 | 132 | 104 | 546 | 131 | 21 |
| Binary | 1010010 | 101 | 1000 | 0 | 1011110 | 1011010 | 1000100 | 101100110 | 1011001 | 10001 |
Color Harmonies of #520508
Complementary color
Monochromatic Colors of #520508
Black with #520508
Text Example
Text Example
White with #520508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520508; }
p { color: rgb(82,5,8); }
H1.HeaderClassName
{
color: #520508;
}
.AnyTagClassName
{
color: #520508;
}
</style>
background-color css
<style>
a { background-color: #520508; }
a { background-color: rgb(82,5,8); }
div.DivClassName
{
background-color: #520508;
}
.BgClassName
{
background-color: #520508;
}
</style>
border-color css
<style>
span { border-color: #520508; }
span { border-color: rgb(82,5,8); }
td.TdClassName
{
border-color: #520508;
}
.TagClassName
{
border-color: #520508;
}
</style>