Shades of Rustic Red #520207
Tints of Rustic Red #520207
RGB
CMYK
RGB Variations
Color information
#520207 (or 0x520207) is known color: Rustic Red. HEX triplet: 52, 02 and 07. RGB value is (82,2,7). Sum of RGB (Red+Green+Blue) = 82+2+7=91 (12% of max value = 765). Red value is 82 (32.42% from 255 or 90.11% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 82 - color contains mainly: red. Hex color #520207 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520207 is #ADFDF8. Grayscale: #1A1A1A. Windows color (decimal): -11402745 or 459346. OLE color: 459346.
HSL color Cylindrical-coordinate representation of color #520207: hue angle of 356.25º 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 #520207 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 7 | - |
| CMYK | 0 | 0.98 | 0.91 | 0.68 |
| HSL | 356.25º | 0.95% | 0.16% | - |
| HSV(B) | 356.25º | 0.98% | 0.32% | - |
| XYZ | 3.54 | 1.85 | 0.37 | - |
| YUV | 26.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 7 | 0 | 0.98 | 0.91 | 0.68 | 356.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 7 | 0 | 62 | 5B | 44 | 164 | 5F | 10 |
| Octal | 122 | 2 | 7 | 0 | 142 | 133 | 104 | 544 | 137 | 20 |
| Binary | 1010010 | 10 | 111 | 0 | 1100010 | 1011011 | 1000100 | 101100100 | 1011111 | 10000 |
Color Harmonies of #520207
Complementary color
Monochromatic Colors of #520207
Black with #520207
Text Example
Text Example
White with #520207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520207; }
p { color: rgb(82,2,7); }
H1.HeaderClassName
{
color: #520207;
}
.AnyTagClassName
{
color: #520207;
}
</style>
background-color css
<style>
a { background-color: #520207; }
a { background-color: rgb(82,2,7); }
div.DivClassName
{
background-color: #520207;
}
.BgClassName
{
background-color: #520207;
}
</style>
border-color css
<style>
span { border-color: #520207; }
span { border-color: rgb(82,2,7); }
td.TdClassName
{
border-color: #520207;
}
.TagClassName
{
border-color: #520207;
}
</style>