Shades of Rustic Red #120109
Tints of Rustic Red #120109
RGB
CMYK
RGB Variations
Color information
#120109 (or 0x120109) is known color: Rustic Red. HEX triplet: 12, 01 and 09. RGB value is (18,1,9). Sum of RGB (Red+Green+Blue) = 18+1+9=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 1 (0.78% from 255 or 3.57% from 28); Blue value is 9 (3.91% from 255 or 32.14% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120109 is #EDFEF6. Grayscale: #060606. Windows color (decimal): -15597303 or 590098. OLE color: 590098.
HSL color Cylindrical-coordinate representation of color #120109: hue angle of 331.76º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120109 is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 9 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.93 |
| HSL | 331.76º | 0.89% | 0.04% | - |
| HSV(B) | 331.76º | 0.94% | 0.07% | - |
| XYZ | 0.31 | 0.17 | 0.27 | - |
| YUV | 7 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 9 | 0 | 0.94 | 0.5 | 0.93 | 331.76 | 0.89 | 0.04 |
| Hex | 12 | 1 | 9 | 0 | 5E | 32 | 5D | 14C | 59 | 4 |
| Octal | 22 | 1 | 11 | 0 | 136 | 62 | 135 | 514 | 131 | 4 |
| Binary | 10010 | 1 | 1001 | 0 | 1011110 | 110010 | 1011101 | 101001100 | 1011001 | 100 |
Color Harmonies of #120109
Complementary color
Monochromatic Colors of #120109
Black with #120109
Text Example
Text Example
White with #120109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120109; }
p { color: rgb(18,1,9); }
H1.HeaderClassName
{
color: #120109;
}
.AnyTagClassName
{
color: #120109;
}
</style>
background-color css
<style>
a { background-color: #120109; }
a { background-color: rgb(18,1,9); }
div.DivClassName
{
background-color: #120109;
}
.BgClassName
{
background-color: #120109;
}
</style>
border-color css
<style>
span { border-color: #120109; }
span { border-color: rgb(18,1,9); }
td.TdClassName
{
border-color: #120109;
}
.TagClassName
{
border-color: #120109;
}
</style>