Shades of Rustic Red #1D0511
Tints of Rustic Red #1D0511
RGB
CMYK
RGB Variations
Color information
#1D0511 (or 0x1D0511) is known color: Rustic Red. HEX triplet: 1D, 05 and 11. RGB value is (29,5,17). Sum of RGB (Red+Green+Blue) = 29+5+17=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0511 is #E2FAEE. Grayscale: #0D0D0D. Windows color (decimal): -14875375 or 1115421. OLE color: 1115421.
HSL color Cylindrical-coordinate representation of color #1D0511: hue angle of 330º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D0511 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 5 | 17 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.89 |
| HSL | 330º | 0.71% | 0.07% | - |
| HSV(B) | 330º | 0.83% | 0.11% | - |
| XYZ | 0.66 | 0.41 | 0.57 | - |
| YUV | 13.54 | 129.95 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 17 | 0 | 0.83 | 0.41 | 0.89 | 330 | 0.71 | 0.07 |
| Hex | 1D | 5 | 11 | 0 | 53 | 29 | 59 | 14A | 47 | 7 |
| Octal | 35 | 5 | 21 | 0 | 123 | 51 | 131 | 512 | 107 | 7 |
| Binary | 11101 | 101 | 10001 | 0 | 1010011 | 101001 | 1011001 | 101001010 | 1000111 | 111 |
Color Harmonies of #1D0511
Complementary color
Monochromatic Colors of #1D0511
Black with #1D0511
Text Example
Text Example
White with #1D0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0511; }
p { color: rgb(29,5,17); }
H1.HeaderClassName
{
color: #1D0511;
}
.AnyTagClassName
{
color: #1D0511;
}
</style>
background-color css
<style>
a { background-color: #1D0511; }
a { background-color: rgb(29,5,17); }
div.DivClassName
{
background-color: #1D0511;
}
.BgClassName
{
background-color: #1D0511;
}
</style>
border-color css
<style>
span { border-color: #1D0511; }
span { border-color: rgb(29,5,17); }
td.TdClassName
{
border-color: #1D0511;
}
.TagClassName
{
border-color: #1D0511;
}
</style>