Shades of Rustic Red #20020B
Tints of Rustic Red #20020B
RGB
CMYK
RGB Variations
Color information
#20020B (or 0x20020B) is known color: Rustic Red. HEX triplet: 20, 02 and 0B. RGB value is (32,2,11). Sum of RGB (Red+Green+Blue) = 32+2+11=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #20020B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20020B is #DFFDF4. Grayscale: #0B0B0B. Windows color (decimal): -14679541 or 721440. OLE color: 721440.
HSL color Cylindrical-coordinate representation of color #20020B: hue angle of 342º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20020B is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 2 | 11 | - |
CMYK | 0 | 0.94 | 0.66 | 0.87 |
HSL | 342º | 0.88% | 0.07% | - |
HSV(B) | 342º | 0.94% | 0.13% | - |
XYZ | 0.68 | 0.37 | 0.35 | - |
YUV | 12 | 127.44 | 142.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 2 | 11 | 0 | 0.94 | 0.66 | 0.87 | 342 | 0.88 | 0.07 |
Hex | 20 | 2 | B | 0 | 5E | 42 | 57 | 156 | 58 | 7 |
Octal | 40 | 2 | 13 | 0 | 136 | 102 | 127 | 526 | 130 | 7 |
Binary | 100000 | 10 | 1011 | 0 | 1011110 | 1000010 | 1010111 | 101010110 | 1011000 | 111 |
Color Harmonies of #20020B
Complementary color
Monochromatic Colors of #20020B
Black with #20020B
Text Example
Text Example
White with #20020B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20020B; }
p { color: rgb(32,2,11); }
H1.HeaderClassName
{
color: #20020B;
}
.AnyTagClassName
{
color: #20020B;
}
</style>
background-color css
<style>
a { background-color: #20020B; }
a { background-color: rgb(32,2,11); }
div.DivClassName
{
background-color: #20020B;
}
.BgClassName
{
background-color: #20020B;
}
</style>
border-color css
<style>
span { border-color: #20020B; }
span { border-color: rgb(32,2,11); }
td.TdClassName
{
border-color: #20020B;
}
.TagClassName
{
border-color: #20020B;
}
</style>