Shades of Rustic Red #200109
Tints of Rustic Red #200109
RGB
CMYK
RGB Variations
Color information
#200109 (or 0x200109) is known color: Rustic Red. HEX triplet: 20, 01 and 09. RGB value is (32,1,9). Sum of RGB (Red+Green+Blue) = 32+1+9=42 (5% of max value = 765). Red value is 32 (12.89% from 255 or 76.19% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 32 - color contains mainly: red. Hex color #200109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200109 is #DFFEF6. Grayscale: #0B0B0B. Windows color (decimal): -14679799 or 590112. OLE color: 590112.
HSL color Cylindrical-coordinate representation of color #200109: hue angle of 344.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200109 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 9 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.87 |
| HSL | 344.52º | 0.94% | 0.06% | - |
| HSV(B) | 344.52º | 0.97% | 0.13% | - |
| XYZ | 0.66 | 0.35 | 0.29 | - |
| YUV | 11.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 9 | 0 | 0.97 | 0.72 | 0.87 | 344.52 | 0.94 | 0.06 |
| Hex | 20 | 1 | 9 | 0 | 61 | 48 | 57 | 159 | 5E | 6 |
| Octal | 40 | 1 | 11 | 0 | 141 | 110 | 127 | 531 | 136 | 6 |
| Binary | 100000 | 1 | 1001 | 0 | 1100001 | 1001000 | 1010111 | 101011001 | 1011110 | 110 |
Color Harmonies of #200109
Complementary color
Monochromatic Colors of #200109
Black with #200109
Text Example
Text Example
White with #200109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200109; }
p { color: rgb(32,1,9); }
H1.HeaderClassName
{
color: #200109;
}
.AnyTagClassName
{
color: #200109;
}
</style>
background-color css
<style>
a { background-color: #200109; }
a { background-color: rgb(32,1,9); }
div.DivClassName
{
background-color: #200109;
}
.BgClassName
{
background-color: #200109;
}
</style>
border-color css
<style>
span { border-color: #200109; }
span { border-color: rgb(32,1,9); }
td.TdClassName
{
border-color: #200109;
}
.TagClassName
{
border-color: #200109;
}
</style>