Shades of Rustic Red #200A0D
Tints of Rustic Red #200A0D
RGB
CMYK
RGB Variations
Color information
#200A0D (or 0x200A0D) is known color: Rustic Red. HEX triplet: 20, 0A and 0D. RGB value is (32,10,13). Sum of RGB (Red+Green+Blue) = 32+10+13=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 10 (4.30% from 255 or 18.18% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #200A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A0D is #DFF5F2. Grayscale: #101010. Windows color (decimal): -14677491 or 854560. OLE color: 854560.
HSL color Cylindrical-coordinate representation of color #200A0D: hue angle of 351.82º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A0D is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 13 | - |
| CMYK | 0 | 0.69 | 0.59 | 0.87 |
| HSL | 351.82º | 0.52% | 0.08% | - |
| HSV(B) | 351.82º | 0.69% | 0.13% | - |
| XYZ | 0.78 | 0.55 | 0.45 | - |
| YUV | 16.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 13 | 0 | 0.69 | 0.59 | 0.87 | 351.82 | 0.52 | 0.08 |
| Hex | 20 | A | D | 0 | 45 | 3B | 57 | 160 | 34 | 8 |
| Octal | 40 | 12 | 15 | 0 | 105 | 73 | 127 | 540 | 64 | 10 |
| Binary | 100000 | 1010 | 1101 | 0 | 1000101 | 111011 | 1010111 | 101100000 | 110100 | 1000 |
Color Harmonies of #200A0D
Complementary color
Monochromatic Colors of #200A0D
Black with #200A0D
Text Example
Text Example
White with #200A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A0D; }
p { color: rgb(32,10,13); }
H1.HeaderClassName
{
color: #200A0D;
}
.AnyTagClassName
{
color: #200A0D;
}
</style>
background-color css
<style>
a { background-color: #200A0D; }
a { background-color: rgb(32,10,13); }
div.DivClassName
{
background-color: #200A0D;
}
.BgClassName
{
background-color: #200A0D;
}
</style>
border-color css
<style>
span { border-color: #200A0D; }
span { border-color: rgb(32,10,13); }
td.TdClassName
{
border-color: #200A0D;
}
.TagClassName
{
border-color: #200A0D;
}
</style>