Shades of Rustic Red #120108
Tints of Rustic Red #120108
RGB
CMYK
RGB Variations
Color information
#120108 (or 0x120108) is known color: Rustic Red. HEX triplet: 12, 01 and 08. RGB value is (18,1,8). Sum of RGB (Red+Green+Blue) = 18+1+8=27 (3% of max value = 765). Red value is 18 (7.42% from 255 or 66.67% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 18 - color contains mainly: red. Hex color #120108 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120108 is #EDFEF7. Grayscale: #060606. Windows color (decimal): -15597304 or 524562. OLE color: 524562.
HSL color Cylindrical-coordinate representation of color #120108: hue angle of 335.29º 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 #120108 is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 8 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.93 |
| HSL | 335.29º | 0.89% | 0.04% | - |
| HSV(B) | 335.29º | 0.94% | 0.07% | - |
| XYZ | 0.3 | 0.17 | 0.25 | - |
| YUV | 6.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 8 | 0 | 0.94 | 0.56 | 0.93 | 335.29 | 0.89 | 0.04 |
| Hex | 12 | 1 | 8 | 0 | 5E | 38 | 5D | 14F | 59 | 4 |
| Octal | 22 | 1 | 10 | 0 | 136 | 70 | 135 | 517 | 131 | 4 |
| Binary | 10010 | 1 | 1000 | 0 | 1011110 | 111000 | 1011101 | 101001111 | 1011001 | 100 |
Color Harmonies of #120108
Complementary color
Monochromatic Colors of #120108
Black with #120108
Text Example
Text Example
White with #120108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120108; }
p { color: rgb(18,1,8); }
H1.HeaderClassName
{
color: #120108;
}
.AnyTagClassName
{
color: #120108;
}
</style>
background-color css
<style>
a { background-color: #120108; }
a { background-color: rgb(18,1,8); }
div.DivClassName
{
background-color: #120108;
}
.BgClassName
{
background-color: #120108;
}
</style>
border-color css
<style>
span { border-color: #120108; }
span { border-color: rgb(18,1,8); }
td.TdClassName
{
border-color: #120108;
}
.TagClassName
{
border-color: #120108;
}
</style>