Shades of Rustic Red #1D0008
Tints of Rustic Red #1D0008
RGB
CMYK
RGB Variations
Color information
#1D0008 (or 0x1D0008) is known color: Rustic Red. HEX triplet: 1D, 00 and 08. RGB value is (29,0,8). Sum of RGB (Red+Green+Blue) = 29+0+8=37 (4% of max value = 765). Red value is 29 (11.72% from 255 or 78.38% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 8 (3.52% from 255 or 21.62% from 37); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0008 is #E2FFF7. Grayscale: #090909. Windows color (decimal): -14876664 or 524317. OLE color: 524317.
HSL color Cylindrical-coordinate representation of color #1D0008: hue angle of 343.45º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0008 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.72 | 0.89 |
| HSL | 343.45º | 1% | 0.06% | - |
| HSV(B) | 343.45º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.28 | 0.25 | - |
| YUV | 9.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 8 | 0 | 1 | 0.72 | 0.89 | 343.45 | 1 | 0.06 |
| Hex | 1D | 0 | 8 | 0 | 64 | 48 | 59 | 157 | 64 | 6 |
| Octal | 35 | 0 | 10 | 0 | 144 | 110 | 131 | 527 | 144 | 6 |
| Binary | 11101 | 0 | 1000 | 0 | 1100100 | 1001000 | 1011001 | 101010111 | 1100100 | 110 |
Color Harmonies of #1D0008
Complementary color
Monochromatic Colors of #1D0008
Black with #1D0008
Text Example
Text Example
White with #1D0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0008; }
p { color: rgb(29,0,8); }
H1.HeaderClassName
{
color: #1D0008;
}
.AnyTagClassName
{
color: #1D0008;
}
</style>
background-color css
<style>
a { background-color: #1D0008; }
a { background-color: rgb(29,0,8); }
div.DivClassName
{
background-color: #1D0008;
}
.BgClassName
{
background-color: #1D0008;
}
</style>
border-color css
<style>
span { border-color: #1D0008; }
span { border-color: rgb(29,0,8); }
td.TdClassName
{
border-color: #1D0008;
}
.TagClassName
{
border-color: #1D0008;
}
</style>