Shades of Rustic Red #520509
Tints of Rustic Red #520509
RGB
CMYK
RGB Variations
Color information
#520509 (or 0x520509) is known color: Rustic Red. HEX triplet: 52, 05 and 09. RGB value is (82,5,9). Sum of RGB (Red+Green+Blue) = 82+5+9=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #520509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520509 is #ADFAF6. Grayscale: #1C1C1C. Windows color (decimal): -11401975 or 591186. OLE color: 591186.
HSL color Cylindrical-coordinate representation of color #520509: hue angle of 356.88º 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 #520509 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 9 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.68 |
| HSL | 356.88º | 0.89% | 0.17% | - |
| HSV(B) | 356.88º | 0.94% | 0.32% | - |
| XYZ | 3.58 | 1.92 | 0.44 | - |
| YUV | 28.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 9 | 0 | 0.94 | 0.89 | 0.68 | 356.88 | 0.89 | 0.17 |
| Hex | 52 | 5 | 9 | 0 | 5E | 59 | 44 | 165 | 59 | 11 |
| Octal | 122 | 5 | 11 | 0 | 136 | 131 | 104 | 545 | 131 | 21 |
| Binary | 1010010 | 101 | 1001 | 0 | 1011110 | 1011001 | 1000100 | 101100101 | 1011001 | 10001 |
Color Harmonies of #520509
Complementary color
Monochromatic Colors of #520509
Black with #520509
Text Example
Text Example
White with #520509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520509; }
p { color: rgb(82,5,9); }
H1.HeaderClassName
{
color: #520509;
}
.AnyTagClassName
{
color: #520509;
}
</style>
background-color css
<style>
a { background-color: #520509; }
a { background-color: rgb(82,5,9); }
div.DivClassName
{
background-color: #520509;
}
.BgClassName
{
background-color: #520509;
}
</style>
border-color css
<style>
span { border-color: #520509; }
span { border-color: rgb(82,5,9); }
td.TdClassName
{
border-color: #520509;
}
.TagClassName
{
border-color: #520509;
}
</style>