Shades of Rustic Red #1D0409
Tints of Rustic Red #1D0409
RGB
CMYK
RGB Variations
Color information
#1D0409 (or 0x1D0409) is known color: Rustic Red. HEX triplet: 1D, 04 and 09. RGB value is (29,4,9). Sum of RGB (Red+Green+Blue) = 29+4+9=42 (5% of max value = 765). Red value is 29 (11.72% from 255 or 69.05% from 42); Green value is 4 (1.95% from 255 or 9.52% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0409 is #E2FBF6. Grayscale: #0C0C0C. Windows color (decimal): -14875639 or 590877. OLE color: 590877.
HSL color Cylindrical-coordinate representation of color #1D0409: hue angle of 348º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0409 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 4 | 9 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.89 |
| HSL | 348º | 0.76% | 0.06% | - |
| HSV(B) | 348º | 0.86% | 0.11% | - |
| XYZ | 0.6 | 0.37 | 0.3 | - |
| YUV | 12.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 9 | 0 | 0.86 | 0.69 | 0.89 | 348 | 0.76 | 0.06 |
| Hex | 1D | 4 | 9 | 0 | 56 | 45 | 59 | 15C | 4C | 6 |
| Octal | 35 | 4 | 11 | 0 | 126 | 105 | 131 | 534 | 114 | 6 |
| Binary | 11101 | 100 | 1001 | 0 | 1010110 | 1000101 | 1011001 | 101011100 | 1001100 | 110 |
Color Harmonies of #1D0409
Complementary color
Monochromatic Colors of #1D0409
Black with #1D0409
Text Example
Text Example
White with #1D0409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0409; }
p { color: rgb(29,4,9); }
H1.HeaderClassName
{
color: #1D0409;
}
.AnyTagClassName
{
color: #1D0409;
}
</style>
background-color css
<style>
a { background-color: #1D0409; }
a { background-color: rgb(29,4,9); }
div.DivClassName
{
background-color: #1D0409;
}
.BgClassName
{
background-color: #1D0409;
}
</style>
border-color css
<style>
span { border-color: #1D0409; }
span { border-color: rgb(29,4,9); }
td.TdClassName
{
border-color: #1D0409;
}
.TagClassName
{
border-color: #1D0409;
}
</style>