Shades of Rustic Red #200913
Tints of Rustic Red #200913
RGB
CMYK
RGB Variations
Color information
#200913 (or 0x200913) is known color: Rustic Red. HEX triplet: 20, 09 and 13. RGB value is (32,9,19). Sum of RGB (Red+Green+Blue) = 32+9+19=60 (7% of max value = 765). Red value is 32 (12.89% from 255 or 53.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 32 - color contains mainly: red. Hex color #200913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200913 is #DFF6EC. Grayscale: #111111. Windows color (decimal): -14677741 or 1247520. OLE color: 1247520.
HSL color Cylindrical-coordinate representation of color #200913: hue angle of 333.91º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #200913 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 19 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.87 |
| HSL | 333.91º | 0.56% | 0.08% | - |
| HSV(B) | 333.91º | 0.72% | 0.13% | - |
| XYZ | 0.81 | 0.55 | 0.68 | - |
| YUV | 17.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 19 | 0 | 0.72 | 0.41 | 0.87 | 333.91 | 0.56 | 0.08 |
| Hex | 20 | 9 | 13 | 0 | 48 | 29 | 57 | 14E | 38 | 8 |
| Octal | 40 | 11 | 23 | 0 | 110 | 51 | 127 | 516 | 70 | 10 |
| Binary | 100000 | 1001 | 10011 | 0 | 1001000 | 101001 | 1010111 | 101001110 | 111000 | 1000 |
Color Harmonies of #200913
Complementary color
Monochromatic Colors of #200913
Black with #200913
Text Example
Text Example
White with #200913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200913; }
p { color: rgb(32,9,19); }
H1.HeaderClassName
{
color: #200913;
}
.AnyTagClassName
{
color: #200913;
}
</style>
background-color css
<style>
a { background-color: #200913; }
a { background-color: rgb(32,9,19); }
div.DivClassName
{
background-color: #200913;
}
.BgClassName
{
background-color: #200913;
}
</style>
border-color css
<style>
span { border-color: #200913; }
span { border-color: rgb(32,9,19); }
td.TdClassName
{
border-color: #200913;
}
.TagClassName
{
border-color: #200913;
}
</style>