Shades of Rustic Red #120E10
Tints of Rustic Red #120E10
RGB
CMYK
RGB Variations
Color information
#120E10 (or 0x120E10) is known color: Rustic Red. HEX triplet: 12, 0E and 10. RGB value is (18,14,16). Sum of RGB (Red+Green+Blue) = 18+14+16=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 18 - color contains mainly: red. Hex color #120E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E10 is #EDF1EF. Grayscale: #0F0F0F. Windows color (decimal): -15593968 or 1052178. OLE color: 1052178.
HSL color Cylindrical-coordinate representation of color #120E10: hue angle of 330º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #120E10 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 16 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.93 |
| HSL | 330º | 0.13% | 0.06% | - |
| HSV(B) | 330º | 0.22% | 0.07% | - |
| XYZ | 0.5 | 0.48 | 0.56 | - |
| YUV | 15.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 16 | 0 | 0.22 | 0.11 | 0.93 | 330 | 0.13 | 0.06 |
| Hex | 12 | E | 10 | 0 | 16 | B | 5D | 14A | C | 6 |
| Octal | 22 | 16 | 20 | 0 | 26 | 13 | 135 | 512 | 14 | 6 |
| Binary | 10010 | 1110 | 10000 | 0 | 10110 | 1011 | 1011101 | 101001010 | 1100 | 110 |
Color Harmonies of #120E10
Complementary color
Monochromatic Colors of #120E10
Black with #120E10
Text Example
Text Example
White with #120E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E10; }
p { color: rgb(18,14,16); }
H1.HeaderClassName
{
color: #120E10;
}
.AnyTagClassName
{
color: #120E10;
}
</style>
background-color css
<style>
a { background-color: #120E10; }
a { background-color: rgb(18,14,16); }
div.DivClassName
{
background-color: #120E10;
}
.BgClassName
{
background-color: #120E10;
}
</style>
border-color css
<style>
span { border-color: #120E10; }
span { border-color: rgb(18,14,16); }
td.TdClassName
{
border-color: #120E10;
}
.TagClassName
{
border-color: #120E10;
}
</style>