Shades of Rustic Red #120005
Tints of Rustic Red #120005
RGB
CMYK
RGB Variations
Color information
#120005 (or 0x120005) is known color: Rustic Red. HEX triplet: 12, 00 and 05. RGB value is (18,0,5). Sum of RGB (Red+Green+Blue) = 18+0+5=23 (3% of max value = 765). Red value is 18 (7.42% from 255 or 78.26% from 23); Green value is 0 (0.39% from 255 or 0% from 23); Blue value is 5 (2.34% from 255 or 21.74% from 23); Max value from RGB is 18 - color contains mainly: red. Hex color #120005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120005 is #EDFFFA. Grayscale: #050505. Windows color (decimal): -15597563 or 327698. OLE color: 327698.
HSL color Cylindrical-coordinate representation of color #120005: hue angle of 343.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120005 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.72 | 0.93 |
| HSL | 343.33º | 1% | 0.04% | - |
| HSV(B) | 343.33º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.14 | 0.16 | - |
| YUV | 5.95 | 127.46 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 5 | 0 | 1 | 0.72 | 0.93 | 343.33 | 1 | 0.04 |
| Hex | 12 | 0 | 5 | 0 | 64 | 48 | 5D | 157 | 64 | 4 |
| Octal | 22 | 0 | 5 | 0 | 144 | 110 | 135 | 527 | 144 | 4 |
| Binary | 10010 | 0 | 101 | 0 | 1100100 | 1001000 | 1011101 | 101010111 | 1100100 | 100 |
Color Harmonies of #120005
Complementary color
Monochromatic Colors of #120005
Black with #120005
Text Example
Text Example
White with #120005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120005; }
p { color: rgb(18,0,5); }
H1.HeaderClassName
{
color: #120005;
}
.AnyTagClassName
{
color: #120005;
}
</style>
background-color css
<style>
a { background-color: #120005; }
a { background-color: rgb(18,0,5); }
div.DivClassName
{
background-color: #120005;
}
.BgClassName
{
background-color: #120005;
}
</style>
border-color css
<style>
span { border-color: #120005; }
span { border-color: rgb(18,0,5); }
td.TdClassName
{
border-color: #120005;
}
.TagClassName
{
border-color: #120005;
}
</style>