Shades of Rustic Red #200003
Tints of Rustic Red #200003
RGB
CMYK
RGB Variations
Color information
#200003 (or 0x200003) is known color: Rustic Red. HEX triplet: 20, 00 and 03. RGB value is (32,0,3). Sum of RGB (Red+Green+Blue) = 32+0+3=35 (4% of max value = 765). Red value is 32 (12.89% from 255 or 91.43% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 3 (1.56% from 255 or 8.57% from 35); Max value from RGB is 32 - color contains mainly: red. Hex color #200003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200003 is #DFFFFC. Grayscale: #090909. Windows color (decimal): -14680061 or 196640. OLE color: 196640.
HSL color Cylindrical-coordinate representation of color #200003: hue angle of 354.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200003 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 3 | - |
| CMYK | 0 | 1 | 0.91 | 0.87 |
| HSL | 354.38º | 1% | 0.06% | - |
| HSV(B) | 354.38º | 1% | 0.13% | - |
| XYZ | 0.61 | 0.31 | 0.11 | - |
| YUV | 9.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 3 | 0 | 1 | 0.91 | 0.87 | 354.38 | 1 | 0.06 |
| Hex | 20 | 0 | 3 | 0 | 64 | 5B | 57 | 162 | 64 | 6 |
| Octal | 40 | 0 | 3 | 0 | 144 | 133 | 127 | 542 | 144 | 6 |
| Binary | 100000 | 0 | 11 | 0 | 1100100 | 1011011 | 1010111 | 101100010 | 1100100 | 110 |
Color Harmonies of #200003
Complementary color
Monochromatic Colors of #200003
Black with #200003
Text Example
Text Example
White with #200003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200003; }
p { color: rgb(32,0,3); }
H1.HeaderClassName
{
color: #200003;
}
.AnyTagClassName
{
color: #200003;
}
</style>
background-color css
<style>
a { background-color: #200003; }
a { background-color: rgb(32,0,3); }
div.DivClassName
{
background-color: #200003;
}
.BgClassName
{
background-color: #200003;
}
</style>
border-color css
<style>
span { border-color: #200003; }
span { border-color: rgb(32,0,3); }
td.TdClassName
{
border-color: #200003;
}
.TagClassName
{
border-color: #200003;
}
</style>