Shades of Rustic Red #120007
Tints of Rustic Red #120007
RGB
CMYK
RGB Variations
Color information
#120007 (or 0x120007) is known color: Rustic Red. HEX triplet: 12, 00 and 07. RGB value is (18,0,7). Sum of RGB (Red+Green+Blue) = 18+0+7=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 7 (3.12% from 255 or 28% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120007 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120007 is #EDFFF8. Grayscale: #060606. Windows color (decimal): -15597561 or 458770. OLE color: 458770.
HSL color Cylindrical-coordinate representation of color #120007: hue angle of 336.67º 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 #120007 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 7 | - |
| CMYK | 0 | 1 | 0.61 | 0.93 |
| HSL | 336.67º | 1% | 0.04% | - |
| HSV(B) | 336.67º | 1% | 0.07% | - |
| XYZ | 0.29 | 0.14 | 0.21 | - |
| YUV | 6.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 7 | 0 | 1 | 0.61 | 0.93 | 336.67 | 1 | 0.04 |
| Hex | 12 | 0 | 7 | 0 | 64 | 3D | 5D | 151 | 64 | 4 |
| Octal | 22 | 0 | 7 | 0 | 144 | 75 | 135 | 521 | 144 | 4 |
| Binary | 10010 | 0 | 111 | 0 | 1100100 | 111101 | 1011101 | 101010001 | 1100100 | 100 |
Color Harmonies of #120007
Complementary color
Monochromatic Colors of #120007
Black with #120007
Text Example
Text Example
White with #120007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120007; }
p { color: rgb(18,0,7); }
H1.HeaderClassName
{
color: #120007;
}
.AnyTagClassName
{
color: #120007;
}
</style>
background-color css
<style>
a { background-color: #120007; }
a { background-color: rgb(18,0,7); }
div.DivClassName
{
background-color: #120007;
}
.BgClassName
{
background-color: #120007;
}
</style>
border-color css
<style>
span { border-color: #120007; }
span { border-color: rgb(18,0,7); }
td.TdClassName
{
border-color: #120007;
}
.TagClassName
{
border-color: #120007;
}
</style>