Shades of Rustic Red #120509
Tints of Rustic Red #120509
RGB
CMYK
RGB Variations
Color information
#120509 (or 0x120509) is known color: Rustic Red. HEX triplet: 12, 05 and 09. RGB value is (18,5,9). Sum of RGB (Red+Green+Blue) = 18+5+9=32 (4% of max value = 765). Red value is 18 (7.42% from 255 or 56.25% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 9 (3.91% from 255 or 28.12% from 32); Max value from RGB is 18 - color contains mainly: red. Hex color #120509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120509 is #EDFAF6. Grayscale: #090909. Windows color (decimal): -15596279 or 591122. OLE color: 591122.
HSL color Cylindrical-coordinate representation of color #120509: hue angle of 341.54º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120509 is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 5 | 9 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.93 |
| HSL | 341.54º | 0.57% | 0.05% | - |
| HSV(B) | 341.54º | 0.72% | 0.07% | - |
| XYZ | 0.35 | 0.26 | 0.29 | - |
| YUV | 9.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 9 | 0 | 0.72 | 0.5 | 0.93 | 341.54 | 0.57 | 0.05 |
| Hex | 12 | 5 | 9 | 0 | 48 | 32 | 5D | 156 | 39 | 5 |
| Octal | 22 | 5 | 11 | 0 | 110 | 62 | 135 | 526 | 71 | 5 |
| Binary | 10010 | 101 | 1001 | 0 | 1001000 | 110010 | 1011101 | 101010110 | 111001 | 101 |
Color Harmonies of #120509
Complementary color
Monochromatic Colors of #120509
Black with #120509
Text Example
Text Example
White with #120509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120509; }
p { color: rgb(18,5,9); }
H1.HeaderClassName
{
color: #120509;
}
.AnyTagClassName
{
color: #120509;
}
</style>
background-color css
<style>
a { background-color: #120509; }
a { background-color: rgb(18,5,9); }
div.DivClassName
{
background-color: #120509;
}
.BgClassName
{
background-color: #120509;
}
</style>
border-color css
<style>
span { border-color: #120509; }
span { border-color: rgb(18,5,9); }
td.TdClassName
{
border-color: #120509;
}
.TagClassName
{
border-color: #120509;
}
</style>