Shades of Rustic Red #1C1415
Tints of Rustic Red #1C1415
RGB
CMYK
RGB Variations
Color information
#1C1415 (or 0x1C1415) is known color: Rustic Red. HEX triplet: 1C, 14 and 15. RGB value is (28,20,21). Sum of RGB (Red+Green+Blue) = 28+20+21=69 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40.58% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1415 is #E3EBEA. Grayscale: #161616. Windows color (decimal): -14937067 or 1381404. OLE color: 1381404.
HSL color Cylindrical-coordinate representation of color #1C1415: hue angle of 352.5º 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 #1C1415 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 21 | - |
| CMYK | 0 | 0.29 | 0.25 | 0.89 |
| HSL | 352.5º | 0.17% | 0.09% | - |
| HSV(B) | 352.5º | 0.29% | 0.11% | - |
| XYZ | 0.86 | 0.8 | 0.82 | - |
| YUV | 22.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 21 | 0 | 0.29 | 0.25 | 0.89 | 352.5 | 0.17 | 0.09 |
| Hex | 1C | 14 | 15 | 0 | 1D | 19 | 59 | 160 | 11 | 9 |
| Octal | 34 | 24 | 25 | 0 | 35 | 31 | 131 | 540 | 21 | 11 |
| Binary | 11100 | 10100 | 10101 | 0 | 11101 | 11001 | 1011001 | 101100000 | 10001 | 1001 |
Color Harmonies of #1C1415
Complementary color
Monochromatic Colors of #1C1415
Black with #1C1415
Text Example
Text Example
White with #1C1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1415; }
p { color: rgb(28,20,21); }
H1.HeaderClassName
{
color: #1C1415;
}
.AnyTagClassName
{
color: #1C1415;
}
</style>
background-color css
<style>
a { background-color: #1C1415; }
a { background-color: rgb(28,20,21); }
div.DivClassName
{
background-color: #1C1415;
}
.BgClassName
{
background-color: #1C1415;
}
</style>
border-color css
<style>
span { border-color: #1C1415; }
span { border-color: rgb(28,20,21); }
td.TdClassName
{
border-color: #1C1415;
}
.TagClassName
{
border-color: #1C1415;
}
</style>