Shades of Rustic Red #1D1015
Tints of Rustic Red #1D1015
RGB
CMYK
RGB Variations
Color information
#1D1015 (or 0x1D1015) is known color: Rustic Red. HEX triplet: 1D, 10 and 15. RGB value is (29,16,21). Sum of RGB (Red+Green+Blue) = 29+16+21=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1015 is #E2EFEA. Grayscale: #141414. Windows color (decimal): -14872555 or 1380381. OLE color: 1380381.
HSL color Cylindrical-coordinate representation of color #1D1015: hue angle of 336.92º 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 #1D1015 is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 21 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.89 |
| HSL | 336.92º | 0.29% | 0.09% | - |
| HSV(B) | 336.92º | 0.45% | 0.11% | - |
| XYZ | 0.83 | 0.69 | 0.8 | - |
| YUV | 20.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 21 | 0 | 0.45 | 0.28 | 0.89 | 336.92 | 0.29 | 0.09 |
| Hex | 1D | 10 | 15 | 0 | 2D | 1C | 59 | 151 | 1D | 9 |
| Octal | 35 | 20 | 25 | 0 | 55 | 34 | 131 | 521 | 35 | 11 |
| Binary | 11101 | 10000 | 10101 | 0 | 101101 | 11100 | 1011001 | 101010001 | 11101 | 1001 |
Color Harmonies of #1D1015
Complementary color
Monochromatic Colors of #1D1015
Black with #1D1015
Text Example
Text Example
White with #1D1015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1015; }
p { color: rgb(29,16,21); }
H1.HeaderClassName
{
color: #1D1015;
}
.AnyTagClassName
{
color: #1D1015;
}
</style>
background-color css
<style>
a { background-color: #1D1015; }
a { background-color: rgb(29,16,21); }
div.DivClassName
{
background-color: #1D1015;
}
.BgClassName
{
background-color: #1D1015;
}
</style>
border-color css
<style>
span { border-color: #1D1015; }
span { border-color: rgb(29,16,21); }
td.TdClassName
{
border-color: #1D1015;
}
.TagClassName
{
border-color: #1D1015;
}
</style>