Shades of Rustic Red #20010A
Tints of Rustic Red #20010A
RGB
CMYK
RGB Variations
Color information
#20010A (or 0x20010A) is known color: Rustic Red. HEX triplet: 20, 01 and 0A. RGB value is (32,1,10). Sum of RGB (Red+Green+Blue) = 32+1+10=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #20010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20010A is #DFFEF5. Grayscale: #0B0B0B. Windows color (decimal): -14679798 or 655648. OLE color: 655648.
HSL color Cylindrical-coordinate representation of color #20010A: hue angle of 342.58º 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 #20010A is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 1 | 10 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.87 |
| HSL | 342.58º | 0.94% | 0.06% | - |
| HSV(B) | 342.58º | 0.97% | 0.13% | - |
| XYZ | 0.66 | 0.35 | 0.32 | - |
| YUV | 11.3 | 127.27 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 1 | 10 | 0 | 0.97 | 0.69 | 0.87 | 342.58 | 0.94 | 0.06 |
| Hex | 20 | 1 | A | 0 | 61 | 45 | 57 | 157 | 5E | 6 |
| Octal | 40 | 1 | 12 | 0 | 141 | 105 | 127 | 527 | 136 | 6 |
| Binary | 100000 | 1 | 1010 | 0 | 1100001 | 1000101 | 1010111 | 101010111 | 1011110 | 110 |
Color Harmonies of #20010A
Complementary color
Monochromatic Colors of #20010A
Black with #20010A
Text Example
Text Example
White with #20010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20010A; }
p { color: rgb(32,1,10); }
H1.HeaderClassName
{
color: #20010A;
}
.AnyTagClassName
{
color: #20010A;
}
</style>
background-color css
<style>
a { background-color: #20010A; }
a { background-color: rgb(32,1,10); }
div.DivClassName
{
background-color: #20010A;
}
.BgClassName
{
background-color: #20010A;
}
</style>
border-color css
<style>
span { border-color: #20010A; }
span { border-color: rgb(32,1,10); }
td.TdClassName
{
border-color: #20010A;
}
.TagClassName
{
border-color: #20010A;
}
</style>