Shades of Rustic Red #52040B
Tints of Rustic Red #52040B
RGB
CMYK
RGB Variations
Color information
#52040B (or 0x52040B) is known color: Rustic Red. HEX triplet: 52, 04 and 0B. RGB value is (82,4,11). Sum of RGB (Red+Green+Blue) = 82+4+11=97 (12% of max value = 765). Red value is 82 (32.42% from 255 or 84.54% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 82 - color contains mainly: red. Hex color #52040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52040B is #ADFBF4. Grayscale: #1C1C1C. Windows color (decimal): -11402229 or 722002. OLE color: 722002.
HSL color Cylindrical-coordinate representation of color #52040B: hue angle of 354.62º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #52040B is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 4 | 11 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.68 |
| HSL | 354.62º | 0.91% | 0.17% | - |
| HSV(B) | 354.62º | 0.95% | 0.32% | - |
| XYZ | 3.58 | 1.9 | 0.5 | - |
| YUV | 28.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 4 | 11 | 0 | 0.95 | 0.87 | 0.68 | 354.62 | 0.91 | 0.17 |
| Hex | 52 | 4 | B | 0 | 5F | 57 | 44 | 163 | 5B | 11 |
| Octal | 122 | 4 | 13 | 0 | 137 | 127 | 104 | 543 | 133 | 21 |
| Binary | 1010010 | 100 | 1011 | 0 | 1011111 | 1010111 | 1000100 | 101100011 | 1011011 | 10001 |
Color Harmonies of #52040B
Complementary color
Monochromatic Colors of #52040B
Black with #52040B
Text Example
Text Example
White with #52040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52040B; }
p { color: rgb(82,4,11); }
H1.HeaderClassName
{
color: #52040B;
}
.AnyTagClassName
{
color: #52040B;
}
</style>
background-color css
<style>
a { background-color: #52040B; }
a { background-color: rgb(82,4,11); }
div.DivClassName
{
background-color: #52040B;
}
.BgClassName
{
background-color: #52040B;
}
</style>
border-color css
<style>
span { border-color: #52040B; }
span { border-color: rgb(82,4,11); }
td.TdClassName
{
border-color: #52040B;
}
.TagClassName
{
border-color: #52040B;
}
</style>