Shades of Rustic Red #53070C
Tints of Rustic Red #53070C
RGB
CMYK
RGB Variations
Color information
#53070C (or 0x53070C) is known color: Rustic Red. HEX triplet: 53, 07 and 0C. RGB value is (83,7,12). Sum of RGB (Red+Green+Blue) = 83+7+12=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53070C is #ACF8F3. Grayscale: #1E1E1E. Windows color (decimal): -11335924 or 788307. OLE color: 788307.
HSL color Cylindrical-coordinate representation of color #53070C: hue angle of 356.05º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #53070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 7 | 12 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.67 |
| HSL | 356.05º | 0.84% | 0.18% | - |
| HSV(B) | 356.05º | 0.92% | 0.33% | - |
| XYZ | 3.71 | 2.02 | 0.54 | - |
| YUV | 30.29 | 117.68 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 12 | 0 | 0.92 | 0.86 | 0.67 | 356.05 | 0.84 | 0.18 |
| Hex | 53 | 7 | C | 0 | 5C | 56 | 43 | 164 | 54 | 12 |
| Octal | 123 | 7 | 14 | 0 | 134 | 126 | 103 | 544 | 124 | 22 |
| Binary | 1010011 | 111 | 1100 | 0 | 1011100 | 1010110 | 1000011 | 101100100 | 1010100 | 10010 |
Color Harmonies of #53070C
Complementary color
Monochromatic Colors of #53070C
Black with #53070C
Text Example
Text Example
White with #53070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53070C; }
p { color: rgb(83,7,12); }
H1.HeaderClassName
{
color: #53070C;
}
.AnyTagClassName
{
color: #53070C;
}
</style>
background-color css
<style>
a { background-color: #53070C; }
a { background-color: rgb(83,7,12); }
div.DivClassName
{
background-color: #53070C;
}
.BgClassName
{
background-color: #53070C;
}
</style>
border-color css
<style>
span { border-color: #53070C; }
span { border-color: rgb(83,7,12); }
td.TdClassName
{
border-color: #53070C;
}
.TagClassName
{
border-color: #53070C;
}
</style>