Shades of Rustic Red #52020A
Tints of Rustic Red #52020A
RGB
CMYK
RGB Variations
Color information
#52020A (or 0x52020A) is known color: Rustic Red. HEX triplet: 52, 02 and 0A. RGB value is (82,2,10). Sum of RGB (Red+Green+Blue) = 82+2+10=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #52020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52020A is #ADFDF5. Grayscale: #1A1A1A. Windows color (decimal): -11402742 or 655954. OLE color: 655954.
HSL color Cylindrical-coordinate representation of color #52020A: hue angle of 354º 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 #52020A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.68 |
| HSL | 354º | 0.95% | 0.16% | - |
| HSV(B) | 354º | 0.98% | 0.32% | - |
| XYZ | 3.56 | 1.86 | 0.46 | - |
| YUV | 26.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 10 | 0 | 0.98 | 0.88 | 0.68 | 354 | 0.95 | 0.16 |
| Hex | 52 | 2 | A | 0 | 62 | 58 | 44 | 162 | 5F | 10 |
| Octal | 122 | 2 | 12 | 0 | 142 | 130 | 104 | 542 | 137 | 20 |
| Binary | 1010010 | 10 | 1010 | 0 | 1100010 | 1011000 | 1000100 | 101100010 | 1011111 | 10000 |
Color Harmonies of #52020A
Complementary color
Monochromatic Colors of #52020A
Black with #52020A
Text Example
Text Example
White with #52020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52020A; }
p { color: rgb(82,2,10); }
H1.HeaderClassName
{
color: #52020A;
}
.AnyTagClassName
{
color: #52020A;
}
</style>
background-color css
<style>
a { background-color: #52020A; }
a { background-color: rgb(82,2,10); }
div.DivClassName
{
background-color: #52020A;
}
.BgClassName
{
background-color: #52020A;
}
</style>
border-color css
<style>
span { border-color: #52020A; }
span { border-color: rgb(82,2,10); }
td.TdClassName
{
border-color: #52020A;
}
.TagClassName
{
border-color: #52020A;
}
</style>