Shades of Rustic Red #120607
Tints of Rustic Red #120607
RGB
CMYK
RGB Variations
Color information
#120607 (or 0x120607) is known color: Rustic Red. HEX triplet: 12, 06 and 07. RGB value is (18,6,7). Sum of RGB (Red+Green+Blue) = 18+6+7=31 (4% of max value = 765). Red value is 18 (7.42% from 255 or 58.06% from 31); Green value is 6 (2.73% from 255 or 19.35% from 31); Blue value is 7 (3.12% from 255 or 22.58% from 31); Max value from RGB is 18 - color contains mainly: red. Hex color #120607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120607 is #EDF9F8. Grayscale: #090909. Windows color (decimal): -15596025 or 460306. OLE color: 460306.
HSL color Cylindrical-coordinate representation of color #120607: hue angle of 355º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #120607 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 6 | 7 | - |
| CMYK | 0 | 0.67 | 0.61 | 0.93 |
| HSL | 355º | 0.5% | 0.05% | - |
| HSV(B) | 355º | 0.67% | 0.07% | - |
| XYZ | 0.35 | 0.27 | 0.24 | - |
| YUV | 9.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 7 | 0 | 0.67 | 0.61 | 0.93 | 355 | 0.5 | 0.05 |
| Hex | 12 | 6 | 7 | 0 | 43 | 3D | 5D | 163 | 32 | 5 |
| Octal | 22 | 6 | 7 | 0 | 103 | 75 | 135 | 543 | 62 | 5 |
| Binary | 10010 | 110 | 111 | 0 | 1000011 | 111101 | 1011101 | 101100011 | 110010 | 101 |
Color Harmonies of #120607
Complementary color
Monochromatic Colors of #120607
Black with #120607
Text Example
Text Example
White with #120607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120607; }
p { color: rgb(18,6,7); }
H1.HeaderClassName
{
color: #120607;
}
.AnyTagClassName
{
color: #120607;
}
</style>
background-color css
<style>
a { background-color: #120607; }
a { background-color: rgb(18,6,7); }
div.DivClassName
{
background-color: #120607;
}
.BgClassName
{
background-color: #120607;
}
</style>
border-color css
<style>
span { border-color: #120607; }
span { border-color: rgb(18,6,7); }
td.TdClassName
{
border-color: #120607;
}
.TagClassName
{
border-color: #120607;
}
</style>