Shades of Rustic Red #200311
Tints of Rustic Red #200311
RGB
CMYK
RGB Variations
Color information
#200311 (or 0x200311) is known color: Rustic Red. HEX triplet: 20, 03 and 11. RGB value is (32,3,17). Sum of RGB (Red+Green+Blue) = 32+3+17=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #200311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200311 is #DFFCEE. Grayscale: #0D0D0D. Windows color (decimal): -14679279 or 1114912. OLE color: 1114912.
HSL color Cylindrical-coordinate representation of color #200311: hue angle of 331.03º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200311 is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 17 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.87 |
| HSL | 331.03º | 0.83% | 0.07% | - |
| HSV(B) | 331.03º | 0.91% | 0.13% | - |
| XYZ | 0.73 | 0.41 | 0.57 | - |
| YUV | 13.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 17 | 0 | 0.91 | 0.47 | 0.87 | 331.03 | 0.83 | 0.07 |
| Hex | 20 | 3 | 11 | 0 | 5B | 2F | 57 | 14B | 53 | 7 |
| Octal | 40 | 3 | 21 | 0 | 133 | 57 | 127 | 513 | 123 | 7 |
| Binary | 100000 | 11 | 10001 | 0 | 1011011 | 101111 | 1010111 | 101001011 | 1010011 | 111 |
Color Harmonies of #200311
Complementary color
Monochromatic Colors of #200311
Black with #200311
Text Example
Text Example
White with #200311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200311; }
p { color: rgb(32,3,17); }
H1.HeaderClassName
{
color: #200311;
}
.AnyTagClassName
{
color: #200311;
}
</style>
background-color css
<style>
a { background-color: #200311; }
a { background-color: rgb(32,3,17); }
div.DivClassName
{
background-color: #200311;
}
.BgClassName
{
background-color: #200311;
}
</style>
border-color css
<style>
span { border-color: #200311; }
span { border-color: rgb(32,3,17); }
td.TdClassName
{
border-color: #200311;
}
.TagClassName
{
border-color: #200311;
}
</style>