Shades of Rustic Red #53010A
Tints of Rustic Red #53010A
RGB
CMYK
RGB Variations
Color information
#53010A (or 0x53010A) is known color: Rustic Red. HEX triplet: 53, 01 and 0A. RGB value is (83,1,10). Sum of RGB (Red+Green+Blue) = 83+1+10=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #53010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010A is #ACFEF5. Grayscale: #1A1A1A. Windows color (decimal): -11337462 or 655699. OLE color: 655699.
HSL color Cylindrical-coordinate representation of color #53010A: hue angle of 353.41º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #53010A is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 1 | 10 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.67 |
| HSL | 353.41º | 0.98% | 0.16% | - |
| HSV(B) | 353.41º | 0.99% | 0.33% | - |
| XYZ | 3.63 | 1.88 | 0.46 | - |
| YUV | 26.54 | 118.67 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 1 | 10 | 0 | 0.99 | 0.88 | 0.67 | 353.41 | 0.98 | 0.16 |
| Hex | 53 | 1 | A | 0 | 63 | 58 | 43 | 161 | 62 | 10 |
| Octal | 123 | 1 | 12 | 0 | 143 | 130 | 103 | 541 | 142 | 20 |
| Binary | 1010011 | 1 | 1010 | 0 | 1100011 | 1011000 | 1000011 | 101100001 | 1100010 | 10000 |
Color Harmonies of #53010A
Complementary color
Monochromatic Colors of #53010A
Black with #53010A
Text Example
Text Example
White with #53010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53010A; }
p { color: rgb(83,1,10); }
H1.HeaderClassName
{
color: #53010A;
}
.AnyTagClassName
{
color: #53010A;
}
</style>
background-color css
<style>
a { background-color: #53010A; }
a { background-color: rgb(83,1,10); }
div.DivClassName
{
background-color: #53010A;
}
.BgClassName
{
background-color: #53010A;
}
</style>
border-color css
<style>
span { border-color: #53010A; }
span { border-color: rgb(83,1,10); }
td.TdClassName
{
border-color: #53010A;
}
.TagClassName
{
border-color: #53010A;
}
</style>