Shades of Rustic Red #160D0F
Tints of Rustic Red #160D0F
RGB
CMYK
RGB Variations
Color information
#160D0F (or 0x160D0F) is known color: Rustic Red. HEX triplet: 16, 0D and 0F. RGB value is (22,13,15). Sum of RGB (Red+Green+Blue) = 22+13+15=50 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 22 - color contains mainly: red. Hex color #160D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160D0F is #E9F2F0. Grayscale: #0F0F0F. Windows color (decimal): -15332081 or 986390. OLE color: 986390.
HSL color Cylindrical-coordinate representation of color #160D0F: hue angle of 346.67º 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 #160D0F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 13 | 15 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.91 |
| HSL | 346.67º | 0.26% | 0.07% | - |
| HSV(B) | 346.67º | 0.41% | 0.09% | - |
| XYZ | 0.56 | 0.49 | 0.52 | - |
| YUV | 15.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 13 | 15 | 0 | 0.41 | 0.32 | 0.91 | 346.67 | 0.26 | 0.07 |
| Hex | 16 | D | F | 0 | 29 | 20 | 5B | 15B | 1A | 7 |
| Octal | 26 | 15 | 17 | 0 | 51 | 40 | 133 | 533 | 32 | 7 |
| Binary | 10110 | 1101 | 1111 | 0 | 101001 | 100000 | 1011011 | 101011011 | 11010 | 111 |
Color Harmonies of #160D0F
Complementary color
Monochromatic Colors of #160D0F
Black with #160D0F
Text Example
Text Example
White with #160D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160D0F; }
p { color: rgb(22,13,15); }
H1.HeaderClassName
{
color: #160D0F;
}
.AnyTagClassName
{
color: #160D0F;
}
</style>
background-color css
<style>
a { background-color: #160D0F; }
a { background-color: rgb(22,13,15); }
div.DivClassName
{
background-color: #160D0F;
}
.BgClassName
{
background-color: #160D0F;
}
</style>
border-color css
<style>
span { border-color: #160D0F; }
span { border-color: rgb(22,13,15); }
td.TdClassName
{
border-color: #160D0F;
}
.TagClassName
{
border-color: #160D0F;
}
</style>