Shades of Rustic Red #20040B
Tints of Rustic Red #20040B
RGB
CMYK
RGB Variations
Color information
#20040B (or 0x20040B) is known color: Rustic Red. HEX triplet: 20, 04 and 0B. RGB value is (32,4,11). Sum of RGB (Red+Green+Blue) = 32+4+11=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #20040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20040B is #DFFBF4. Grayscale: #0D0D0D. Windows color (decimal): -14679029 or 721952. OLE color: 721952.
HSL color Cylindrical-coordinate representation of color #20040B: hue angle of 345º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20040B is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 4 | 11 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.87 |
| HSL | 345º | 0.78% | 0.07% | - |
| HSV(B) | 345º | 0.88% | 0.13% | - |
| XYZ | 0.7 | 0.42 | 0.36 | - |
| YUV | 13.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 11 | 0 | 0.87 | 0.66 | 0.87 | 345 | 0.78 | 0.07 |
| Hex | 20 | 4 | B | 0 | 57 | 42 | 57 | 159 | 4E | 7 |
| Octal | 40 | 4 | 13 | 0 | 127 | 102 | 127 | 531 | 116 | 7 |
| Binary | 100000 | 100 | 1011 | 0 | 1010111 | 1000010 | 1010111 | 101011001 | 1001110 | 111 |
Color Harmonies of #20040B
Complementary color
Monochromatic Colors of #20040B
Black with #20040B
Text Example
Text Example
White with #20040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20040B; }
p { color: rgb(32,4,11); }
H1.HeaderClassName
{
color: #20040B;
}
.AnyTagClassName
{
color: #20040B;
}
</style>
background-color css
<style>
a { background-color: #20040B; }
a { background-color: rgb(32,4,11); }
div.DivClassName
{
background-color: #20040B;
}
.BgClassName
{
background-color: #20040B;
}
</style>
border-color css
<style>
span { border-color: #20040B; }
span { border-color: rgb(32,4,11); }
td.TdClassName
{
border-color: #20040B;
}
.TagClassName
{
border-color: #20040B;
}
</style>