Shades of Rustic Red #520102
Tints of Rustic Red #520102
RGB
CMYK
RGB Variations
Color information
#520102 (or 0x520102) is known color: Rustic Red. HEX triplet: 52, 01 and 02. RGB value is (82,1,2). Sum of RGB (Red+Green+Blue) = 82+1+2=85 (11% of max value = 765). Red value is 82 (32.42% from 255 or 96.47% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 82 - color contains mainly: red. Hex color #520102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520102 is #ADFEFD. Grayscale: #191919. Windows color (decimal): -11403006 or 131410. OLE color: 131410.
HSL color Cylindrical-coordinate representation of color #520102: hue angle of 359.26º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #520102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.68 |
| HSL | 359.26º | 0.98% | 0.16% | - |
| HSV(B) | 359.26º | 0.99% | 0.32% | - |
| XYZ | 3.5 | 1.82 | 0.22 | - |
| YUV | 25.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 1 | 2 | 0 | 0.99 | 0.98 | 0.68 | 359.26 | 0.98 | 0.16 |
| Hex | 52 | 1 | 2 | 0 | 63 | 62 | 44 | 167 | 62 | 10 |
| Octal | 122 | 1 | 2 | 0 | 143 | 142 | 104 | 547 | 142 | 20 |
| Binary | 1010010 | 1 | 10 | 0 | 1100011 | 1100010 | 1000100 | 101100111 | 1100010 | 10000 |
Color Harmonies of #520102
Complementary color
Monochromatic Colors of #520102
Black with #520102
Text Example
Text Example
White with #520102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520102; }
p { color: rgb(82,1,2); }
H1.HeaderClassName
{
color: #520102;
}
.AnyTagClassName
{
color: #520102;
}
</style>
background-color css
<style>
a { background-color: #520102; }
a { background-color: rgb(82,1,2); }
div.DivClassName
{
background-color: #520102;
}
.BgClassName
{
background-color: #520102;
}
</style>
border-color css
<style>
span { border-color: #520102; }
span { border-color: rgb(82,1,2); }
td.TdClassName
{
border-color: #520102;
}
.TagClassName
{
border-color: #520102;
}
</style>