Shades of Rustic Red #53050A
Tints of Rustic Red #53050A
RGB
CMYK
RGB Variations
Color information
#53050A (or 0x53050A) is known color: Rustic Red. HEX triplet: 53, 05 and 0A. RGB value is (83,5,10). Sum of RGB (Red+Green+Blue) = 83+5+10=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53050A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53050A is #ACFAF5. Grayscale: #1C1C1C. Windows color (decimal): -11336438 or 656723. OLE color: 656723.
HSL color Cylindrical-coordinate representation of color #53050A: hue angle of 356.15º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53050A is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 5 | 10 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.67 |
| HSL | 356.15º | 0.89% | 0.17% | - |
| HSV(B) | 356.15º | 0.94% | 0.33% | - |
| XYZ | 3.68 | 1.97 | 0.47 | - |
| YUV | 28.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 10 | 0 | 0.94 | 0.88 | 0.67 | 356.15 | 0.89 | 0.17 |
| Hex | 53 | 5 | A | 0 | 5E | 58 | 43 | 164 | 59 | 11 |
| Octal | 123 | 5 | 12 | 0 | 136 | 130 | 103 | 544 | 131 | 21 |
| Binary | 1010011 | 101 | 1010 | 0 | 1011110 | 1011000 | 1000011 | 101100100 | 1011001 | 10001 |
Color Harmonies of #53050A
Complementary color
Monochromatic Colors of #53050A
Black with #53050A
Text Example
Text Example
White with #53050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53050A; }
p { color: rgb(83,5,10); }
H1.HeaderClassName
{
color: #53050A;
}
.AnyTagClassName
{
color: #53050A;
}
</style>
background-color css
<style>
a { background-color: #53050A; }
a { background-color: rgb(83,5,10); }
div.DivClassName
{
background-color: #53050A;
}
.BgClassName
{
background-color: #53050A;
}
</style>
border-color css
<style>
span { border-color: #53050A; }
span { border-color: rgb(83,5,10); }
td.TdClassName
{
border-color: #53050A;
}
.TagClassName
{
border-color: #53050A;
}
</style>