Shades of Rustic Red #16090B
Tints of Rustic Red #16090B
RGB
CMYK
RGB Variations
Color information
#16090B (or 0x16090B) is known color: Rustic Red. HEX triplet: 16, 09 and 0B. RGB value is (22,9,11). Sum of RGB (Red+Green+Blue) = 22+9+11=42 (5% of max value = 765). Red value is 22 (8.98% from 255 or 52.38% from 42); Green value is 9 (3.91% from 255 or 21.43% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 22 - color contains mainly: red. Hex color #16090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #16090B is #E9F6F4. Grayscale: #0D0D0D. Windows color (decimal): -15333109 or 723222. OLE color: 723222.
HSL color Cylindrical-coordinate representation of color #16090B: hue angle of 350.77º 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 #16090B is Cyan = 0, Magento = 0.59, Yellow = 0.5 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 9 | 11 | - |
| CMYK | 0 | 0.59 | 0.5 | 0.91 |
| HSL | 350.77º | 0.42% | 0.06% | - |
| HSV(B) | 350.77º | 0.59% | 0.09% | - |
| XYZ | 0.49 | 0.39 | 0.37 | - |
| YUV | 13.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 11 | 0 | 0.59 | 0.5 | 0.91 | 350.77 | 0.42 | 0.06 |
| Hex | 16 | 9 | B | 0 | 3B | 32 | 5B | 15F | 2A | 6 |
| Octal | 26 | 11 | 13 | 0 | 73 | 62 | 133 | 537 | 52 | 6 |
| Binary | 10110 | 1001 | 1011 | 0 | 111011 | 110010 | 1011011 | 101011111 | 101010 | 110 |
Color Harmonies of #16090B
Complementary color
Monochromatic Colors of #16090B
Black with #16090B
Text Example
Text Example
White with #16090B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16090B; }
p { color: rgb(22,9,11); }
H1.HeaderClassName
{
color: #16090B;
}
.AnyTagClassName
{
color: #16090B;
}
</style>
background-color css
<style>
a { background-color: #16090B; }
a { background-color: rgb(22,9,11); }
div.DivClassName
{
background-color: #16090B;
}
.BgClassName
{
background-color: #16090B;
}
</style>
border-color css
<style>
span { border-color: #16090B; }
span { border-color: rgb(22,9,11); }
td.TdClassName
{
border-color: #16090B;
}
.TagClassName
{
border-color: #16090B;
}
</style>