Shades of Rustic Red #52030B
Tints of Rustic Red #52030B
RGB
CMYK
RGB Variations
Color information
#52030B (or 0x52030B) is known color: Rustic Red. HEX triplet: 52, 03 and 0B. RGB value is (82,3,11). Sum of RGB (Red+Green+Blue) = 82+3+11=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #52030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030B is #ADFCF4. Grayscale: #1B1B1B. Windows color (decimal): -11402485 or 721746. OLE color: 721746.
HSL color Cylindrical-coordinate representation of color #52030B: hue angle of 353.92º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52030B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 11 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.68 |
| HSL | 353.92º | 0.93% | 0.17% | - |
| HSV(B) | 353.92º | 0.96% | 0.32% | - |
| XYZ | 3.57 | 1.88 | 0.49 | - |
| YUV | 27.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 11 | 0 | 0.96 | 0.87 | 0.68 | 353.92 | 0.93 | 0.17 |
| Hex | 52 | 3 | B | 0 | 60 | 57 | 44 | 162 | 5D | 11 |
| Octal | 122 | 3 | 13 | 0 | 140 | 127 | 104 | 542 | 135 | 21 |
| Binary | 1010010 | 11 | 1011 | 0 | 1100000 | 1010111 | 1000100 | 101100010 | 1011101 | 10001 |
Color Harmonies of #52030B
Complementary color
Monochromatic Colors of #52030B
Black with #52030B
Text Example
Text Example
White with #52030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52030B; }
p { color: rgb(82,3,11); }
H1.HeaderClassName
{
color: #52030B;
}
.AnyTagClassName
{
color: #52030B;
}
</style>
background-color css
<style>
a { background-color: #52030B; }
a { background-color: rgb(82,3,11); }
div.DivClassName
{
background-color: #52030B;
}
.BgClassName
{
background-color: #52030B;
}
</style>
border-color css
<style>
span { border-color: #52030B; }
span { border-color: rgb(82,3,11); }
td.TdClassName
{
border-color: #52030B;
}
.TagClassName
{
border-color: #52030B;
}
</style>