Shades of Rustic Red #200310
Tints of Rustic Red #200310
RGB
CMYK
RGB Variations
Color information
#200310 (or 0x200310) is known color: Rustic Red. HEX triplet: 20, 03 and 10. RGB value is (32,3,16). Sum of RGB (Red+Green+Blue) = 32+3+16=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #200310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200310 is #DFFCEF. Grayscale: #0D0D0D. Windows color (decimal): -14679280 or 1049376. OLE color: 1049376.
HSL color Cylindrical-coordinate representation of color #200310: hue angle of 333.1º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200310 is Cyan = 0, Magento = 0.91, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 3 | 16 | - |
| CMYK | 0 | 0.91 | 0.5 | 0.87 |
| HSL | 333.1º | 0.83% | 0.07% | - |
| HSV(B) | 333.1º | 0.91% | 0.13% | - |
| XYZ | 0.72 | 0.41 | 0.53 | - |
| YUV | 13.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 16 | 0 | 0.91 | 0.5 | 0.87 | 333.1 | 0.83 | 0.07 |
| Hex | 20 | 3 | 10 | 0 | 5B | 32 | 57 | 14D | 53 | 7 |
| Octal | 40 | 3 | 20 | 0 | 133 | 62 | 127 | 515 | 123 | 7 |
| Binary | 100000 | 11 | 10000 | 0 | 1011011 | 110010 | 1010111 | 101001101 | 1010011 | 111 |
Color Harmonies of #200310
Complementary color
Monochromatic Colors of #200310
Black with #200310
Text Example
Text Example
White with #200310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200310; }
p { color: rgb(32,3,16); }
H1.HeaderClassName
{
color: #200310;
}
.AnyTagClassName
{
color: #200310;
}
</style>
background-color css
<style>
a { background-color: #200310; }
a { background-color: rgb(32,3,16); }
div.DivClassName
{
background-color: #200310;
}
.BgClassName
{
background-color: #200310;
}
</style>
border-color css
<style>
span { border-color: #200310; }
span { border-color: rgb(32,3,16); }
td.TdClassName
{
border-color: #200310;
}
.TagClassName
{
border-color: #200310;
}
</style>