Shades of Rustic Red #20080C
Tints of Rustic Red #20080C
RGB
CMYK
RGB Variations
Color information
#20080C (or 0x20080C) is known color: Rustic Red. HEX triplet: 20, 08 and 0C. RGB value is (32,8,12). Sum of RGB (Red+Green+Blue) = 32+8+12=52 (6% of max value = 765). Red value is 32 (12.89% from 255 or 61.54% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 12 (5.08% from 255 or 23.08% from 52); Max value from RGB is 32 - color contains mainly: red. Hex color #20080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080C is #DFF7F3. Grayscale: #0F0F0F. Windows color (decimal): -14678004 or 788512. OLE color: 788512.
HSL color Cylindrical-coordinate representation of color #20080C: hue angle of 350º 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 #20080C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 12 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.87 |
| HSL | 350º | 0.6% | 0.08% | - |
| HSV(B) | 350º | 0.75% | 0.13% | - |
| XYZ | 0.75 | 0.51 | 0.41 | - |
| YUV | 15.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 12 | 0 | 0.75 | 0.63 | 0.87 | 350 | 0.6 | 0.08 |
| Hex | 20 | 8 | C | 0 | 4B | 3F | 57 | 15E | 3C | 8 |
| Octal | 40 | 10 | 14 | 0 | 113 | 77 | 127 | 536 | 74 | 10 |
| Binary | 100000 | 1000 | 1100 | 0 | 1001011 | 111111 | 1010111 | 101011110 | 111100 | 1000 |
Color Harmonies of #20080C
Complementary color
Monochromatic Colors of #20080C
Black with #20080C
Text Example
Text Example
White with #20080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20080C; }
p { color: rgb(32,8,12); }
H1.HeaderClassName
{
color: #20080C;
}
.AnyTagClassName
{
color: #20080C;
}
</style>
background-color css
<style>
a { background-color: #20080C; }
a { background-color: rgb(32,8,12); }
div.DivClassName
{
background-color: #20080C;
}
.BgClassName
{
background-color: #20080C;
}
</style>
border-color css
<style>
span { border-color: #20080C; }
span { border-color: rgb(32,8,12); }
td.TdClassName
{
border-color: #20080C;
}
.TagClassName
{
border-color: #20080C;
}
</style>