Shades of Rustic Red #52050D
Tints of Rustic Red #52050D
RGB
CMYK
RGB Variations
Color information
#52050D (or 0x52050D) is known color: Rustic Red. HEX triplet: 52, 05 and 0D. RGB value is (82,5,13). Sum of RGB (Red+Green+Blue) = 82+5+13=100 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 82 - color contains mainly: red. Hex color #52050D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52050D is #ADFAF2. Grayscale: #1C1C1C. Windows color (decimal): -11401971 or 853330. OLE color: 853330.
HSL color Cylindrical-coordinate representation of color #52050D: hue angle of 353.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #52050D is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 13 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.68 |
| HSL | 353.77º | 0.89% | 0.17% | - |
| HSV(B) | 353.77º | 0.94% | 0.32% | - |
| XYZ | 3.61 | 1.93 | 0.56 | - |
| YUV | 28.94 | 119.01 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 13 | 0 | 0.94 | 0.84 | 0.68 | 353.77 | 0.89 | 0.17 |
| Hex | 52 | 5 | D | 0 | 5E | 54 | 44 | 162 | 59 | 11 |
| Octal | 122 | 5 | 15 | 0 | 136 | 124 | 104 | 542 | 131 | 21 |
| Binary | 1010010 | 101 | 1101 | 0 | 1011110 | 1010100 | 1000100 | 101100010 | 1011001 | 10001 |
Color Harmonies of #52050D
Complementary color
Monochromatic Colors of #52050D
Black with #52050D
Text Example
Text Example
White with #52050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52050D; }
p { color: rgb(82,5,13); }
H1.HeaderClassName
{
color: #52050D;
}
.AnyTagClassName
{
color: #52050D;
}
</style>
background-color css
<style>
a { background-color: #52050D; }
a { background-color: rgb(82,5,13); }
div.DivClassName
{
background-color: #52050D;
}
.BgClassName
{
background-color: #52050D;
}
</style>
border-color css
<style>
span { border-color: #52050D; }
span { border-color: rgb(82,5,13); }
td.TdClassName
{
border-color: #52050D;
}
.TagClassName
{
border-color: #52050D;
}
</style>