Shades of Rustic Red #52030A
Tints of Rustic Red #52030A
RGB
CMYK
RGB Variations
Color information
#52030A (or 0x52030A) is known color: Rustic Red. HEX triplet: 52, 03 and 0A. RGB value is (82,3,10). Sum of RGB (Red+Green+Blue) = 82+3+10=95 (12% of max value = 765). Red value is 82 (32.42% from 255 or 86.32% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 82 - color contains mainly: red. Hex color #52030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030A is #ADFCF5. Grayscale: #1B1B1B. Windows color (decimal): -11402486 or 656210. OLE color: 656210.
HSL color Cylindrical-coordinate representation of color #52030A: hue angle of 354.68º 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 #52030A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 10 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.68 |
| HSL | 354.68º | 0.93% | 0.17% | - |
| HSV(B) | 354.68º | 0.96% | 0.32% | - |
| XYZ | 3.57 | 1.88 | 0.46 | - |
| YUV | 27.42 | 118.17 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 10 | 0 | 0.96 | 0.88 | 0.68 | 354.68 | 0.93 | 0.17 |
| Hex | 52 | 3 | A | 0 | 60 | 58 | 44 | 163 | 5D | 11 |
| Octal | 122 | 3 | 12 | 0 | 140 | 130 | 104 | 543 | 135 | 21 |
| Binary | 1010010 | 11 | 1010 | 0 | 1100000 | 1011000 | 1000100 | 101100011 | 1011101 | 10001 |
Color Harmonies of #52030A
Complementary color
Monochromatic Colors of #52030A
Black with #52030A
Text Example
Text Example
White with #52030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52030A; }
p { color: rgb(82,3,10); }
H1.HeaderClassName
{
color: #52030A;
}
.AnyTagClassName
{
color: #52030A;
}
</style>
background-color css
<style>
a { background-color: #52030A; }
a { background-color: rgb(82,3,10); }
div.DivClassName
{
background-color: #52030A;
}
.BgClassName
{
background-color: #52030A;
}
</style>
border-color css
<style>
span { border-color: #52030A; }
span { border-color: rgb(82,3,10); }
td.TdClassName
{
border-color: #52030A;
}
.TagClassName
{
border-color: #52030A;
}
</style>