Shades of Rustic Red #200209
Tints of Rustic Red #200209
RGB
CMYK
RGB Variations
Color information
#200209 (or 0x200209) is known color: Rustic Red. HEX triplet: 20, 02 and 09. RGB value is (32,2,9). Sum of RGB (Red+Green+Blue) = 32+2+9=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #200209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200209 is #DFFDF6. Grayscale: #0B0B0B. Windows color (decimal): -14679543 or 590368. OLE color: 590368.
HSL color Cylindrical-coordinate representation of color #200209: hue angle of 346º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200209 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 9 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.87 |
| HSL | 346º | 0.88% | 0.07% | - |
| HSV(B) | 346º | 0.94% | 0.13% | - |
| XYZ | 0.67 | 0.37 | 0.29 | - |
| YUV | 11.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 9 | 0 | 0.94 | 0.72 | 0.87 | 346 | 0.88 | 0.07 |
| Hex | 20 | 2 | 9 | 0 | 5E | 48 | 57 | 15A | 58 | 7 |
| Octal | 40 | 2 | 11 | 0 | 136 | 110 | 127 | 532 | 130 | 7 |
| Binary | 100000 | 10 | 1001 | 0 | 1011110 | 1001000 | 1010111 | 101011010 | 1011000 | 111 |
Color Harmonies of #200209
Complementary color
Monochromatic Colors of #200209
Black with #200209
Text Example
Text Example
White with #200209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200209; }
p { color: rgb(32,2,9); }
H1.HeaderClassName
{
color: #200209;
}
.AnyTagClassName
{
color: #200209;
}
</style>
background-color css
<style>
a { background-color: #200209; }
a { background-color: rgb(32,2,9); }
div.DivClassName
{
background-color: #200209;
}
.BgClassName
{
background-color: #200209;
}
</style>
border-color css
<style>
span { border-color: #200209; }
span { border-color: rgb(32,2,9); }
td.TdClassName
{
border-color: #200209;
}
.TagClassName
{
border-color: #200209;
}
</style>