Shades of Rustic Red #53060C
Tints of Rustic Red #53060C
RGB
CMYK
RGB Variations
Color information
#53060C (or 0x53060C) is known color: Rustic Red. HEX triplet: 53, 06 and 0C. RGB value is (83,6,12). Sum of RGB (Red+Green+Blue) = 83+6+12=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #53060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53060C is #ACF9F3. Grayscale: #1D1D1D. Windows color (decimal): -11336180 or 788051. OLE color: 788051.
HSL color Cylindrical-coordinate representation of color #53060C: hue angle of 355.32º 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 #53060C is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 6 | 12 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.67 |
| HSL | 355.32º | 0.87% | 0.17% | - |
| HSV(B) | 355.32º | 0.93% | 0.33% | - |
| XYZ | 3.7 | 2 | 0.54 | - |
| YUV | 29.71 | 118.01 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 12 | 0 | 0.93 | 0.86 | 0.67 | 355.32 | 0.87 | 0.17 |
| Hex | 53 | 6 | C | 0 | 5D | 56 | 43 | 163 | 57 | 11 |
| Octal | 123 | 6 | 14 | 0 | 135 | 126 | 103 | 543 | 127 | 21 |
| Binary | 1010011 | 110 | 1100 | 0 | 1011101 | 1010110 | 1000011 | 101100011 | 1010111 | 10001 |
Color Harmonies of #53060C
Complementary color
Monochromatic Colors of #53060C
Black with #53060C
Text Example
Text Example
White with #53060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53060C; }
p { color: rgb(83,6,12); }
H1.HeaderClassName
{
color: #53060C;
}
.AnyTagClassName
{
color: #53060C;
}
</style>
background-color css
<style>
a { background-color: #53060C; }
a { background-color: rgb(83,6,12); }
div.DivClassName
{
background-color: #53060C;
}
.BgClassName
{
background-color: #53060C;
}
</style>
border-color css
<style>
span { border-color: #53060C; }
span { border-color: rgb(83,6,12); }
td.TdClassName
{
border-color: #53060C;
}
.TagClassName
{
border-color: #53060C;
}
</style>