Shades of Rustic Red #120A0E
Tints of Rustic Red #120A0E
RGB
CMYK
RGB Variations
Color information
#120A0E (or 0x120A0E) is known color: Rustic Red. HEX triplet: 12, 0A and 0E. RGB value is (18,10,14). Sum of RGB (Red+Green+Blue) = 18+10+14=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #120A0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A0E is #EDF5F1. Grayscale: #0C0C0C. Windows color (decimal): -15594994 or 920082. OLE color: 920082.
HSL color Cylindrical-coordinate representation of color #120A0E: hue angle of 330º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #120A0E is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 10 | 14 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.93 |
| HSL | 330º | 0.29% | 0.05% | - |
| HSV(B) | 330º | 0.44% | 0.07% | - |
| XYZ | 0.44 | 0.38 | 0.47 | - |
| YUV | 12.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 10 | 14 | 0 | 0.44 | 0.22 | 0.93 | 330 | 0.29 | 0.05 |
| Hex | 12 | A | E | 0 | 2C | 16 | 5D | 14A | 1D | 5 |
| Octal | 22 | 12 | 16 | 0 | 54 | 26 | 135 | 512 | 35 | 5 |
| Binary | 10010 | 1010 | 1110 | 0 | 101100 | 10110 | 1011101 | 101001010 | 11101 | 101 |
Color Harmonies of #120A0E
Complementary color
Monochromatic Colors of #120A0E
Black with #120A0E
Text Example
Text Example
White with #120A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120A0E; }
p { color: rgb(18,10,14); }
H1.HeaderClassName
{
color: #120A0E;
}
.AnyTagClassName
{
color: #120A0E;
}
</style>
background-color css
<style>
a { background-color: #120A0E; }
a { background-color: rgb(18,10,14); }
div.DivClassName
{
background-color: #120A0E;
}
.BgClassName
{
background-color: #120A0E;
}
</style>
border-color css
<style>
span { border-color: #120A0E; }
span { border-color: rgb(18,10,14); }
td.TdClassName
{
border-color: #120A0E;
}
.TagClassName
{
border-color: #120A0E;
}
</style>