Shades of Rustic Red #20010C
Tints of Rustic Red #20010C
RGB
CMYK
RGB Variations
Color information
#20010C (or 0x20010C) is known color: Rustic Red. HEX triplet: 20, 01 and 0C. RGB value is (32,1,12). Sum of RGB (Red+Green+Blue) = 32+1+12=45 (5% of max value = 765). Red value is 32 (12.89% from 255 or 71.11% from 45); Green value is 1 (0.78% from 255 or 2.22% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 32 - color contains mainly: red. Hex color #20010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010C is #DFFEF3. Grayscale: #0B0B0B. Windows color (decimal): -14679796 or 786720. OLE color: 786720.
HSL color Cylindrical-coordinate representation of color #20010C: hue angle of 338.71º 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 #20010C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 12 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.87 |
| HSL | 338.71º | 0.94% | 0.06% | - |
| HSV(B) | 338.71º | 0.97% | 0.13% | - |
| XYZ | 0.67 | 0.36 | 0.38 | - |
| YUV | 11.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 12 | 0 | 0.97 | 0.63 | 0.87 | 338.71 | 0.94 | 0.06 |
| Hex | 20 | 1 | C | 0 | 61 | 3F | 57 | 153 | 5E | 6 |
| Octal | 40 | 1 | 14 | 0 | 141 | 77 | 127 | 523 | 136 | 6 |
| Binary | 100000 | 1 | 1100 | 0 | 1100001 | 111111 | 1010111 | 101010011 | 1011110 | 110 |
Color Harmonies of #20010C
Complementary color
Monochromatic Colors of #20010C
Black with #20010C
Text Example
Text Example
White with #20010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20010C; }
p { color: rgb(32,1,12); }
H1.HeaderClassName
{
color: #20010C;
}
.AnyTagClassName
{
color: #20010C;
}
</style>
background-color css
<style>
a { background-color: #20010C; }
a { background-color: rgb(32,1,12); }
div.DivClassName
{
background-color: #20010C;
}
.BgClassName
{
background-color: #20010C;
}
</style>
border-color css
<style>
span { border-color: #20010C; }
span { border-color: rgb(32,1,12); }
td.TdClassName
{
border-color: #20010C;
}
.TagClassName
{
border-color: #20010C;
}
</style>