Shades of Rustic Red #1D080D
Tints of Rustic Red #1D080D
RGB
CMYK
RGB Variations
Color information
#1D080D (or 0x1D080D) is known color: Rustic Red. HEX triplet: 1D, 08 and 0D. RGB value is (29,8,13). Sum of RGB (Red+Green+Blue) = 29+8+13=50 (6% of max value = 765). Red value is 29 (11.72% from 255 or 58% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080D is #E2F7F2. Grayscale: #0E0E0E. Windows color (decimal): -14874611 or 854045. OLE color: 854045.
HSL color Cylindrical-coordinate representation of color #1D080D: hue angle of 345.71º 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 #1D080D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 8 | 13 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.89 |
| HSL | 345.71º | 0.57% | 0.07% | - |
| HSV(B) | 345.71º | 0.72% | 0.11% | - |
| XYZ | 0.67 | 0.46 | 0.44 | - |
| YUV | 14.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 13 | 0 | 0.72 | 0.55 | 0.89 | 345.71 | 0.57 | 0.07 |
| Hex | 1D | 8 | D | 0 | 48 | 37 | 59 | 15A | 39 | 7 |
| Octal | 35 | 10 | 15 | 0 | 110 | 67 | 131 | 532 | 71 | 7 |
| Binary | 11101 | 1000 | 1101 | 0 | 1001000 | 110111 | 1011001 | 101011010 | 111001 | 111 |
Color Harmonies of #1D080D
Complementary color
Monochromatic Colors of #1D080D
Black with #1D080D
Text Example
Text Example
White with #1D080D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D080D; }
p { color: rgb(29,8,13); }
H1.HeaderClassName
{
color: #1D080D;
}
.AnyTagClassName
{
color: #1D080D;
}
</style>
background-color css
<style>
a { background-color: #1D080D; }
a { background-color: rgb(29,8,13); }
div.DivClassName
{
background-color: #1D080D;
}
.BgClassName
{
background-color: #1D080D;
}
</style>
border-color css
<style>
span { border-color: #1D080D; }
span { border-color: rgb(29,8,13); }
td.TdClassName
{
border-color: #1D080D;
}
.TagClassName
{
border-color: #1D080D;
}
</style>