Shades of Rustic Red #120006
Tints of Rustic Red #120006
RGB
CMYK
RGB Variations
Color information
#120006 (or 0x120006) is known color: Rustic Red. HEX triplet: 12, 00 and 06. RGB value is (18,0,6). Sum of RGB (Red+Green+Blue) = 18+0+6=24 (3% of max value = 765). Red value is 18 (7.42% from 255 or 75% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 6 (2.73% from 255 or 25% from 24); Max value from RGB is 18 - color contains mainly: red. Hex color #120006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120006 is #EDFFF9. Grayscale: #060606. Windows color (decimal): -15597562 or 393234. OLE color: 393234.
HSL color Cylindrical-coordinate representation of color #120006: hue angle of 340º 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 #120006 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 6 | - |
| CMYK | 0 | 1 | 0.67 | 0.93 |
| HSL | 340º | 1% | 0.04% | - |
| HSV(B) | 340º | 1% | 0.07% | - |
| XYZ | 0.28 | 0.14 | 0.18 | - |
| YUV | 6.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 6 | 0 | 1 | 0.67 | 0.93 | 340 | 1 | 0.04 |
| Hex | 12 | 0 | 6 | 0 | 64 | 43 | 5D | 154 | 64 | 4 |
| Octal | 22 | 0 | 6 | 0 | 144 | 103 | 135 | 524 | 144 | 4 |
| Binary | 10010 | 0 | 110 | 0 | 1100100 | 1000011 | 1011101 | 101010100 | 1100100 | 100 |
Color Harmonies of #120006
Complementary color
Monochromatic Colors of #120006
Black with #120006
Text Example
Text Example
White with #120006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120006; }
p { color: rgb(18,0,6); }
H1.HeaderClassName
{
color: #120006;
}
.AnyTagClassName
{
color: #120006;
}
</style>
background-color css
<style>
a { background-color: #120006; }
a { background-color: rgb(18,0,6); }
div.DivClassName
{
background-color: #120006;
}
.BgClassName
{
background-color: #120006;
}
</style>
border-color css
<style>
span { border-color: #120006; }
span { border-color: rgb(18,0,6); }
td.TdClassName
{
border-color: #120006;
}
.TagClassName
{
border-color: #120006;
}
</style>