Shades of Rustic Red #20080D
Tints of Rustic Red #20080D
RGB
CMYK
RGB Variations
Color information
#20080D (or 0x20080D) is known color: Rustic Red. HEX triplet: 20, 08 and 0D. RGB value is (32,8,13). Sum of RGB (Red+Green+Blue) = 32+8+13=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080D is #DFF7F2. Grayscale: #0F0F0F. Windows color (decimal): -14678003 or 854048. OLE color: 854048.
HSL color Cylindrical-coordinate representation of color #20080D: hue angle of 347.5º degrees, saturation: 0.6, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20080D is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 13 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.87 |
| HSL | 347.5º | 0.6% | 0.08% | - |
| HSV(B) | 347.5º | 0.75% | 0.13% | - |
| XYZ | 0.76 | 0.51 | 0.44 | - |
| YUV | 15.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 13 | 0 | 0.75 | 0.59 | 0.87 | 347.5 | 0.6 | 0.08 |
| Hex | 20 | 8 | D | 0 | 4B | 3B | 57 | 15C | 3C | 8 |
| Octal | 40 | 10 | 15 | 0 | 113 | 73 | 127 | 534 | 74 | 10 |
| Binary | 100000 | 1000 | 1101 | 0 | 1001011 | 111011 | 1010111 | 101011100 | 111100 | 1000 |
Color Harmonies of #20080D
Complementary color
Monochromatic Colors of #20080D
Black with #20080D
Text Example
Text Example
White with #20080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20080D; }
p { color: rgb(32,8,13); }
H1.HeaderClassName
{
color: #20080D;
}
.AnyTagClassName
{
color: #20080D;
}
</style>
background-color css
<style>
a { background-color: #20080D; }
a { background-color: rgb(32,8,13); }
div.DivClassName
{
background-color: #20080D;
}
.BgClassName
{
background-color: #20080D;
}
</style>
border-color css
<style>
span { border-color: #20080D; }
span { border-color: rgb(32,8,13); }
td.TdClassName
{
border-color: #20080D;
}
.TagClassName
{
border-color: #20080D;
}
</style>