Shades of Rustic Red #200511
Tints of Rustic Red #200511
RGB
CMYK
RGB Variations
Color information
#200511 (or 0x200511) is known color: Rustic Red. HEX triplet: 20, 05 and 11. RGB value is (32,5,17). Sum of RGB (Red+Green+Blue) = 32+5+17=54 (7% of max value = 765). Red value is 32 (12.89% from 255 or 59.26% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 17 (7.03% from 255 or 31.48% from 54); Max value from RGB is 32 - color contains mainly: red. Hex color #200511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200511 is #DFFAEE. Grayscale: #0E0E0E. Windows color (decimal): -14678767 or 1115424. OLE color: 1115424.
HSL color Cylindrical-coordinate representation of color #200511: hue angle of 333.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200511 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 17 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.87 |
| HSL | 333.33º | 0.73% | 0.07% | - |
| HSV(B) | 333.33º | 0.84% | 0.13% | - |
| XYZ | 0.75 | 0.46 | 0.58 | - |
| YUV | 14.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 17 | 0 | 0.84 | 0.47 | 0.87 | 333.33 | 0.73 | 0.07 |
| Hex | 20 | 5 | 11 | 0 | 54 | 2F | 57 | 14D | 49 | 7 |
| Octal | 40 | 5 | 21 | 0 | 124 | 57 | 127 | 515 | 111 | 7 |
| Binary | 100000 | 101 | 10001 | 0 | 1010100 | 101111 | 1010111 | 101001101 | 1001001 | 111 |
Color Harmonies of #200511
Complementary color
Monochromatic Colors of #200511
Black with #200511
Text Example
Text Example
White with #200511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200511; }
p { color: rgb(32,5,17); }
H1.HeaderClassName
{
color: #200511;
}
.AnyTagClassName
{
color: #200511;
}
</style>
background-color css
<style>
a { background-color: #200511; }
a { background-color: rgb(32,5,17); }
div.DivClassName
{
background-color: #200511;
}
.BgClassName
{
background-color: #200511;
}
</style>
border-color css
<style>
span { border-color: #200511; }
span { border-color: rgb(32,5,17); }
td.TdClassName
{
border-color: #200511;
}
.TagClassName
{
border-color: #200511;
}
</style>