Shades of Rustic Red #1D1214
Tints of Rustic Red #1D1214
RGB
CMYK
RGB Variations
Color information
#1D1214 (or 0x1D1214) is known color: Rustic Red. HEX triplet: 1D, 12 and 14. RGB value is (29,18,20). Sum of RGB (Red+Green+Blue) = 29+18+20=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1214 is #E2EDEB. Grayscale: #151515. Windows color (decimal): -14872044 or 1315357. OLE color: 1315357.
HSL color Cylindrical-coordinate representation of color #1D1214: hue angle of 349.09º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1214 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 20 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.89 |
| HSL | 349.09º | 0.23% | 0.09% | - |
| HSV(B) | 349.09º | 0.38% | 0.11% | - |
| XYZ | 0.85 | 0.74 | 0.76 | - |
| YUV | 21.52 | 127.14 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 20 | 0 | 0.38 | 0.31 | 0.89 | 349.09 | 0.23 | 0.09 |
| Hex | 1D | 12 | 14 | 0 | 26 | 1F | 59 | 15D | 17 | 9 |
| Octal | 35 | 22 | 24 | 0 | 46 | 37 | 131 | 535 | 27 | 11 |
| Binary | 11101 | 10010 | 10100 | 0 | 100110 | 11111 | 1011001 | 101011101 | 10111 | 1001 |
Color Harmonies of #1D1214
Complementary color
Monochromatic Colors of #1D1214
Black with #1D1214
Text Example
Text Example
White with #1D1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1214; }
p { color: rgb(29,18,20); }
H1.HeaderClassName
{
color: #1D1214;
}
.AnyTagClassName
{
color: #1D1214;
}
</style>
background-color css
<style>
a { background-color: #1D1214; }
a { background-color: rgb(29,18,20); }
div.DivClassName
{
background-color: #1D1214;
}
.BgClassName
{
background-color: #1D1214;
}
</style>
border-color css
<style>
span { border-color: #1D1214; }
span { border-color: rgb(29,18,20); }
td.TdClassName
{
border-color: #1D1214;
}
.TagClassName
{
border-color: #1D1214;
}
</style>