Shades of Rustic Red #1D0809
Tints of Rustic Red #1D0809
RGB
CMYK
RGB Variations
Color information
#1D0809 (or 0x1D0809) is known color: Rustic Red. HEX triplet: 1D, 08 and 09. RGB value is (29,8,9). Sum of RGB (Red+Green+Blue) = 29+8+9=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 9 (3.91% from 255 or 19.57% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0809 is #E2F7F6. Grayscale: #0E0E0E. Windows color (decimal): -14874615 or 591901. OLE color: 591901.
HSL color Cylindrical-coordinate representation of color #1D0809: hue angle of 357.14º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D0809 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 9 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.89 |
| HSL | 357.14º | 0.57% | 0.07% | - |
| HSV(B) | 357.14º | 0.72% | 0.11% | - |
| XYZ | 0.64 | 0.45 | 0.31 | - |
| YUV | 14.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 9 | 0 | 0.72 | 0.69 | 0.89 | 357.14 | 0.57 | 0.07 |
| Hex | 1D | 8 | 9 | 0 | 48 | 45 | 59 | 165 | 39 | 7 |
| Octal | 35 | 10 | 11 | 0 | 110 | 105 | 131 | 545 | 71 | 7 |
| Binary | 11101 | 1000 | 1001 | 0 | 1001000 | 1000101 | 1011001 | 101100101 | 111001 | 111 |
Color Harmonies of #1D0809
Complementary color
Monochromatic Colors of #1D0809
Black with #1D0809
Text Example
Text Example
White with #1D0809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0809; }
p { color: rgb(29,8,9); }
H1.HeaderClassName
{
color: #1D0809;
}
.AnyTagClassName
{
color: #1D0809;
}
</style>
background-color css
<style>
a { background-color: #1D0809; }
a { background-color: rgb(29,8,9); }
div.DivClassName
{
background-color: #1D0809;
}
.BgClassName
{
background-color: #1D0809;
}
</style>
border-color css
<style>
span { border-color: #1D0809; }
span { border-color: rgb(29,8,9); }
td.TdClassName
{
border-color: #1D0809;
}
.TagClassName
{
border-color: #1D0809;
}
</style>