Shades of Rustic Red #20010B
Tints of Rustic Red #20010B
RGB
CMYK
RGB Variations
Color information
#20010B (or 0x20010B) is known color: Rustic Red. HEX triplet: 20, 01 and 0B. RGB value is (32,1,11). Sum of RGB (Red+Green+Blue) = 32+1+11=44 (5% of max value = 765). Red value is 32 (12.89% from 255 or 72.73% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 32 - color contains mainly: red. Hex color #20010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010B is #DFFEF4. Grayscale: #0B0B0B. Windows color (decimal): -14679797 or 721184. OLE color: 721184.
HSL color Cylindrical-coordinate representation of color #20010B: hue angle of 340.65º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20010B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 11 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.87 |
| HSL | 340.65º | 0.94% | 0.06% | - |
| HSV(B) | 340.65º | 0.97% | 0.13% | - |
| XYZ | 0.67 | 0.35 | 0.35 | - |
| YUV | 11.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 11 | 0 | 0.97 | 0.66 | 0.87 | 340.65 | 0.94 | 0.06 |
| Hex | 20 | 1 | B | 0 | 61 | 42 | 57 | 155 | 5E | 6 |
| Octal | 40 | 1 | 13 | 0 | 141 | 102 | 127 | 525 | 136 | 6 |
| Binary | 100000 | 1 | 1011 | 0 | 1100001 | 1000010 | 1010111 | 101010101 | 1011110 | 110 |
Color Harmonies of #20010B
Complementary color
Monochromatic Colors of #20010B
Black with #20010B
Text Example
Text Example
White with #20010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20010B; }
p { color: rgb(32,1,11); }
H1.HeaderClassName
{
color: #20010B;
}
.AnyTagClassName
{
color: #20010B;
}
</style>
background-color css
<style>
a { background-color: #20010B; }
a { background-color: rgb(32,1,11); }
div.DivClassName
{
background-color: #20010B;
}
.BgClassName
{
background-color: #20010B;
}
</style>
border-color css
<style>
span { border-color: #20010B; }
span { border-color: rgb(32,1,11); }
td.TdClassName
{
border-color: #20010B;
}
.TagClassName
{
border-color: #20010B;
}
</style>