Shades of Rustic Red #200B0D
Tints of Rustic Red #200B0D
RGB
CMYK
RGB Variations
Color information
#200B0D (or 0x200B0D) is known color: Rustic Red. HEX triplet: 20, 0B and 0D. RGB value is (32,11,13). Sum of RGB (Red+Green+Blue) = 32+11+13=56 (7% of max value = 765). Red value is 32 (12.89% from 255 or 57.14% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 32 - color contains mainly: red. Hex color #200B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200B0D is #DFF4F2. Grayscale: #111111. Windows color (decimal): -14677235 or 854816. OLE color: 854816.
HSL color Cylindrical-coordinate representation of color #200B0D: hue angle of 354.29º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #200B0D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 11 | 13 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.87 |
| HSL | 354.29º | 0.49% | 0.08% | - |
| HSV(B) | 354.29º | 0.66% | 0.13% | - |
| XYZ | 0.79 | 0.58 | 0.45 | - |
| YUV | 17.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 13 | 0 | 0.66 | 0.59 | 0.87 | 354.29 | 0.49 | 0.08 |
| Hex | 20 | B | D | 0 | 42 | 3B | 57 | 162 | 31 | 8 |
| Octal | 40 | 13 | 15 | 0 | 102 | 73 | 127 | 542 | 61 | 10 |
| Binary | 100000 | 1011 | 1101 | 0 | 1000010 | 111011 | 1010111 | 101100010 | 110001 | 1000 |
Color Harmonies of #200B0D
Complementary color
Monochromatic Colors of #200B0D
Black with #200B0D
Text Example
Text Example
White with #200B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B0D; }
p { color: rgb(32,11,13); }
H1.HeaderClassName
{
color: #200B0D;
}
.AnyTagClassName
{
color: #200B0D;
}
</style>
background-color css
<style>
a { background-color: #200B0D; }
a { background-color: rgb(32,11,13); }
div.DivClassName
{
background-color: #200B0D;
}
.BgClassName
{
background-color: #200B0D;
}
</style>
border-color css
<style>
span { border-color: #200B0D; }
span { border-color: rgb(32,11,13); }
td.TdClassName
{
border-color: #200B0D;
}
.TagClassName
{
border-color: #200B0D;
}
</style>