Shades of Rustic Red #520008
Tints of Rustic Red #520008
RGB
CMYK
RGB Variations
Color information
#520008 (or 0x520008) is known color: Rustic Red. HEX triplet: 52, 00 and 08. RGB value is (82,0,8). Sum of RGB (Red+Green+Blue) = 82+0+8=90 (11% of max value = 765). Red value is 82 (32.42% from 255 or 91.11% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 82 - color contains mainly: red. Hex color #520008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520008 is #ADFFF7. Grayscale: #191919. Windows color (decimal): -11403256 or 524370. OLE color: 524370.
HSL color Cylindrical-coordinate representation of color #520008: hue angle of 354.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #520008 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.90 | 0.68 |
| HSL | 354.15º | 1% | 0.16% | - |
| HSV(B) | 354.15º | 1% | 0.32% | - |
| XYZ | 3.52 | 1.81 | 0.39 | - |
| YUV | 25.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 8 | 0 | 1 | 0.90 | 0.68 | 354.15 | 1 | 0.16 |
| Hex | 52 | 0 | 8 | 0 | 64 | 5A | 44 | 162 | 64 | 10 |
| Octal | 122 | 0 | 10 | 0 | 144 | 132 | 104 | 542 | 144 | 20 |
| Binary | 1010010 | 0 | 1000 | 0 | 1100100 | 1011010 | 1000100 | 101100010 | 1100100 | 10000 |
Color Harmonies of #520008
Complementary color
Monochromatic Colors of #520008
Black with #520008
Text Example
Text Example
White with #520008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520008; }
p { color: rgb(82,0,8); }
H1.HeaderClassName
{
color: #520008;
}
.AnyTagClassName
{
color: #520008;
}
</style>
background-color css
<style>
a { background-color: #520008; }
a { background-color: rgb(82,0,8); }
div.DivClassName
{
background-color: #520008;
}
.BgClassName
{
background-color: #520008;
}
</style>
border-color css
<style>
span { border-color: #520008; }
span { border-color: rgb(82,0,8); }
td.TdClassName
{
border-color: #520008;
}
.TagClassName
{
border-color: #520008;
}
</style>