Shades of Rustic Red #140F11
Tints of Rustic Red #140F11
RGB
CMYK
RGB Variations
Color information
#140F11 (or 0x140F11) is known color: Rustic Red. HEX triplet: 14, 0F and 11. RGB value is (20,15,17). Sum of RGB (Red+Green+Blue) = 20+15+17=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #140F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F11 is #EBF0EE. Grayscale: #101010. Windows color (decimal): -15462639 or 1117972. OLE color: 1117972.
HSL color Cylindrical-coordinate representation of color #140F11: hue angle of 336º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #140F11 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 15 | 17 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.92 |
| HSL | 336º | 0.14% | 0.07% | - |
| HSV(B) | 336º | 0.25% | 0.08% | - |
| XYZ | 0.56 | 0.53 | 0.6 | - |
| YUV | 16.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 15 | 17 | 0 | 0.25 | 0.15 | 0.92 | 336 | 0.14 | 0.07 |
| Hex | 14 | F | 11 | 0 | 19 | F | 5C | 150 | E | 7 |
| Octal | 24 | 17 | 21 | 0 | 31 | 17 | 134 | 520 | 16 | 7 |
| Binary | 10100 | 1111 | 10001 | 0 | 11001 | 1111 | 1011100 | 101010000 | 1110 | 111 |
Color Harmonies of #140F11
Complementary color
Monochromatic Colors of #140F11
Black with #140F11
Text Example
Text Example
White with #140F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140F11; }
p { color: rgb(20,15,17); }
H1.HeaderClassName
{
color: #140F11;
}
.AnyTagClassName
{
color: #140F11;
}
</style>
background-color css
<style>
a { background-color: #140F11; }
a { background-color: rgb(20,15,17); }
div.DivClassName
{
background-color: #140F11;
}
.BgClassName
{
background-color: #140F11;
}
</style>
border-color css
<style>
span { border-color: #140F11; }
span { border-color: rgb(20,15,17); }
td.TdClassName
{
border-color: #140F11;
}
.TagClassName
{
border-color: #140F11;
}
</style>