Shades of Rustic Red #1D0609
Tints of Rustic Red #1D0609
RGB
CMYK
RGB Variations
Color information
#1D0609 (or 0x1D0609) is known color: Rustic Red. HEX triplet: 1D, 06 and 09. RGB value is (29,6,9). Sum of RGB (Red+Green+Blue) = 29+6+9=44 (5% of max value = 765). Red value is 29 (11.72% from 255 or 65.91% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0609 is #E2F9F6. Grayscale: #0D0D0D. Windows color (decimal): -14875127 or 591389. OLE color: 591389.
HSL color Cylindrical-coordinate representation of color #1D0609: hue angle of 352.17º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D0609 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 9 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.89 |
| HSL | 352.17º | 0.66% | 0.07% | - |
| HSV(B) | 352.17º | 0.79% | 0.11% | - |
| XYZ | 0.62 | 0.41 | 0.31 | - |
| YUV | 13.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 9 | 0 | 0.79 | 0.69 | 0.89 | 352.17 | 0.66 | 0.07 |
| Hex | 1D | 6 | 9 | 0 | 4F | 45 | 59 | 160 | 42 | 7 |
| Octal | 35 | 6 | 11 | 0 | 117 | 105 | 131 | 540 | 102 | 7 |
| Binary | 11101 | 110 | 1001 | 0 | 1001111 | 1000101 | 1011001 | 101100000 | 1000010 | 111 |
Color Harmonies of #1D0609
Complementary color
Monochromatic Colors of #1D0609
Black with #1D0609
Text Example
Text Example
White with #1D0609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0609; }
p { color: rgb(29,6,9); }
H1.HeaderClassName
{
color: #1D0609;
}
.AnyTagClassName
{
color: #1D0609;
}
</style>
background-color css
<style>
a { background-color: #1D0609; }
a { background-color: rgb(29,6,9); }
div.DivClassName
{
background-color: #1D0609;
}
.BgClassName
{
background-color: #1D0609;
}
</style>
border-color css
<style>
span { border-color: #1D0609; }
span { border-color: rgb(29,6,9); }
td.TdClassName
{
border-color: #1D0609;
}
.TagClassName
{
border-color: #1D0609;
}
</style>