Shades of Rustic Red #520205
Tints of Rustic Red #520205
RGB
CMYK
RGB Variations
Color information
#520205 (or 0x520205) is known color: Rustic Red. HEX triplet: 52, 02 and 05. RGB value is (82,2,5). Sum of RGB (Red+Green+Blue) = 82+2+5=89 (11% of max value = 765). Red value is 82 (32.42% from 255 or 92.13% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 82 - color contains mainly: red. Hex color #520205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520205 is #ADFDFA. Grayscale: #1A1A1A. Windows color (decimal): -11402747 or 328274. OLE color: 328274.
HSL color Cylindrical-coordinate representation of color #520205: hue angle of 357.75º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520205 is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 5 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.68 |
| HSL | 357.75º | 0.95% | 0.16% | - |
| HSV(B) | 357.75º | 0.98% | 0.32% | - |
| XYZ | 3.53 | 1.85 | 0.31 | - |
| YUV | 26.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 5 | 0 | 0.98 | 0.94 | 0.68 | 357.75 | 0.95 | 0.16 |
| Hex | 52 | 2 | 5 | 0 | 62 | 5E | 44 | 166 | 5F | 10 |
| Octal | 122 | 2 | 5 | 0 | 142 | 136 | 104 | 546 | 137 | 20 |
| Binary | 1010010 | 10 | 101 | 0 | 1100010 | 1011110 | 1000100 | 101100110 | 1011111 | 10000 |
Color Harmonies of #520205
Complementary color
Monochromatic Colors of #520205
Black with #520205
Text Example
Text Example
White with #520205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520205; }
p { color: rgb(82,2,5); }
H1.HeaderClassName
{
color: #520205;
}
.AnyTagClassName
{
color: #520205;
}
</style>
background-color css
<style>
a { background-color: #520205; }
a { background-color: rgb(82,2,5); }
div.DivClassName
{
background-color: #520205;
}
.BgClassName
{
background-color: #520205;
}
</style>
border-color css
<style>
span { border-color: #520205; }
span { border-color: rgb(82,2,5); }
td.TdClassName
{
border-color: #520205;
}
.TagClassName
{
border-color: #520205;
}
</style>