Shades of Rustic Red #520608
Tints of Rustic Red #520608
RGB
CMYK
RGB Variations
Color information
#520608 (or 0x520608) is known color: Rustic Red. HEX triplet: 52, 06 and 08. RGB value is (82,6,8). Sum of RGB (Red+Green+Blue) = 82+6+8=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520608 is #ADF9F7. Grayscale: #1D1D1D. Windows color (decimal): -11401720 or 525906. OLE color: 525906.
HSL color Cylindrical-coordinate representation of color #520608: hue angle of 358.42º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #520608 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 6 | 8 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.68 |
| HSL | 358.42º | 0.86% | 0.17% | - |
| HSV(B) | 358.42º | 0.93% | 0.32% | - |
| XYZ | 3.59 | 1.94 | 0.42 | - |
| YUV | 28.95 | 116.18 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 6 | 8 | 0 | 0.93 | 0.90 | 0.68 | 358.42 | 0.86 | 0.17 |
| Hex | 52 | 6 | 8 | 0 | 5D | 5A | 44 | 166 | 56 | 11 |
| Octal | 122 | 6 | 10 | 0 | 135 | 132 | 104 | 546 | 126 | 21 |
| Binary | 1010010 | 110 | 1000 | 0 | 1011101 | 1011010 | 1000100 | 101100110 | 1010110 | 10001 |
Color Harmonies of #520608
Complementary color
Monochromatic Colors of #520608
Black with #520608
Text Example
Text Example
White with #520608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520608; }
p { color: rgb(82,6,8); }
H1.HeaderClassName
{
color: #520608;
}
.AnyTagClassName
{
color: #520608;
}
</style>
background-color css
<style>
a { background-color: #520608; }
a { background-color: rgb(82,6,8); }
div.DivClassName
{
background-color: #520608;
}
.BgClassName
{
background-color: #520608;
}
</style>
border-color css
<style>
span { border-color: #520608; }
span { border-color: rgb(82,6,8); }
td.TdClassName
{
border-color: #520608;
}
.TagClassName
{
border-color: #520608;
}
</style>