Shades of Rustic Red #520309
Tints of Rustic Red #520309
RGB
CMYK
RGB Variations
Color information
#520309 (or 0x520309) is known color: Rustic Red. HEX triplet: 52, 03 and 09. RGB value is (82,3,9). Sum of RGB (Red+Green+Blue) = 82+3+9=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520309 is #ADFCF6. Grayscale: #1B1B1B. Windows color (decimal): -11402487 or 590674. OLE color: 590674.
HSL color Cylindrical-coordinate representation of color #520309: hue angle of 355.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520309 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 9 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.68 |
| HSL | 355.44º | 0.93% | 0.17% | - |
| HSV(B) | 355.44º | 0.96% | 0.32% | - |
| XYZ | 3.56 | 1.88 | 0.43 | - |
| YUV | 27.31 | 117.67 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 9 | 0 | 0.96 | 0.89 | 0.68 | 355.44 | 0.93 | 0.17 |
| Hex | 52 | 3 | 9 | 0 | 60 | 59 | 44 | 163 | 5D | 11 |
| Octal | 122 | 3 | 11 | 0 | 140 | 131 | 104 | 543 | 135 | 21 |
| Binary | 1010010 | 11 | 1001 | 0 | 1100000 | 1011001 | 1000100 | 101100011 | 1011101 | 10001 |
Color Harmonies of #520309
Complementary color
Monochromatic Colors of #520309
Black with #520309
Text Example
Text Example
White with #520309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520309; }
p { color: rgb(82,3,9); }
H1.HeaderClassName
{
color: #520309;
}
.AnyTagClassName
{
color: #520309;
}
</style>
background-color css
<style>
a { background-color: #520309; }
a { background-color: rgb(82,3,9); }
div.DivClassName
{
background-color: #520309;
}
.BgClassName
{
background-color: #520309;
}
</style>
border-color css
<style>
span { border-color: #520309; }
span { border-color: rgb(82,3,9); }
td.TdClassName
{
border-color: #520309;
}
.TagClassName
{
border-color: #520309;
}
</style>