Shades of Rustic Red #200007
Tints of Rustic Red #200007
RGB
CMYK
RGB Variations
Color information
#200007 (or 0x200007) is known color: Rustic Red. HEX triplet: 20, 00 and 07. RGB value is (32,0,7). Sum of RGB (Red+Green+Blue) = 32+0+7=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 7 (3.12% from 255 or 17.95% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200007 is #DFFFF8. Grayscale: #0A0A0A. Windows color (decimal): -14680057 or 458784. OLE color: 458784.
HSL color Cylindrical-coordinate representation of color #200007: hue angle of 346.88º 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 #200007 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.78 | 0.87 |
| HSL | 346.88º | 1% | 0.06% | - |
| HSV(B) | 346.88º | 1% | 0.13% | - |
| XYZ | 0.63 | 0.32 | 0.23 | - |
| YUV | 10.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 7 | 0 | 1 | 0.78 | 0.87 | 346.88 | 1 | 0.06 |
| Hex | 20 | 0 | 7 | 0 | 64 | 4E | 57 | 15B | 64 | 6 |
| Octal | 40 | 0 | 7 | 0 | 144 | 116 | 127 | 533 | 144 | 6 |
| Binary | 100000 | 0 | 111 | 0 | 1100100 | 1001110 | 1010111 | 101011011 | 1100100 | 110 |
Color Harmonies of #200007
Complementary color
Monochromatic Colors of #200007
Black with #200007
Text Example
Text Example
White with #200007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200007; }
p { color: rgb(32,0,7); }
H1.HeaderClassName
{
color: #200007;
}
.AnyTagClassName
{
color: #200007;
}
</style>
background-color css
<style>
a { background-color: #200007; }
a { background-color: rgb(32,0,7); }
div.DivClassName
{
background-color: #200007;
}
.BgClassName
{
background-color: #200007;
}
</style>
border-color css
<style>
span { border-color: #200007; }
span { border-color: rgb(32,0,7); }
td.TdClassName
{
border-color: #200007;
}
.TagClassName
{
border-color: #200007;
}
</style>