Shades of Rustic Red #1C1316
Tints of Rustic Red #1C1316
RGB
CMYK
RGB Variations
Color information
#1C1316 (or 0x1C1316) is known color: Rustic Red. HEX triplet: 1C, 13 and 16. RGB value is (28,19,22). Sum of RGB (Red+Green+Blue) = 28+19+22=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1316 is #E3ECE9. Grayscale: #161616. Windows color (decimal): -14937322 or 1446684. OLE color: 1446684.
HSL color Cylindrical-coordinate representation of color #1C1316: hue angle of 340º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C1316 is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 22 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.89 |
| HSL | 340º | 0.19% | 0.09% | - |
| HSV(B) | 340º | 0.32% | 0.11% | - |
| XYZ | 0.86 | 0.77 | 0.86 | - |
| YUV | 22.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 22 | 0 | 0.32 | 0.21 | 0.89 | 340 | 0.19 | 0.09 |
| Hex | 1C | 13 | 16 | 0 | 20 | 15 | 59 | 154 | 13 | 9 |
| Octal | 34 | 23 | 26 | 0 | 40 | 25 | 131 | 524 | 23 | 11 |
| Binary | 11100 | 10011 | 10110 | 0 | 100000 | 10101 | 1011001 | 101010100 | 10011 | 1001 |
Color Harmonies of #1C1316
Complementary color
Monochromatic Colors of #1C1316
Black with #1C1316
Text Example
Text Example
White with #1C1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1316; }
p { color: rgb(28,19,22); }
H1.HeaderClassName
{
color: #1C1316;
}
.AnyTagClassName
{
color: #1C1316;
}
</style>
background-color css
<style>
a { background-color: #1C1316; }
a { background-color: rgb(28,19,22); }
div.DivClassName
{
background-color: #1C1316;
}
.BgClassName
{
background-color: #1C1316;
}
</style>
border-color css
<style>
span { border-color: #1C1316; }
span { border-color: rgb(28,19,22); }
td.TdClassName
{
border-color: #1C1316;
}
.TagClassName
{
border-color: #1C1316;
}
</style>