Shades of Rustic Red #1D0205
Tints of Rustic Red #1D0205
RGB
CMYK
RGB Variations
Color information
#1D0205 (or 0x1D0205) is known color: Rustic Red. HEX triplet: 1D, 02 and 05. RGB value is (29,2,5). Sum of RGB (Red+Green+Blue) = 29+2+5=36 (4% of max value = 765). Red value is 29 (11.72% from 255 or 80.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 5 (2.34% from 255 or 13.89% from 36); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0205 is #E2FDFA. Grayscale: #0A0A0A. Windows color (decimal): -14876155 or 328221. OLE color: 328221.
HSL color Cylindrical-coordinate representation of color #1D0205: hue angle of 353.33º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0205 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 2 | 5 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.89 |
| HSL | 353.33º | 0.87% | 0.06% | - |
| HSV(B) | 353.33º | 0.93% | 0.11% | - |
| XYZ | 0.56 | 0.32 | 0.18 | - |
| YUV | 10.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 5 | 0 | 0.93 | 0.83 | 0.89 | 353.33 | 0.87 | 0.06 |
| Hex | 1D | 2 | 5 | 0 | 5D | 53 | 59 | 161 | 57 | 6 |
| Octal | 35 | 2 | 5 | 0 | 135 | 123 | 131 | 541 | 127 | 6 |
| Binary | 11101 | 10 | 101 | 0 | 1011101 | 1010011 | 1011001 | 101100001 | 1010111 | 110 |
Color Harmonies of #1D0205
Complementary color
Monochromatic Colors of #1D0205
Black with #1D0205
Text Example
Text Example
White with #1D0205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0205; }
p { color: rgb(29,2,5); }
H1.HeaderClassName
{
color: #1D0205;
}
.AnyTagClassName
{
color: #1D0205;
}
</style>
background-color css
<style>
a { background-color: #1D0205; }
a { background-color: rgb(29,2,5); }
div.DivClassName
{
background-color: #1D0205;
}
.BgClassName
{
background-color: #1D0205;
}
</style>
border-color css
<style>
span { border-color: #1D0205; }
span { border-color: rgb(29,2,5); }
td.TdClassName
{
border-color: #1D0205;
}
.TagClassName
{
border-color: #1D0205;
}
</style>