Shades of Rustic Red #53000B
Tints of Rustic Red #53000B
RGB
CMYK
RGB Variations
Color information
#53000B (or 0x53000B) is known color: Rustic Red. HEX triplet: 53, 00 and 0B. RGB value is (83,0,11). Sum of RGB (Red+Green+Blue) = 83+0+11=94 (12% of max value = 765). Red value is 83 (32.81% from 255 or 88.30% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 83 - color contains mainly: red. Hex color #53000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000B is #ACFFF4. Grayscale: #1A1A1A. Windows color (decimal): -11337717 or 720979. OLE color: 720979.
HSL color Cylindrical-coordinate representation of color #53000B: hue angle of 352.05º 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 #53000B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.87 | 0.67 |
| HSL | 352.05º | 1% | 0.16% | - |
| HSV(B) | 352.05º | 1% | 0.33% | - |
| XYZ | 3.63 | 1.86 | 0.49 | - |
| YUV | 26.07 | 119.5 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 0 | 11 | 0 | 1 | 0.87 | 0.67 | 352.05 | 1 | 0.16 |
| Hex | 53 | 0 | B | 0 | 64 | 57 | 43 | 160 | 64 | 10 |
| Octal | 123 | 0 | 13 | 0 | 144 | 127 | 103 | 540 | 144 | 20 |
| Binary | 1010011 | 0 | 1011 | 0 | 1100100 | 1010111 | 1000011 | 101100000 | 1100100 | 10000 |
Color Harmonies of #53000B
Complementary color
Monochromatic Colors of #53000B
Black with #53000B
Text Example
Text Example
White with #53000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53000B; }
p { color: rgb(83,0,11); }
H1.HeaderClassName
{
color: #53000B;
}
.AnyTagClassName
{
color: #53000B;
}
</style>
background-color css
<style>
a { background-color: #53000B; }
a { background-color: rgb(83,0,11); }
div.DivClassName
{
background-color: #53000B;
}
.BgClassName
{
background-color: #53000B;
}
</style>
border-color css
<style>
span { border-color: #53000B; }
span { border-color: rgb(83,0,11); }
td.TdClassName
{
border-color: #53000B;
}
.TagClassName
{
border-color: #53000B;
}
</style>