Shades of Rustic Red #120309
Tints of Rustic Red #120309
RGB
CMYK
RGB Variations
Color information
#120309 (or 0x120309) is known color: Rustic Red. HEX triplet: 12, 03 and 09. RGB value is (18,3,9). Sum of RGB (Red+Green+Blue) = 18+3+9=30 (3% of max value = 765). Red value is 18 (7.42% from 255 or 60% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 18 - color contains mainly: red. Hex color #120309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120309 is #EDFCF6. Grayscale: #080808. Windows color (decimal): -15596791 or 590610. OLE color: 590610.
HSL color Cylindrical-coordinate representation of color #120309: hue angle of 336º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #120309 is Cyan = 0, Magento = 0.83, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 3 | 9 | - |
| CMYK | 0 | 0.83 | 0.5 | 0.93 |
| HSL | 336º | 0.71% | 0.04% | - |
| HSV(B) | 336º | 0.83% | 0.07% | - |
| XYZ | 0.33 | 0.21 | 0.28 | - |
| YUV | 8.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 9 | 0 | 0.83 | 0.5 | 0.93 | 336 | 0.71 | 0.04 |
| Hex | 12 | 3 | 9 | 0 | 53 | 32 | 5D | 150 | 47 | 4 |
| Octal | 22 | 3 | 11 | 0 | 123 | 62 | 135 | 520 | 107 | 4 |
| Binary | 10010 | 11 | 1001 | 0 | 1010011 | 110010 | 1011101 | 101010000 | 1000111 | 100 |
Color Harmonies of #120309
Complementary color
Monochromatic Colors of #120309
Black with #120309
Text Example
Text Example
White with #120309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120309; }
p { color: rgb(18,3,9); }
H1.HeaderClassName
{
color: #120309;
}
.AnyTagClassName
{
color: #120309;
}
</style>
background-color css
<style>
a { background-color: #120309; }
a { background-color: rgb(18,3,9); }
div.DivClassName
{
background-color: #120309;
}
.BgClassName
{
background-color: #120309;
}
</style>
border-color css
<style>
span { border-color: #120309; }
span { border-color: rgb(18,3,9); }
td.TdClassName
{
border-color: #120309;
}
.TagClassName
{
border-color: #120309;
}
</style>