Shades of Rustic Red #1D1315
Tints of Rustic Red #1D1315
RGB
CMYK
RGB Variations
Color information
#1D1315 (or 0x1D1315) is known color: Rustic Red. HEX triplet: 1D, 13 and 15. RGB value is (29,19,21). Sum of RGB (Red+Green+Blue) = 29+19+21=69 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.03% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1315 is #E2ECEA. Grayscale: #161616. Windows color (decimal): -14871787 or 1381149. OLE color: 1381149.
HSL color Cylindrical-coordinate representation of color #1D1315: hue angle of 348º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D1315 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 21 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.89 |
| HSL | 348º | 0.21% | 0.09% | - |
| HSV(B) | 348º | 0.34% | 0.11% | - |
| XYZ | 0.87 | 0.78 | 0.81 | - |
| YUV | 22.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 21 | 0 | 0.34 | 0.28 | 0.89 | 348 | 0.21 | 0.09 |
| Hex | 1D | 13 | 15 | 0 | 22 | 1C | 59 | 15C | 15 | 9 |
| Octal | 35 | 23 | 25 | 0 | 42 | 34 | 131 | 534 | 25 | 11 |
| Binary | 11101 | 10011 | 10101 | 0 | 100010 | 11100 | 1011001 | 101011100 | 10101 | 1001 |
Color Harmonies of #1D1315
Complementary color
Monochromatic Colors of #1D1315
Black with #1D1315
Text Example
Text Example
White with #1D1315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1315; }
p { color: rgb(29,19,21); }
H1.HeaderClassName
{
color: #1D1315;
}
.AnyTagClassName
{
color: #1D1315;
}
</style>
background-color css
<style>
a { background-color: #1D1315; }
a { background-color: rgb(29,19,21); }
div.DivClassName
{
background-color: #1D1315;
}
.BgClassName
{
background-color: #1D1315;
}
</style>
border-color css
<style>
span { border-color: #1D1315; }
span { border-color: rgb(29,19,21); }
td.TdClassName
{
border-color: #1D1315;
}
.TagClassName
{
border-color: #1D1315;
}
</style>