Shades of Rustic Red #140E11
Tints of Rustic Red #140E11
RGB
CMYK
RGB Variations
Color information
#140E11 (or 0x140E11) is known color: Rustic Red. HEX triplet: 14, 0E and 11. RGB value is (20,14,17). Sum of RGB (Red+Green+Blue) = 20+14+17=51 (6% of max value = 765). Red value is 20 (8.20% from 255 or 39.22% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 20 - color contains mainly: red. Hex color #140E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E11 is #EBF1EE. Grayscale: #101010. Windows color (decimal): -15462895 or 1117716. OLE color: 1117716.
HSL color Cylindrical-coordinate representation of color #140E11: hue angle of 330º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E11 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 14 | 17 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.92 |
| HSL | 330º | 0.18% | 0.07% | - |
| HSV(B) | 330º | 0.3% | 0.08% | - |
| XYZ | 0.55 | 0.5 | 0.6 | - |
| YUV | 16.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 17 | 0 | 0.30 | 0.15 | 0.92 | 330 | 0.18 | 0.07 |
| Hex | 14 | E | 11 | 0 | 1E | F | 5C | 14A | 12 | 7 |
| Octal | 24 | 16 | 21 | 0 | 36 | 17 | 134 | 512 | 22 | 7 |
| Binary | 10100 | 1110 | 10001 | 0 | 11110 | 1111 | 1011100 | 101001010 | 10010 | 111 |
Color Harmonies of #140E11
Complementary color
Monochromatic Colors of #140E11
Black with #140E11
Text Example
Text Example
White with #140E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E11; }
p { color: rgb(20,14,17); }
H1.HeaderClassName
{
color: #140E11;
}
.AnyTagClassName
{
color: #140E11;
}
</style>
background-color css
<style>
a { background-color: #140E11; }
a { background-color: rgb(20,14,17); }
div.DivClassName
{
background-color: #140E11;
}
.BgClassName
{
background-color: #140E11;
}
</style>
border-color css
<style>
span { border-color: #140E11; }
span { border-color: rgb(20,14,17); }
td.TdClassName
{
border-color: #140E11;
}
.TagClassName
{
border-color: #140E11;
}
</style>