Shades of Rustic Red #160106
Tints of Rustic Red #160106
RGB
CMYK
RGB Variations
Color information
#160106 (or 0x160106) is known color: Rustic Red. HEX triplet: 16, 01 and 06. RGB value is (22,1,6). Sum of RGB (Red+Green+Blue) = 22+1+6=29 (3% of max value = 765). Red value is 22 (8.98% from 255 or 75.86% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 22 - color contains mainly: red. Hex color #160106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160106 is #E9FEF9. Grayscale: #070707. Windows color (decimal): -15335162 or 393494. OLE color: 393494.
HSL color Cylindrical-coordinate representation of color #160106: hue angle of 345.71º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160106 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 1 | 6 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.91 |
| HSL | 345.71º | 0.91% | 0.05% | - |
| HSV(B) | 345.71º | 0.95% | 0.09% | - |
| XYZ | 0.37 | 0.21 | 0.19 | - |
| YUV | 7.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 6 | 0 | 0.95 | 0.73 | 0.91 | 345.71 | 0.91 | 0.05 |
| Hex | 16 | 1 | 6 | 0 | 5F | 49 | 5B | 15A | 5B | 5 |
| Octal | 26 | 1 | 6 | 0 | 137 | 111 | 133 | 532 | 133 | 5 |
| Binary | 10110 | 1 | 110 | 0 | 1011111 | 1001001 | 1011011 | 101011010 | 1011011 | 101 |
Color Harmonies of #160106
Complementary color
Monochromatic Colors of #160106
Black with #160106
Text Example
Text Example
White with #160106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160106; }
p { color: rgb(22,1,6); }
H1.HeaderClassName
{
color: #160106;
}
.AnyTagClassName
{
color: #160106;
}
</style>
background-color css
<style>
a { background-color: #160106; }
a { background-color: rgb(22,1,6); }
div.DivClassName
{
background-color: #160106;
}
.BgClassName
{
background-color: #160106;
}
</style>
border-color css
<style>
span { border-color: #160106; }
span { border-color: rgb(22,1,6); }
td.TdClassName
{
border-color: #160106;
}
.TagClassName
{
border-color: #160106;
}
</style>