Shades of Rustic Red #53020A
Tints of Rustic Red #53020A
RGB
CMYK
RGB Variations
Color information
#53020A (or 0x53020A) is known color: Rustic Red. HEX triplet: 53, 02 and 0A. RGB value is (83,2,10). Sum of RGB (Red+Green+Blue) = 83+2+10=95 (12% of max value = 765). Red value is 83 (32.81% from 255 or 87.37% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 10 (4.30% from 255 or 10.53% from 95); Max value from RGB is 83 - color contains mainly: red. Hex color #53020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53020A is #ACFDF5. Grayscale: #1B1B1B. Windows color (decimal): -11337206 or 655955. OLE color: 655955.
HSL color Cylindrical-coordinate representation of color #53020A: hue angle of 354.07º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53020A is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 10 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.67 |
| HSL | 354.07º | 0.95% | 0.17% | - |
| HSV(B) | 354.07º | 0.98% | 0.33% | - |
| XYZ | 3.64 | 1.9 | 0.46 | - |
| YUV | 27.13 | 118.34 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 10 | 0 | 0.98 | 0.88 | 0.67 | 354.07 | 0.95 | 0.17 |
| Hex | 53 | 2 | A | 0 | 62 | 58 | 43 | 162 | 5F | 11 |
| Octal | 123 | 2 | 12 | 0 | 142 | 130 | 103 | 542 | 137 | 21 |
| Binary | 1010011 | 10 | 1010 | 0 | 1100010 | 1011000 | 1000011 | 101100010 | 1011111 | 10001 |
Color Harmonies of #53020A
Complementary color
Monochromatic Colors of #53020A
Black with #53020A
Text Example
Text Example
White with #53020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53020A; }
p { color: rgb(83,2,10); }
H1.HeaderClassName
{
color: #53020A;
}
.AnyTagClassName
{
color: #53020A;
}
</style>
background-color css
<style>
a { background-color: #53020A; }
a { background-color: rgb(83,2,10); }
div.DivClassName
{
background-color: #53020A;
}
.BgClassName
{
background-color: #53020A;
}
</style>
border-color css
<style>
span { border-color: #53020A; }
span { border-color: rgb(83,2,10); }
td.TdClassName
{
border-color: #53020A;
}
.TagClassName
{
border-color: #53020A;
}
</style>