Shades of Rustic Red #160D10
Tints of Rustic Red #160D10
RGB
CMYK
RGB Variations
Color information
#160D10 (or 0x160D10) is known color: Rustic Red. HEX triplet: 16, 0D and 10. RGB value is (22,13,16). Sum of RGB (Red+Green+Blue) = 22+13+16=51 (6% of max value = 765). Red value is 22 (8.98% from 255 or 43.14% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 16 (6.64% from 255 or 31.37% from 51); Max value from RGB is 22 - color contains mainly: red. Hex color #160D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D10 is #E9F2EF. Grayscale: #101010. Windows color (decimal): -15332080 or 1051926. OLE color: 1051926.
HSL color Cylindrical-coordinate representation of color #160D10: hue angle of 340º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #160D10 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 16 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.91 |
| HSL | 340º | 0.26% | 0.07% | - |
| HSV(B) | 340º | 0.41% | 0.09% | - |
| XYZ | 0.57 | 0.5 | 0.56 | - |
| YUV | 16.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 16 | 0 | 0.41 | 0.27 | 0.91 | 340 | 0.26 | 0.07 |
| Hex | 16 | D | 10 | 0 | 29 | 1B | 5B | 154 | 1A | 7 |
| Octal | 26 | 15 | 20 | 0 | 51 | 33 | 133 | 524 | 32 | 7 |
| Binary | 10110 | 1101 | 10000 | 0 | 101001 | 11011 | 1011011 | 101010100 | 11010 | 111 |
Color Harmonies of #160D10
Complementary color
Monochromatic Colors of #160D10
Black with #160D10
Text Example
Text Example
White with #160D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D10; }
p { color: rgb(22,13,16); }
H1.HeaderClassName
{
color: #160D10;
}
.AnyTagClassName
{
color: #160D10;
}
</style>
background-color css
<style>
a { background-color: #160D10; }
a { background-color: rgb(22,13,16); }
div.DivClassName
{
background-color: #160D10;
}
.BgClassName
{
background-color: #160D10;
}
</style>
border-color css
<style>
span { border-color: #160D10; }
span { border-color: rgb(22,13,16); }
td.TdClassName
{
border-color: #160D10;
}
.TagClassName
{
border-color: #160D10;
}
</style>