Shades of Rustic Red #1C1416
Tints of Rustic Red #1C1416
RGB
CMYK
RGB Variations
Color information
#1C1416 (or 0x1C1416) is known color: Rustic Red. HEX triplet: 1C, 14 and 16. RGB value is (28,20,22). Sum of RGB (Red+Green+Blue) = 28+20+22=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 20 (8.20% from 255 or 28.57% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1416 is #E3EBE9. Grayscale: #161616. Windows color (decimal): -14937066 or 1446940. OLE color: 1446940.
HSL color Cylindrical-coordinate representation of color #1C1416: hue angle of 345º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C1416 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 22 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.89 |
| HSL | 345º | 0.17% | 0.09% | - |
| HSV(B) | 345º | 0.29% | 0.11% | - |
| XYZ | 0.87 | 0.81 | 0.87 | - |
| YUV | 22.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 22 | 0 | 0.29 | 0.21 | 0.89 | 345 | 0.17 | 0.09 |
| Hex | 1C | 14 | 16 | 0 | 1D | 15 | 59 | 159 | 11 | 9 |
| Octal | 34 | 24 | 26 | 0 | 35 | 25 | 131 | 531 | 21 | 11 |
| Binary | 11100 | 10100 | 10110 | 0 | 11101 | 10101 | 1011001 | 101011001 | 10001 | 1001 |
Color Harmonies of #1C1416
Complementary color
Monochromatic Colors of #1C1416
Black with #1C1416
Text Example
Text Example
White with #1C1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1416; }
p { color: rgb(28,20,22); }
H1.HeaderClassName
{
color: #1C1416;
}
.AnyTagClassName
{
color: #1C1416;
}
</style>
background-color css
<style>
a { background-color: #1C1416; }
a { background-color: rgb(28,20,22); }
div.DivClassName
{
background-color: #1C1416;
}
.BgClassName
{
background-color: #1C1416;
}
</style>
border-color css
<style>
span { border-color: #1C1416; }
span { border-color: rgb(28,20,22); }
td.TdClassName
{
border-color: #1C1416;
}
.TagClassName
{
border-color: #1C1416;
}
</style>