Shades of Rustic Red #120D0E
Tints of Rustic Red #120D0E
RGB
CMYK
RGB Variations
Color information
#120D0E (or 0x120D0E) is known color: Rustic Red. HEX triplet: 12, 0D and 0E. RGB value is (18,13,14). Sum of RGB (Red+Green+Blue) = 18+13+14=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 18 - color contains mainly: red. Hex color #120D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120D0E is #EDF2F1. Grayscale: #0E0E0E. Windows color (decimal): -15594226 or 920850. OLE color: 920850.
HSL color Cylindrical-coordinate representation of color #120D0E: hue angle of 348º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #120D0E is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 13 | 14 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.93 |
| HSL | 348º | 0.16% | 0.06% | - |
| HSV(B) | 348º | 0.28% | 0.07% | - |
| XYZ | 0.47 | 0.45 | 0.48 | - |
| YUV | 14.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 14 | 0 | 0.28 | 0.22 | 0.93 | 348 | 0.16 | 0.06 |
| Hex | 12 | D | E | 0 | 1C | 16 | 5D | 15C | 10 | 6 |
| Octal | 22 | 15 | 16 | 0 | 34 | 26 | 135 | 534 | 20 | 6 |
| Binary | 10010 | 1101 | 1110 | 0 | 11100 | 10110 | 1011101 | 101011100 | 10000 | 110 |
Color Harmonies of #120D0E
Complementary color
Monochromatic Colors of #120D0E
Black with #120D0E
Text Example
Text Example
White with #120D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D0E; }
p { color: rgb(18,13,14); }
H1.HeaderClassName
{
color: #120D0E;
}
.AnyTagClassName
{
color: #120D0E;
}
</style>
background-color css
<style>
a { background-color: #120D0E; }
a { background-color: rgb(18,13,14); }
div.DivClassName
{
background-color: #120D0E;
}
.BgClassName
{
background-color: #120D0E;
}
</style>
border-color css
<style>
span { border-color: #120D0E; }
span { border-color: rgb(18,13,14); }
td.TdClassName
{
border-color: #120D0E;
}
.TagClassName
{
border-color: #120D0E;
}
</style>