Shades of Rustic Red #20080B
Tints of Rustic Red #20080B
RGB
CMYK
RGB Variations
Color information
#20080B (or 0x20080B) is known color: Rustic Red. HEX triplet: 20, 08 and 0B. RGB value is (32,8,11). Sum of RGB (Red+Green+Blue) = 32+8+11=51 (6% of max value = 765). Red value is 32 (12.89% from 255 or 62.75% from 51); Green value is 8 (3.52% from 255 or 15.69% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 32 - color contains mainly: red. Hex color #20080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20080B is #DFF7F4. Grayscale: #0F0F0F. Windows color (decimal): -14678005 or 722976. OLE color: 722976.
HSL color Cylindrical-coordinate representation of color #20080B: hue angle of 352.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 #20080B is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 8 | 11 | - |
| CMYK | 0 | 0.75 | 0.66 | 0.87 |
| HSL | 352.5º | 0.6% | 0.08% | - |
| HSV(B) | 352.5º | 0.75% | 0.13% | - |
| XYZ | 0.74 | 0.5 | 0.37 | - |
| YUV | 15.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 8 | 11 | 0 | 0.75 | 0.66 | 0.87 | 352.5 | 0.6 | 0.08 |
| Hex | 20 | 8 | B | 0 | 4B | 42 | 57 | 160 | 3C | 8 |
| Octal | 40 | 10 | 13 | 0 | 113 | 102 | 127 | 540 | 74 | 10 |
| Binary | 100000 | 1000 | 1011 | 0 | 1001011 | 1000010 | 1010111 | 101100000 | 111100 | 1000 |
Color Harmonies of #20080B
Complementary color
Monochromatic Colors of #20080B
Black with #20080B
Text Example
Text Example
White with #20080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20080B; }
p { color: rgb(32,8,11); }
H1.HeaderClassName
{
color: #20080B;
}
.AnyTagClassName
{
color: #20080B;
}
</style>
background-color css
<style>
a { background-color: #20080B; }
a { background-color: rgb(32,8,11); }
div.DivClassName
{
background-color: #20080B;
}
.BgClassName
{
background-color: #20080B;
}
</style>
border-color css
<style>
span { border-color: #20080B; }
span { border-color: rgb(32,8,11); }
td.TdClassName
{
border-color: #20080B;
}
.TagClassName
{
border-color: #20080B;
}
</style>