Shades of Rustic Red #120407
Tints of Rustic Red #120407
RGB
CMYK
RGB Variations
Color information
#120407 (or 0x120407) is known color: Rustic Red. HEX triplet: 12, 04 and 07. RGB value is (18,4,7). Sum of RGB (Red+Green+Blue) = 18+4+7=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 4 (1.95% from 255 or 13.79% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120407 is #EDFBF8. Grayscale: #080808. Windows color (decimal): -15596537 or 459794. OLE color: 459794.
HSL color Cylindrical-coordinate representation of color #120407: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120407 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 7 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.93 |
| HSL | 347.14º | 0.64% | 0.04% | - |
| HSV(B) | 347.14º | 0.78% | 0.07% | - |
| XYZ | 0.33 | 0.23 | 0.23 | - |
| YUV | 8.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 7 | 0 | 0.78 | 0.61 | 0.93 | 347.14 | 0.64 | 0.04 |
| Hex | 12 | 4 | 7 | 0 | 4E | 3D | 5D | 15B | 40 | 4 |
| Octal | 22 | 4 | 7 | 0 | 116 | 75 | 135 | 533 | 100 | 4 |
| Binary | 10010 | 100 | 111 | 0 | 1001110 | 111101 | 1011101 | 101011011 | 1000000 | 100 |
Color Harmonies of #120407
Complementary color
Monochromatic Colors of #120407
Black with #120407
Text Example
Text Example
White with #120407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120407; }
p { color: rgb(18,4,7); }
H1.HeaderClassName
{
color: #120407;
}
.AnyTagClassName
{
color: #120407;
}
</style>
background-color css
<style>
a { background-color: #120407; }
a { background-color: rgb(18,4,7); }
div.DivClassName
{
background-color: #120407;
}
.BgClassName
{
background-color: #120407;
}
</style>
border-color css
<style>
span { border-color: #120407; }
span { border-color: rgb(18,4,7); }
td.TdClassName
{
border-color: #120407;
}
.TagClassName
{
border-color: #120407;
}
</style>