Shades of Rustic Red #52000B
Tints of Rustic Red #52000B
RGB
CMYK
RGB Variations
Color information
#52000B (or 0x52000B) is known color: Rustic Red. HEX triplet: 52, 00 and 0B. RGB value is (82,0,11). Sum of RGB (Red+Green+Blue) = 82+0+11=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #52000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52000B is #ADFFF4. Grayscale: #191919. Windows color (decimal): -11403253 or 720978. OLE color: 720978.
HSL color Cylindrical-coordinate representation of color #52000B: hue angle of 351.95º 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 #52000B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.87 | 0.68 |
| HSL | 351.95º | 1% | 0.16% | - |
| HSV(B) | 351.95º | 1% | 0.32% | - |
| XYZ | 3.54 | 1.82 | 0.48 | - |
| YUV | 25.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 0 | 11 | 0 | 1 | 0.87 | 0.68 | 351.95 | 1 | 0.16 |
| Hex | 52 | 0 | B | 0 | 64 | 57 | 44 | 160 | 64 | 10 |
| Octal | 122 | 0 | 13 | 0 | 144 | 127 | 104 | 540 | 144 | 20 |
| Binary | 1010010 | 0 | 1011 | 0 | 1100100 | 1010111 | 1000100 | 101100000 | 1100100 | 10000 |
Color Harmonies of #52000B
Complementary color
Monochromatic Colors of #52000B
Black with #52000B
Text Example
Text Example
White with #52000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52000B; }
p { color: rgb(82,0,11); }
H1.HeaderClassName
{
color: #52000B;
}
.AnyTagClassName
{
color: #52000B;
}
</style>
background-color css
<style>
a { background-color: #52000B; }
a { background-color: rgb(82,0,11); }
div.DivClassName
{
background-color: #52000B;
}
.BgClassName
{
background-color: #52000B;
}
</style>
border-color css
<style>
span { border-color: #52000B; }
span { border-color: rgb(82,0,11); }
td.TdClassName
{
border-color: #52000B;
}
.TagClassName
{
border-color: #52000B;
}
</style>