Shades of Rustic Red #20070B
Tints of Rustic Red #20070B
RGB
CMYK
RGB Variations
Color information
#20070B (or 0x20070B) is known color: Rustic Red. HEX triplet: 20, 07 and 0B. RGB value is (32,7,11). Sum of RGB (Red+Green+Blue) = 32+7+11=50 (6% of max value = 765). Red value is 32 (12.89% from 255 or 64% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 11 (4.69% from 255 or 22% from 50); Max value from RGB is 32 - color contains mainly: red. Hex color #20070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070B is #DFF8F4. Grayscale: #0E0E0E. Windows color (decimal): -14678261 or 722720. OLE color: 722720.
HSL color Cylindrical-coordinate representation of color #20070B: hue angle of 350.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20070B is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 11 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.87 |
| HSL | 350.4º | 0.64% | 0.08% | - |
| HSV(B) | 350.4º | 0.78% | 0.13% | - |
| XYZ | 0.73 | 0.48 | 0.37 | - |
| YUV | 14.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 11 | 0 | 0.78 | 0.66 | 0.87 | 350.4 | 0.64 | 0.08 |
| Hex | 20 | 7 | B | 0 | 4E | 42 | 57 | 15E | 40 | 8 |
| Octal | 40 | 7 | 13 | 0 | 116 | 102 | 127 | 536 | 100 | 10 |
| Binary | 100000 | 111 | 1011 | 0 | 1001110 | 1000010 | 1010111 | 101011110 | 1000000 | 1000 |
Color Harmonies of #20070B
Complementary color
Monochromatic Colors of #20070B
Black with #20070B
Text Example
Text Example
White with #20070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20070B; }
p { color: rgb(32,7,11); }
H1.HeaderClassName
{
color: #20070B;
}
.AnyTagClassName
{
color: #20070B;
}
</style>
background-color css
<style>
a { background-color: #20070B; }
a { background-color: rgb(32,7,11); }
div.DivClassName
{
background-color: #20070B;
}
.BgClassName
{
background-color: #20070B;
}
</style>
border-color css
<style>
span { border-color: #20070B; }
span { border-color: rgb(32,7,11); }
td.TdClassName
{
border-color: #20070B;
}
.TagClassName
{
border-color: #20070B;
}
</style>