Shades of Rustic Red #120809
Tints of Rustic Red #120809
RGB
CMYK
RGB Variations
Color information
#120809 (or 0x120809) is known color: Rustic Red. HEX triplet: 12, 08 and 09. RGB value is (18,8,9). Sum of RGB (Red+Green+Blue) = 18+8+9=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 9 (3.91% from 255 or 25.71% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120809 is #EDF7F6. Grayscale: #0B0B0B. Windows color (decimal): -15595511 or 591890. OLE color: 591890.
HSL color Cylindrical-coordinate representation of color #120809: hue angle of 354º degrees, saturation: 0.38, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120809 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 8 | 9 | - |
| CMYK | 0 | 0.56 | 0.5 | 0.93 |
| HSL | 354º | 0.38% | 0.05% | - |
| HSV(B) | 354º | 0.56% | 0.07% | - |
| XYZ | 0.39 | 0.32 | 0.3 | - |
| YUV | 11.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 8 | 9 | 0 | 0.56 | 0.5 | 0.93 | 354 | 0.38 | 0.05 |
| Hex | 12 | 8 | 9 | 0 | 38 | 32 | 5D | 162 | 26 | 5 |
| Octal | 22 | 10 | 11 | 0 | 70 | 62 | 135 | 542 | 46 | 5 |
| Binary | 10010 | 1000 | 1001 | 0 | 111000 | 110010 | 1011101 | 101100010 | 100110 | 101 |
Color Harmonies of #120809
Complementary color
Monochromatic Colors of #120809
Black with #120809
Text Example
Text Example
White with #120809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120809; }
p { color: rgb(18,8,9); }
H1.HeaderClassName
{
color: #120809;
}
.AnyTagClassName
{
color: #120809;
}
</style>
background-color css
<style>
a { background-color: #120809; }
a { background-color: rgb(18,8,9); }
div.DivClassName
{
background-color: #120809;
}
.BgClassName
{
background-color: #120809;
}
</style>
border-color css
<style>
span { border-color: #120809; }
span { border-color: rgb(18,8,9); }
td.TdClassName
{
border-color: #120809;
}
.TagClassName
{
border-color: #120809;
}
</style>