Shades of Rustic Red #120105
Tints of Rustic Red #120105
RGB
CMYK
RGB Variations
Color information
#120105 (or 0x120105) is known color: Rustic Red. HEX triplet: 12, 01 and 05. RGB value is (18,1,5). Sum of RGB (Red+Green+Blue) = 18+1+5=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 5 (2.34% from 255 or 20.83% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120105 is #EDFEFA. Grayscale: #060606. Windows color (decimal): -15597307 or 327954. OLE color: 327954.
HSL color Cylindrical-coordinate representation of color #120105: hue angle of 345.88º 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 #120105 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 5 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.93 |
| HSL | 345.88º | 0.89% | 0.04% | - |
| HSV(B) | 345.88º | 0.94% | 0.07% | - |
| XYZ | 0.29 | 0.16 | 0.16 | - |
| YUV | 6.54 | 127.13 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 5 | 0 | 0.94 | 0.72 | 0.93 | 345.88 | 0.89 | 0.04 |
| Hex | 12 | 1 | 5 | 0 | 5E | 48 | 5D | 15A | 59 | 4 |
| Octal | 22 | 1 | 5 | 0 | 136 | 110 | 135 | 532 | 131 | 4 |
| Binary | 10010 | 1 | 101 | 0 | 1011110 | 1001000 | 1011101 | 101011010 | 1011001 | 100 |
Color Harmonies of #120105
Complementary color
Monochromatic Colors of #120105
Black with #120105
Text Example
Text Example
White with #120105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120105; }
p { color: rgb(18,1,5); }
H1.HeaderClassName
{
color: #120105;
}
.AnyTagClassName
{
color: #120105;
}
</style>
background-color css
<style>
a { background-color: #120105; }
a { background-color: rgb(18,1,5); }
div.DivClassName
{
background-color: #120105;
}
.BgClassName
{
background-color: #120105;
}
</style>
border-color css
<style>
span { border-color: #120105; }
span { border-color: rgb(18,1,5); }
td.TdClassName
{
border-color: #120105;
}
.TagClassName
{
border-color: #120105;
}
</style>