Shades of Rustic Red #120C0E
Tints of Rustic Red #120C0E
RGB
CMYK
RGB Variations
Color information
#120C0E (or 0x120C0E) is known color: Rustic Red. HEX triplet: 12, 0C and 0E. RGB value is (18,12,14). Sum of RGB (Red+Green+Blue) = 18+12+14=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 12 (5.08% from 255 or 27.27% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 18 - color contains mainly: red. Hex color #120C0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C0E is #EDF3F1. Grayscale: #0E0E0E. Windows color (decimal): -15594482 or 920594. OLE color: 920594.
HSL color Cylindrical-coordinate representation of color #120C0E: hue angle of 340º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #120C0E is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 12 | 14 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.93 |
| HSL | 340º | 0.2% | 0.06% | - |
| HSV(B) | 340º | 0.33% | 0.07% | - |
| XYZ | 0.46 | 0.42 | 0.47 | - |
| YUV | 14.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 14 | 0 | 0.33 | 0.22 | 0.93 | 340 | 0.2 | 0.06 |
| Hex | 12 | C | E | 0 | 21 | 16 | 5D | 154 | 14 | 6 |
| Octal | 22 | 14 | 16 | 0 | 41 | 26 | 135 | 524 | 24 | 6 |
| Binary | 10010 | 1100 | 1110 | 0 | 100001 | 10110 | 1011101 | 101010100 | 10100 | 110 |
Color Harmonies of #120C0E
Complementary color
Monochromatic Colors of #120C0E
Black with #120C0E
Text Example
Text Example
White with #120C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C0E; }
p { color: rgb(18,12,14); }
H1.HeaderClassName
{
color: #120C0E;
}
.AnyTagClassName
{
color: #120C0E;
}
</style>
background-color css
<style>
a { background-color: #120C0E; }
a { background-color: rgb(18,12,14); }
div.DivClassName
{
background-color: #120C0E;
}
.BgClassName
{
background-color: #120C0E;
}
</style>
border-color css
<style>
span { border-color: #120C0E; }
span { border-color: rgb(18,12,14); }
td.TdClassName
{
border-color: #120C0E;
}
.TagClassName
{
border-color: #120C0E;
}
</style>