Shades of Rustic Red #53090A
Tints of Rustic Red #53090A
RGB
CMYK
RGB Variations
Color information
#53090A (or 0x53090A) is known color: Rustic Red. HEX triplet: 53, 09 and 0A. RGB value is (83,9,10). Sum of RGB (Red+Green+Blue) = 83+9+10=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 9 (3.91% from 255 or 8.82% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #53090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53090A is #ACF6F5. Grayscale: #1F1F1F. Windows color (decimal): -11335414 or 657747. OLE color: 657747.
HSL color Cylindrical-coordinate representation of color #53090A: hue angle of 359.19º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53090A is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 9 | 10 | - |
| CMYK | 0 | 0.89 | 0.88 | 0.67 |
| HSL | 359.19º | 0.8% | 0.18% | - |
| HSV(B) | 359.19º | 0.89% | 0.33% | - |
| XYZ | 3.72 | 2.06 | 0.49 | - |
| YUV | 31.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 9 | 10 | 0 | 0.89 | 0.88 | 0.67 | 359.19 | 0.8 | 0.18 |
| Hex | 53 | 9 | A | 0 | 59 | 58 | 43 | 167 | 50 | 12 |
| Octal | 123 | 11 | 12 | 0 | 131 | 130 | 103 | 547 | 120 | 22 |
| Binary | 1010011 | 1001 | 1010 | 0 | 1011001 | 1011000 | 1000011 | 101100111 | 1010000 | 10010 |
Color Harmonies of #53090A
Complementary color
Monochromatic Colors of #53090A
Black with #53090A
Text Example
Text Example
White with #53090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53090A; }
p { color: rgb(83,9,10); }
H1.HeaderClassName
{
color: #53090A;
}
.AnyTagClassName
{
color: #53090A;
}
</style>
background-color css
<style>
a { background-color: #53090A; }
a { background-color: rgb(83,9,10); }
div.DivClassName
{
background-color: #53090A;
}
.BgClassName
{
background-color: #53090A;
}
</style>
border-color css
<style>
span { border-color: #53090A; }
span { border-color: rgb(83,9,10); }
td.TdClassName
{
border-color: #53090A;
}
.TagClassName
{
border-color: #53090A;
}
</style>