Shades of Rustic Red #53080C
Tints of Rustic Red #53080C
RGB
CMYK
RGB Variations
Color information
#53080C (or 0x53080C) is known color: Rustic Red. HEX triplet: 53, 08 and 0C. RGB value is (83,8,12). Sum of RGB (Red+Green+Blue) = 83+8+12=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 12 (5.08% from 255 or 11.65% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #53080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53080C is #ACF7F3. Grayscale: #1E1E1E. Windows color (decimal): -11335668 or 788563. OLE color: 788563.
HSL color Cylindrical-coordinate representation of color #53080C: hue angle of 356.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53080C is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 8 | 12 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.67 |
| HSL | 356.8º | 0.82% | 0.18% | - |
| HSV(B) | 356.8º | 0.9% | 0.33% | - |
| XYZ | 3.72 | 2.04 | 0.55 | - |
| YUV | 30.88 | 117.35 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 12 | 0 | 0.90 | 0.86 | 0.67 | 356.8 | 0.82 | 0.18 |
| Hex | 53 | 8 | C | 0 | 5A | 56 | 43 | 165 | 52 | 12 |
| Octal | 123 | 10 | 14 | 0 | 132 | 126 | 103 | 545 | 122 | 22 |
| Binary | 1010011 | 1000 | 1100 | 0 | 1011010 | 1010110 | 1000011 | 101100101 | 1010010 | 10010 |
Color Harmonies of #53080C
Complementary color
Monochromatic Colors of #53080C
Black with #53080C
Text Example
Text Example
White with #53080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53080C; }
p { color: rgb(83,8,12); }
H1.HeaderClassName
{
color: #53080C;
}
.AnyTagClassName
{
color: #53080C;
}
</style>
background-color css
<style>
a { background-color: #53080C; }
a { background-color: rgb(83,8,12); }
div.DivClassName
{
background-color: #53080C;
}
.BgClassName
{
background-color: #53080C;
}
</style>
border-color css
<style>
span { border-color: #53080C; }
span { border-color: rgb(83,8,12); }
td.TdClassName
{
border-color: #53080C;
}
.TagClassName
{
border-color: #53080C;
}
</style>