Shades of Rustic Red #53020B
Tints of Rustic Red #53020B
RGB
CMYK
RGB Variations
Color information
#53020B (or 0x53020B) is known color: Rustic Red. HEX triplet: 53, 02 and 0B. RGB value is (83,2,11). Sum of RGB (Red+Green+Blue) = 83+2+11=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #53020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53020B is #ACFDF4. Grayscale: #1B1B1B. Windows color (decimal): -11337205 or 721491. OLE color: 721491.
HSL color Cylindrical-coordinate representation of color #53020B: hue angle of 353.33º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53020B is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 2 | 11 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.67 |
| HSL | 353.33º | 0.95% | 0.17% | - |
| HSV(B) | 353.33º | 0.98% | 0.33% | - |
| XYZ | 3.65 | 1.91 | 0.49 | - |
| YUV | 27.25 | 118.84 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 2 | 11 | 0 | 0.98 | 0.87 | 0.67 | 353.33 | 0.95 | 0.17 |
| Hex | 53 | 2 | B | 0 | 62 | 57 | 43 | 161 | 5F | 11 |
| Octal | 123 | 2 | 13 | 0 | 142 | 127 | 103 | 541 | 137 | 21 |
| Binary | 1010011 | 10 | 1011 | 0 | 1100010 | 1010111 | 1000011 | 101100001 | 1011111 | 10001 |
Color Harmonies of #53020B
Complementary color
Monochromatic Colors of #53020B
Black with #53020B
Text Example
Text Example
White with #53020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53020B; }
p { color: rgb(83,2,11); }
H1.HeaderClassName
{
color: #53020B;
}
.AnyTagClassName
{
color: #53020B;
}
</style>
background-color css
<style>
a { background-color: #53020B; }
a { background-color: rgb(83,2,11); }
div.DivClassName
{
background-color: #53020B;
}
.BgClassName
{
background-color: #53020B;
}
</style>
border-color css
<style>
span { border-color: #53020B; }
span { border-color: rgb(83,2,11); }
td.TdClassName
{
border-color: #53020B;
}
.TagClassName
{
border-color: #53020B;
}
</style>