Shades of Rustic Red #16090E
Tints of Rustic Red #16090E
RGB
CMYK
RGB Variations
Color information
#16090E (or 0x16090E) is known color: Rustic Red. HEX triplet: 16, 09 and 0E. RGB value is (22,9,14). Sum of RGB (Red+Green+Blue) = 22+9+14=45 (5% of max value = 765). Red value is 22 (8.98% from 255 or 48.89% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 14 (5.86% from 255 or 31.11% from 45); Max value from RGB is 22 - color contains mainly: red. Hex color #16090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090E is #E9F6F1. Grayscale: #0D0D0D. Windows color (decimal): -15333106 or 919830. OLE color: 919830.
HSL color Cylindrical-coordinate representation of color #16090E: hue angle of 336.92º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16090E is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 14 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.91 |
| HSL | 336.92º | 0.42% | 0.06% | - |
| HSV(B) | 336.92º | 0.59% | 0.09% | - |
| XYZ | 0.51 | 0.4 | 0.47 | - |
| YUV | 13.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 14 | 0 | 0.59 | 0.36 | 0.91 | 336.92 | 0.42 | 0.06 |
| Hex | 16 | 9 | E | 0 | 3B | 24 | 5B | 151 | 2A | 6 |
| Octal | 26 | 11 | 16 | 0 | 73 | 44 | 133 | 521 | 52 | 6 |
| Binary | 10110 | 1001 | 1110 | 0 | 111011 | 100100 | 1011011 | 101010001 | 101010 | 110 |
Color Harmonies of #16090E
Complementary color
Monochromatic Colors of #16090E
Black with #16090E
Text Example
Text Example
White with #16090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16090E; }
p { color: rgb(22,9,14); }
H1.HeaderClassName
{
color: #16090E;
}
.AnyTagClassName
{
color: #16090E;
}
</style>
background-color css
<style>
a { background-color: #16090E; }
a { background-color: rgb(22,9,14); }
div.DivClassName
{
background-color: #16090E;
}
.BgClassName
{
background-color: #16090E;
}
</style>
border-color css
<style>
span { border-color: #16090E; }
span { border-color: rgb(22,9,14); }
td.TdClassName
{
border-color: #16090E;
}
.TagClassName
{
border-color: #16090E;
}
</style>