Shades of Rustic Red #200A0B
Tints of Rustic Red #200A0B
RGB
CMYK
RGB Variations
Color information
#200A0B (or 0x200A0B) is known color: Rustic Red. HEX triplet: 20, 0A and 0B. RGB value is (32,10,11). Sum of RGB (Red+Green+Blue) = 32+10+11=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #200A0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A0B is #DFF5F4. Grayscale: #101010. Windows color (decimal): -14677493 or 723488. OLE color: 723488.
HSL color Cylindrical-coordinate representation of color #200A0B: hue angle of 357.27º 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 #200A0B is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 10 | 11 | - |
| CMYK | 0 | 0.69 | 0.66 | 0.87 |
| HSL | 357.27º | 0.52% | 0.08% | - |
| HSV(B) | 357.27º | 0.69% | 0.13% | - |
| XYZ | 0.76 | 0.55 | 0.38 | - |
| YUV | 16.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 11 | 0 | 0.69 | 0.66 | 0.87 | 357.27 | 0.52 | 0.08 |
| Hex | 20 | A | B | 0 | 45 | 42 | 57 | 165 | 34 | 8 |
| Octal | 40 | 12 | 13 | 0 | 105 | 102 | 127 | 545 | 64 | 10 |
| Binary | 100000 | 1010 | 1011 | 0 | 1000101 | 1000010 | 1010111 | 101100101 | 110100 | 1000 |
Color Harmonies of #200A0B
Complementary color
Monochromatic Colors of #200A0B
Black with #200A0B
Text Example
Text Example
White with #200A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A0B; }
p { color: rgb(32,10,11); }
H1.HeaderClassName
{
color: #200A0B;
}
.AnyTagClassName
{
color: #200A0B;
}
</style>
background-color css
<style>
a { background-color: #200A0B; }
a { background-color: rgb(32,10,11); }
div.DivClassName
{
background-color: #200A0B;
}
.BgClassName
{
background-color: #200A0B;
}
</style>
border-color css
<style>
span { border-color: #200A0B; }
span { border-color: rgb(32,10,11); }
td.TdClassName
{
border-color: #200A0B;
}
.TagClassName
{
border-color: #200A0B;
}
</style>