Shades of Rustic Red #1D1014
Tints of Rustic Red #1D1014
RGB
CMYK
RGB Variations
Color information
#1D1014 (or 0x1D1014) is known color: Rustic Red. HEX triplet: 1D, 10 and 14. RGB value is (29,16,20). Sum of RGB (Red+Green+Blue) = 29+16+20=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1014 is #E2EFEB. Grayscale: #141414. Windows color (decimal): -14872556 or 1314845. OLE color: 1314845.
HSL color Cylindrical-coordinate representation of color #1D1014: hue angle of 341.54º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D1014 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 20 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.89 |
| HSL | 341.54º | 0.29% | 0.09% | - |
| HSV(B) | 341.54º | 0.45% | 0.11% | - |
| XYZ | 0.82 | 0.68 | 0.75 | - |
| YUV | 20.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 20 | 0 | 0.45 | 0.31 | 0.89 | 341.54 | 0.29 | 0.09 |
| Hex | 1D | 10 | 14 | 0 | 2D | 1F | 59 | 156 | 1D | 9 |
| Octal | 35 | 20 | 24 | 0 | 55 | 37 | 131 | 526 | 35 | 11 |
| Binary | 11101 | 10000 | 10100 | 0 | 101101 | 11111 | 1011001 | 101010110 | 11101 | 1001 |
Color Harmonies of #1D1014
Complementary color
Monochromatic Colors of #1D1014
Black with #1D1014
Text Example
Text Example
White with #1D1014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1014; }
p { color: rgb(29,16,20); }
H1.HeaderClassName
{
color: #1D1014;
}
.AnyTagClassName
{
color: #1D1014;
}
</style>
background-color css
<style>
a { background-color: #1D1014; }
a { background-color: rgb(29,16,20); }
div.DivClassName
{
background-color: #1D1014;
}
.BgClassName
{
background-color: #1D1014;
}
</style>
border-color css
<style>
span { border-color: #1D1014; }
span { border-color: rgb(29,16,20); }
td.TdClassName
{
border-color: #1D1014;
}
.TagClassName
{
border-color: #1D1014;
}
</style>