Shades of Rustic Red #53060A
Tints of Rustic Red #53060A
RGB
CMYK
RGB Variations
Color information
#53060A (or 0x53060A) is known color: Rustic Red. HEX triplet: 53, 06 and 0A. RGB value is (83,6,10). Sum of RGB (Red+Green+Blue) = 83+6+10=99 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83.84% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 83 - color contains mainly: red. Hex color #53060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060A is #ACF9F5. Grayscale: #1D1D1D. Windows color (decimal): -11336182 or 656979. OLE color: 656979.
HSL color Cylindrical-coordinate representation of color #53060A: hue angle of 356.88º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #53060A is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 10 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.67 |
| HSL | 356.88º | 0.87% | 0.17% | - |
| HSV(B) | 356.88º | 0.93% | 0.33% | - |
| XYZ | 3.69 | 1.99 | 0.48 | - |
| YUV | 29.48 | 117.01 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 10 | 0 | 0.93 | 0.88 | 0.67 | 356.88 | 0.87 | 0.17 |
| Hex | 53 | 6 | A | 0 | 5D | 58 | 43 | 165 | 57 | 11 |
| Octal | 123 | 6 | 12 | 0 | 135 | 130 | 103 | 545 | 127 | 21 |
| Binary | 1010011 | 110 | 1010 | 0 | 1011101 | 1011000 | 1000011 | 101100101 | 1010111 | 10001 |
Color Harmonies of #53060A
Complementary color
Monochromatic Colors of #53060A
Black with #53060A
Text Example
Text Example
White with #53060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53060A; }
p { color: rgb(83,6,10); }
H1.HeaderClassName
{
color: #53060A;
}
.AnyTagClassName
{
color: #53060A;
}
</style>
background-color css
<style>
a { background-color: #53060A; }
a { background-color: rgb(83,6,10); }
div.DivClassName
{
background-color: #53060A;
}
.BgClassName
{
background-color: #53060A;
}
</style>
border-color css
<style>
span { border-color: #53060A; }
span { border-color: rgb(83,6,10); }
td.TdClassName
{
border-color: #53060A;
}
.TagClassName
{
border-color: #53060A;
}
</style>