Shades of Rustic Red #200010
Tints of Rustic Red #200010
RGB
CMYK
RGB Variations
Color information
#200010 (or 0x200010) is known color: Rustic Red. HEX triplet: 20, 00 and 10. RGB value is (32,0,16). Sum of RGB (Red+Green+Blue) = 32+0+16=48 (6% of max value = 765). Red value is 32 (12.89% from 255 or 66.67% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 32 - color contains mainly: red. Hex color #200010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200010 is #DFFFEF. Grayscale: #0B0B0B. Windows color (decimal): -14680048 or 1048608. OLE color: 1048608.
HSL color Cylindrical-coordinate representation of color #200010: hue angle of 330º 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 #200010 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.5 | 0.87 |
| HSL | 330º | 1% | 0.06% | - |
| HSV(B) | 330º | 1% | 0.13% | - |
| XYZ | 0.69 | 0.34 | 0.52 | - |
| YUV | 11.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 16 | 0 | 1 | 0.5 | 0.87 | 330 | 1 | 0.06 |
| Hex | 20 | 0 | 10 | 0 | 64 | 32 | 57 | 14A | 64 | 6 |
| Octal | 40 | 0 | 20 | 0 | 144 | 62 | 127 | 512 | 144 | 6 |
| Binary | 100000 | 0 | 10000 | 0 | 1100100 | 110010 | 1010111 | 101001010 | 1100100 | 110 |
Color Harmonies of #200010
Complementary color
Monochromatic Colors of #200010
Black with #200010
Text Example
Text Example
White with #200010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200010; }
p { color: rgb(32,0,16); }
H1.HeaderClassName
{
color: #200010;
}
.AnyTagClassName
{
color: #200010;
}
</style>
background-color css
<style>
a { background-color: #200010; }
a { background-color: rgb(32,0,16); }
div.DivClassName
{
background-color: #200010;
}
.BgClassName
{
background-color: #200010;
}
</style>
border-color css
<style>
span { border-color: #200010; }
span { border-color: rgb(32,0,16); }
td.TdClassName
{
border-color: #200010;
}
.TagClassName
{
border-color: #200010;
}
</style>