Shades of Rustic Red #20050D
Tints of Rustic Red #20050D
RGB
CMYK
RGB Variations
Color information
#20050D (or 0x20050D) is known color: Rustic Red. HEX triplet: 20, 05 and 0D. RGB value is (32,5,13). Sum of RGB (Red+Green+Blue) = 32+5+13=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20050D is #DFFAF2. Grayscale: #0D0D0D. Windows color (decimal): -14678771 or 853280. OLE color: 853280.
HSL color Cylindrical-coordinate representation of color #20050D: hue angle of 342.22º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20050D is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 13 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.87 |
| HSL | 342.22º | 0.73% | 0.07% | - |
| HSV(B) | 342.22º | 0.84% | 0.13% | - |
| XYZ | 0.72 | 0.44 | 0.43 | - |
| YUV | 13.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 13 | 0 | 0.84 | 0.59 | 0.87 | 342.22 | 0.73 | 0.07 |
| Hex | 20 | 5 | D | 0 | 54 | 3B | 57 | 156 | 49 | 7 |
| Octal | 40 | 5 | 15 | 0 | 124 | 73 | 127 | 526 | 111 | 7 |
| Binary | 100000 | 101 | 1101 | 0 | 1010100 | 111011 | 1010111 | 101010110 | 1001001 | 111 |
Color Harmonies of #20050D
Complementary color
Monochromatic Colors of #20050D
Black with #20050D
Text Example
Text Example
White with #20050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20050D; }
p { color: rgb(32,5,13); }
H1.HeaderClassName
{
color: #20050D;
}
.AnyTagClassName
{
color: #20050D;
}
</style>
background-color css
<style>
a { background-color: #20050D; }
a { background-color: rgb(32,5,13); }
div.DivClassName
{
background-color: #20050D;
}
.BgClassName
{
background-color: #20050D;
}
</style>
border-color css
<style>
span { border-color: #20050D; }
span { border-color: rgb(32,5,13); }
td.TdClassName
{
border-color: #20050D;
}
.TagClassName
{
border-color: #20050D;
}
</style>