Shades of Rustic Red #53000A
Tints of Rustic Red #53000A
RGB
CMYK
RGB Variations
Color information
#53000A (or 0x53000A) is known color: Rustic Red. HEX triplet: 53, 00 and 0A. RGB value is (83,0,10). Sum of RGB (Red+Green+Blue) = 83+0+10=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #53000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000A is #ACFFF5. Grayscale: #1A1A1A. Windows color (decimal): -11337718 or 655443. OLE color: 655443.
HSL color Cylindrical-coordinate representation of color #53000A: hue angle of 352.77º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53000A is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.88 | 0.67 |
| HSL | 352.77º | 1% | 0.16% | - |
| HSV(B) | 352.77º | 1% | 0.33% | - |
| XYZ | 3.62 | 1.86 | 0.46 | - |
| YUV | 25.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 10 | 0 | 1 | 0.88 | 0.67 | 352.77 | 1 | 0.16 |
| Hex | 53 | 0 | A | 0 | 64 | 58 | 43 | 161 | 64 | 10 |
| Octal | 123 | 0 | 12 | 0 | 144 | 130 | 103 | 541 | 144 | 20 |
| Binary | 1010011 | 0 | 1010 | 0 | 1100100 | 1011000 | 1000011 | 101100001 | 1100100 | 10000 |
Color Harmonies of #53000A
Complementary color
Monochromatic Colors of #53000A
Black with #53000A
Text Example
Text Example
White with #53000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53000A; }
p { color: rgb(83,0,10); }
H1.HeaderClassName
{
color: #53000A;
}
.AnyTagClassName
{
color: #53000A;
}
</style>
background-color css
<style>
a { background-color: #53000A; }
a { background-color: rgb(83,0,10); }
div.DivClassName
{
background-color: #53000A;
}
.BgClassName
{
background-color: #53000A;
}
</style>
border-color css
<style>
span { border-color: #53000A; }
span { border-color: rgb(83,0,10); }
td.TdClassName
{
border-color: #53000A;
}
.TagClassName
{
border-color: #53000A;
}
</style>