Shades of Rustic Red #20070E
Tints of Rustic Red #20070E
RGB
CMYK
RGB Variations
Color information
#20070E (or 0x20070E) is known color: Rustic Red. HEX triplet: 20, 07 and 0E. RGB value is (32,7,14). Sum of RGB (Red+Green+Blue) = 32+7+14=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 7 (3.12% from 255 or 13.21% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20070E is #DFF8F1. Grayscale: #0F0F0F. Windows color (decimal): -14678258 or 919328. OLE color: 919328.
HSL color Cylindrical-coordinate representation of color #20070E: hue angle of 343.2º 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 #20070E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 14 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.87 |
| HSL | 343.2º | 0.64% | 0.08% | - |
| HSV(B) | 343.2º | 0.78% | 0.13% | - |
| XYZ | 0.75 | 0.49 | 0.47 | - |
| YUV | 15.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 14 | 0 | 0.78 | 0.56 | 0.87 | 343.2 | 0.64 | 0.08 |
| Hex | 20 | 7 | E | 0 | 4E | 38 | 57 | 157 | 40 | 8 |
| Octal | 40 | 7 | 16 | 0 | 116 | 70 | 127 | 527 | 100 | 10 |
| Binary | 100000 | 111 | 1110 | 0 | 1001110 | 111000 | 1010111 | 101010111 | 1000000 | 1000 |
Color Harmonies of #20070E
Complementary color
Monochromatic Colors of #20070E
Black with #20070E
Text Example
Text Example
White with #20070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20070E; }
p { color: rgb(32,7,14); }
H1.HeaderClassName
{
color: #20070E;
}
.AnyTagClassName
{
color: #20070E;
}
</style>
background-color css
<style>
a { background-color: #20070E; }
a { background-color: rgb(32,7,14); }
div.DivClassName
{
background-color: #20070E;
}
.BgClassName
{
background-color: #20070E;
}
</style>
border-color css
<style>
span { border-color: #20070E; }
span { border-color: rgb(32,7,14); }
td.TdClassName
{
border-color: #20070E;
}
.TagClassName
{
border-color: #20070E;
}
</style>