Shades of Rustic Red #200008
Tints of Rustic Red #200008
RGB
CMYK
RGB Variations
Color information
#200008 (or 0x200008) is known color: Rustic Red. HEX triplet: 20, 00 and 08. RGB value is (32,0,8). Sum of RGB (Red+Green+Blue) = 32+0+8=40 (5% of max value = 765). Red value is 32 (12.89% from 255 or 80% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 8 (3.52% from 255 or 20% from 40); Max value from RGB is 32 - color contains mainly: red. Hex color #200008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200008 is #DFFFF7. Grayscale: #0A0A0A. Windows color (decimal): -14680056 or 524320. OLE color: 524320.
HSL color Cylindrical-coordinate representation of color #200008: hue angle of 345º 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 #200008 is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.75 | 0.87 |
| HSL | 345º | 1% | 0.06% | - |
| HSV(B) | 345º | 1% | 0.13% | - |
| XYZ | 0.64 | 0.32 | 0.26 | - |
| YUV | 10.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 8 | 0 | 1 | 0.75 | 0.87 | 345 | 1 | 0.06 |
| Hex | 20 | 0 | 8 | 0 | 64 | 4B | 57 | 159 | 64 | 6 |
| Octal | 40 | 0 | 10 | 0 | 144 | 113 | 127 | 531 | 144 | 6 |
| Binary | 100000 | 0 | 1000 | 0 | 1100100 | 1001011 | 1010111 | 101011001 | 1100100 | 110 |
Color Harmonies of #200008
Complementary color
Monochromatic Colors of #200008
Black with #200008
Text Example
Text Example
White with #200008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200008; }
p { color: rgb(32,0,8); }
H1.HeaderClassName
{
color: #200008;
}
.AnyTagClassName
{
color: #200008;
}
</style>
background-color css
<style>
a { background-color: #200008; }
a { background-color: rgb(32,0,8); }
div.DivClassName
{
background-color: #200008;
}
.BgClassName
{
background-color: #200008;
}
</style>
border-color css
<style>
span { border-color: #200008; }
span { border-color: rgb(32,0,8); }
td.TdClassName
{
border-color: #200008;
}
.TagClassName
{
border-color: #200008;
}
</style>