Shades of Rustic Red #520305
Tints of Rustic Red #520305
RGB
CMYK
RGB Variations
Color information
#520305 (or 0x520305) is known color: Rustic Red. HEX triplet: 52, 03 and 05. RGB value is (82,3,5). Sum of RGB (Red+Green+Blue) = 82+3+5=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520305 is #ADFCFA. Grayscale: #1A1A1A. Windows color (decimal): -11402491 or 328530. OLE color: 328530.
HSL color Cylindrical-coordinate representation of color #520305: hue angle of 358.48º 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 #520305 is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 5 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.68 |
| HSL | 358.48º | 0.93% | 0.17% | - |
| HSV(B) | 358.48º | 0.96% | 0.32% | - |
| XYZ | 3.54 | 1.87 | 0.32 | - |
| YUV | 26.85 | 115.67 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 5 | 0 | 0.96 | 0.94 | 0.68 | 358.48 | 0.93 | 0.17 |
| Hex | 52 | 3 | 5 | 0 | 60 | 5E | 44 | 166 | 5D | 11 |
| Octal | 122 | 3 | 5 | 0 | 140 | 136 | 104 | 546 | 135 | 21 |
| Binary | 1010010 | 11 | 101 | 0 | 1100000 | 1011110 | 1000100 | 101100110 | 1011101 | 10001 |
Color Harmonies of #520305
Complementary color
Monochromatic Colors of #520305
Black with #520305
Text Example
Text Example
White with #520305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520305; }
p { color: rgb(82,3,5); }
H1.HeaderClassName
{
color: #520305;
}
.AnyTagClassName
{
color: #520305;
}
</style>
background-color css
<style>
a { background-color: #520305; }
a { background-color: rgb(82,3,5); }
div.DivClassName
{
background-color: #520305;
}
.BgClassName
{
background-color: #520305;
}
</style>
border-color css
<style>
span { border-color: #520305; }
span { border-color: rgb(82,3,5); }
td.TdClassName
{
border-color: #520305;
}
.TagClassName
{
border-color: #520305;
}
</style>