Shades of Rustic Red #200205
Tints of Rustic Red #200205
RGB
CMYK
RGB Variations
Color information
#200205 (or 0x200205) is known color: Rustic Red. HEX triplet: 20, 02 and 05. RGB value is (32,2,5). Sum of RGB (Red+Green+Blue) = 32+2+5=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 5 (2.34% from 255 or 12.82% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200205 is #DFFDFA. Grayscale: #0B0B0B. Windows color (decimal): -14679547 or 328224. OLE color: 328224.
HSL color Cylindrical-coordinate representation of color #200205: hue angle of 354º 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 #200205 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 2 | 5 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.87 |
| HSL | 354º | 0.88% | 0.07% | - |
| HSV(B) | 354º | 0.94% | 0.13% | - |
| XYZ | 0.64 | 0.36 | 0.18 | - |
| YUV | 11.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 5 | 0 | 0.94 | 0.84 | 0.87 | 354 | 0.88 | 0.07 |
| Hex | 20 | 2 | 5 | 0 | 5E | 54 | 57 | 162 | 58 | 7 |
| Octal | 40 | 2 | 5 | 0 | 136 | 124 | 127 | 542 | 130 | 7 |
| Binary | 100000 | 10 | 101 | 0 | 1011110 | 1010100 | 1010111 | 101100010 | 1011000 | 111 |
Color Harmonies of #200205
Complementary color
Monochromatic Colors of #200205
Black with #200205
Text Example
Text Example
White with #200205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200205; }
p { color: rgb(32,2,5); }
H1.HeaderClassName
{
color: #200205;
}
.AnyTagClassName
{
color: #200205;
}
</style>
background-color css
<style>
a { background-color: #200205; }
a { background-color: rgb(32,2,5); }
div.DivClassName
{
background-color: #200205;
}
.BgClassName
{
background-color: #200205;
}
</style>
border-color css
<style>
span { border-color: #200205; }
span { border-color: rgb(32,2,5); }
td.TdClassName
{
border-color: #200205;
}
.TagClassName
{
border-color: #200205;
}
</style>