Shades of Rustic Red #120206
Tints of Rustic Red #120206
RGB
CMYK
RGB Variations
Color information
#120206 (or 0x120206) is known color: Rustic Red. HEX triplet: 12, 02 and 06. RGB value is (18,2,6). Sum of RGB (Red+Green+Blue) = 18+2+6=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120206 is #EDFDF9. Grayscale: #070707. Windows color (decimal): -15597050 or 393746. OLE color: 393746.
HSL color Cylindrical-coordinate representation of color #120206: hue angle of 345º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120206 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 2 | 6 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.93 |
| HSL | 345º | 0.8% | 0.04% | - |
| HSV(B) | 345º | 0.89% | 0.07% | - |
| XYZ | 0.3 | 0.19 | 0.19 | - |
| YUV | 7.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 6 | 0 | 0.89 | 0.67 | 0.93 | 345 | 0.8 | 0.04 |
| Hex | 12 | 2 | 6 | 0 | 59 | 43 | 5D | 159 | 50 | 4 |
| Octal | 22 | 2 | 6 | 0 | 131 | 103 | 135 | 531 | 120 | 4 |
| Binary | 10010 | 10 | 110 | 0 | 1011001 | 1000011 | 1011101 | 101011001 | 1010000 | 100 |
Color Harmonies of #120206
Complementary color
Monochromatic Colors of #120206
Black with #120206
Text Example
Text Example
White with #120206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120206; }
p { color: rgb(18,2,6); }
H1.HeaderClassName
{
color: #120206;
}
.AnyTagClassName
{
color: #120206;
}
</style>
background-color css
<style>
a { background-color: #120206; }
a { background-color: rgb(18,2,6); }
div.DivClassName
{
background-color: #120206;
}
.BgClassName
{
background-color: #120206;
}
</style>
border-color css
<style>
span { border-color: #120206; }
span { border-color: rgb(18,2,6); }
td.TdClassName
{
border-color: #120206;
}
.TagClassName
{
border-color: #120206;
}
</style>