Shades of Rustic Red #200106
Tints of Rustic Red #200106
RGB
CMYK
RGB Variations
Color information
#200106 (or 0x200106) is known color: Rustic Red. HEX triplet: 20, 01 and 06. RGB value is (32,1,6). Sum of RGB (Red+Green+Blue) = 32+1+6=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200106 is #DFFEF9. Grayscale: #0A0A0A. Windows color (decimal): -14679802 or 393504. OLE color: 393504.
HSL color Cylindrical-coordinate representation of color #200106: hue angle of 350.32º 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 #200106 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 6 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.87 |
| HSL | 350.32º | 0.94% | 0.06% | - |
| HSV(B) | 350.32º | 0.97% | 0.13% | - |
| XYZ | 0.64 | 0.34 | 0.2 | - |
| YUV | 10.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 6 | 0 | 0.97 | 0.81 | 0.87 | 350.32 | 0.94 | 0.06 |
| Hex | 20 | 1 | 6 | 0 | 61 | 51 | 57 | 15E | 5E | 6 |
| Octal | 40 | 1 | 6 | 0 | 141 | 121 | 127 | 536 | 136 | 6 |
| Binary | 100000 | 1 | 110 | 0 | 1100001 | 1010001 | 1010111 | 101011110 | 1011110 | 110 |
Color Harmonies of #200106
Complementary color
Monochromatic Colors of #200106
Black with #200106
Text Example
Text Example
White with #200106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200106; }
p { color: rgb(32,1,6); }
H1.HeaderClassName
{
color: #200106;
}
.AnyTagClassName
{
color: #200106;
}
</style>
background-color css
<style>
a { background-color: #200106; }
a { background-color: rgb(32,1,6); }
div.DivClassName
{
background-color: #200106;
}
.BgClassName
{
background-color: #200106;
}
</style>
border-color css
<style>
span { border-color: #200106; }
span { border-color: rgb(32,1,6); }
td.TdClassName
{
border-color: #200106;
}
.TagClassName
{
border-color: #200106;
}
</style>