Shades of Rustic Red #16090C
Tints of Rustic Red #16090C
RGB
CMYK
RGB Variations
Color information
#16090C (or 0x16090C) is known color: Rustic Red. HEX triplet: 16, 09 and 0C. RGB value is (22,9,12). Sum of RGB (Red+Green+Blue) = 22+9+12=43 (5% of max value = 765). Red value is 22 (8.98% from 255 or 51.16% from 43); Green value is 9 (3.91% from 255 or 20.93% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 22 - color contains mainly: red. Hex color #16090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090C is #E9F6F3. Grayscale: #0D0D0D. Windows color (decimal): -15333108 or 788758. OLE color: 788758.
HSL color Cylindrical-coordinate representation of color #16090C: hue angle of 346.15º 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 #16090C is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 12 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.91 |
| HSL | 346.15º | 0.42% | 0.06% | - |
| HSV(B) | 346.15º | 0.59% | 0.09% | - |
| XYZ | 0.49 | 0.39 | 0.4 | - |
| YUV | 13.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 12 | 0 | 0.59 | 0.45 | 0.91 | 346.15 | 0.42 | 0.06 |
| Hex | 16 | 9 | C | 0 | 3B | 2D | 5B | 15A | 2A | 6 |
| Octal | 26 | 11 | 14 | 0 | 73 | 55 | 133 | 532 | 52 | 6 |
| Binary | 10110 | 1001 | 1100 | 0 | 111011 | 101101 | 1011011 | 101011010 | 101010 | 110 |
Color Harmonies of #16090C
Complementary color
Monochromatic Colors of #16090C
Black with #16090C
Text Example
Text Example
White with #16090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16090C; }
p { color: rgb(22,9,12); }
H1.HeaderClassName
{
color: #16090C;
}
.AnyTagClassName
{
color: #16090C;
}
</style>
background-color css
<style>
a { background-color: #16090C; }
a { background-color: rgb(22,9,12); }
div.DivClassName
{
background-color: #16090C;
}
.BgClassName
{
background-color: #16090C;
}
</style>
border-color css
<style>
span { border-color: #16090C; }
span { border-color: rgb(22,9,12); }
td.TdClassName
{
border-color: #16090C;
}
.TagClassName
{
border-color: #16090C;
}
</style>