Shades of Rustic Red #16090F
Tints of Rustic Red #16090F
RGB
CMYK
RGB Variations
Color information
#16090F (or 0x16090F) is known color: Rustic Red. HEX triplet: 16, 09 and 0F. RGB value is (22,9,15). Sum of RGB (Red+Green+Blue) = 22+9+15=46 (6% of max value = 765). Red value is 22 (8.98% from 255 or 47.83% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 22 - color contains mainly: red. Hex color #16090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090F is #E9F6F0. Grayscale: #0D0D0D. Windows color (decimal): -15333105 or 985366. OLE color: 985366.
HSL color Cylindrical-coordinate representation of color #16090F: hue angle of 332.31º 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 #16090F is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 15 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.91 |
| HSL | 332.31º | 0.42% | 0.06% | - |
| HSV(B) | 332.31º | 0.59% | 0.09% | - |
| XYZ | 0.51 | 0.4 | 0.5 | - |
| YUV | 13.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 15 | 0 | 0.59 | 0.32 | 0.91 | 332.31 | 0.42 | 0.06 |
| Hex | 16 | 9 | F | 0 | 3B | 20 | 5B | 14C | 2A | 6 |
| Octal | 26 | 11 | 17 | 0 | 73 | 40 | 133 | 514 | 52 | 6 |
| Binary | 10110 | 1001 | 1111 | 0 | 111011 | 100000 | 1011011 | 101001100 | 101010 | 110 |
Color Harmonies of #16090F
Complementary color
Monochromatic Colors of #16090F
Black with #16090F
Text Example
Text Example
White with #16090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16090F; }
p { color: rgb(22,9,15); }
H1.HeaderClassName
{
color: #16090F;
}
.AnyTagClassName
{
color: #16090F;
}
</style>
background-color css
<style>
a { background-color: #16090F; }
a { background-color: rgb(22,9,15); }
div.DivClassName
{
background-color: #16090F;
}
.BgClassName
{
background-color: #16090F;
}
</style>
border-color css
<style>
span { border-color: #16090F; }
span { border-color: rgb(22,9,15); }
td.TdClassName
{
border-color: #16090F;
}
.TagClassName
{
border-color: #16090F;
}
</style>