Shades of Rustic Red #520709
Tints of Rustic Red #520709
RGB
CMYK
RGB Variations
Color information
#520709 (or 0x520709) is known color: Rustic Red. HEX triplet: 52, 07 and 09. RGB value is (82,7,9). Sum of RGB (Red+Green+Blue) = 82+7+9=98 (12% of max value = 765). Red value is 82 (32.42% from 255 or 83.67% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 82 - color contains mainly: red. Hex color #520709 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520709 is #ADF8F6. Grayscale: #1D1D1D. Windows color (decimal): -11401463 or 591698. OLE color: 591698.
HSL color Cylindrical-coordinate representation of color #520709: hue angle of 358.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #520709 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 7 | 9 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.68 |
| HSL | 358.4º | 0.84% | 0.17% | - |
| HSV(B) | 358.4º | 0.91% | 0.32% | - |
| XYZ | 3.6 | 1.97 | 0.45 | - |
| YUV | 29.65 | 116.35 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 7 | 9 | 0 | 0.91 | 0.89 | 0.68 | 358.4 | 0.84 | 0.17 |
| Hex | 52 | 7 | 9 | 0 | 5B | 59 | 44 | 166 | 54 | 11 |
| Octal | 122 | 7 | 11 | 0 | 133 | 131 | 104 | 546 | 124 | 21 |
| Binary | 1010010 | 111 | 1001 | 0 | 1011011 | 1011001 | 1000100 | 101100110 | 1010100 | 10001 |
Color Harmonies of #520709
Complementary color
Monochromatic Colors of #520709
Black with #520709
Text Example
Text Example
White with #520709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520709; }
p { color: rgb(82,7,9); }
H1.HeaderClassName
{
color: #520709;
}
.AnyTagClassName
{
color: #520709;
}
</style>
background-color css
<style>
a { background-color: #520709; }
a { background-color: rgb(82,7,9); }
div.DivClassName
{
background-color: #520709;
}
.BgClassName
{
background-color: #520709;
}
</style>
border-color css
<style>
span { border-color: #520709; }
span { border-color: rgb(82,7,9); }
td.TdClassName
{
border-color: #520709;
}
.TagClassName
{
border-color: #520709;
}
</style>