Shades of Rustic Red #1D1012
Tints of Rustic Red #1D1012
RGB
CMYK
RGB Variations
Color information
#1D1012 (or 0x1D1012) is known color: Rustic Red. HEX triplet: 1D, 10 and 12. RGB value is (29,16,18). Sum of RGB (Red+Green+Blue) = 29+16+18=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1012 is #E2EFED. Grayscale: #141414. Windows color (decimal): -14872558 or 1183773. OLE color: 1183773.
HSL color Cylindrical-coordinate representation of color #1D1012: hue angle of 350.77º 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 #1D1012 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 16 | 18 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.89 |
| HSL | 350.77º | 0.29% | 0.09% | - |
| HSV(B) | 350.77º | 0.45% | 0.11% | - |
| XYZ | 0.8 | 0.68 | 0.66 | - |
| YUV | 20.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 16 | 18 | 0 | 0.45 | 0.38 | 0.89 | 350.77 | 0.29 | 0.09 |
| Hex | 1D | 10 | 12 | 0 | 2D | 26 | 59 | 15F | 1D | 9 |
| Octal | 35 | 20 | 22 | 0 | 55 | 46 | 131 | 537 | 35 | 11 |
| Binary | 11101 | 10000 | 10010 | 0 | 101101 | 100110 | 1011001 | 101011111 | 11101 | 1001 |
Color Harmonies of #1D1012
Complementary color
Monochromatic Colors of #1D1012
Black with #1D1012
Text Example
Text Example
White with #1D1012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1012; }
p { color: rgb(29,16,18); }
H1.HeaderClassName
{
color: #1D1012;
}
.AnyTagClassName
{
color: #1D1012;
}
</style>
background-color css
<style>
a { background-color: #1D1012; }
a { background-color: rgb(29,16,18); }
div.DivClassName
{
background-color: #1D1012;
}
.BgClassName
{
background-color: #1D1012;
}
</style>
border-color css
<style>
span { border-color: #1D1012; }
span { border-color: rgb(29,16,18); }
td.TdClassName
{
border-color: #1D1012;
}
.TagClassName
{
border-color: #1D1012;
}
</style>