Shades of Rustic Red #160609
Tints of Rustic Red #160609
RGB
CMYK
RGB Variations
Color information
#160609 (or 0x160609) is known color: Rustic Red. HEX triplet: 16, 06 and 09. RGB value is (22,6,9). Sum of RGB (Red+Green+Blue) = 22+6+9=37 (4% of max value = 765). Red value is 22 (8.98% from 255 or 59.46% from 37); Green value is 6 (2.73% from 255 or 16.22% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 22 - color contains mainly: red. Hex color #160609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160609 is #E9F9F6. Grayscale: #0B0B0B. Windows color (decimal): -15333879 or 591382. OLE color: 591382.
HSL color Cylindrical-coordinate representation of color #160609: hue angle of 348.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #160609 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 6 | 9 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.91 |
| HSL | 348.75º | 0.57% | 0.05% | - |
| HSV(B) | 348.75º | 0.73% | 0.09% | - |
| XYZ | 0.45 | 0.32 | 0.3 | - |
| YUV | 11.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 6 | 9 | 0 | 0.73 | 0.59 | 0.91 | 348.75 | 0.57 | 0.05 |
| Hex | 16 | 6 | 9 | 0 | 49 | 3B | 5B | 15D | 39 | 5 |
| Octal | 26 | 6 | 11 | 0 | 111 | 73 | 133 | 535 | 71 | 5 |
| Binary | 10110 | 110 | 1001 | 0 | 1001001 | 111011 | 1011011 | 101011101 | 111001 | 101 |
Color Harmonies of #160609
Complementary color
Monochromatic Colors of #160609
Black with #160609
Text Example
Text Example
White with #160609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160609; }
p { color: rgb(22,6,9); }
H1.HeaderClassName
{
color: #160609;
}
.AnyTagClassName
{
color: #160609;
}
</style>
background-color css
<style>
a { background-color: #160609; }
a { background-color: rgb(22,6,9); }
div.DivClassName
{
background-color: #160609;
}
.BgClassName
{
background-color: #160609;
}
</style>
border-color css
<style>
span { border-color: #160609; }
span { border-color: rgb(22,6,9); }
td.TdClassName
{
border-color: #160609;
}
.TagClassName
{
border-color: #160609;
}
</style>