Shades of Rustic Red #1D060D
Tints of Rustic Red #1D060D
RGB
CMYK
RGB Variations
Color information
#1D060D (or 0x1D060D) is known color: Rustic Red. HEX triplet: 1D, 06 and 0D. RGB value is (29,6,13). Sum of RGB (Red+Green+Blue) = 29+6+13=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D060D is #E2F9F2. Grayscale: #0D0D0D. Windows color (decimal): -14875123 or 853533. OLE color: 853533.
HSL color Cylindrical-coordinate representation of color #1D060D: hue angle of 341.74º 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 #1D060D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 6 | 13 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.89 |
| HSL | 341.74º | 0.66% | 0.07% | - |
| HSV(B) | 341.74º | 0.79% | 0.11% | - |
| XYZ | 0.64 | 0.42 | 0.43 | - |
| YUV | 13.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 13 | 0 | 0.79 | 0.55 | 0.89 | 341.74 | 0.66 | 0.07 |
| Hex | 1D | 6 | D | 0 | 4F | 37 | 59 | 156 | 42 | 7 |
| Octal | 35 | 6 | 15 | 0 | 117 | 67 | 131 | 526 | 102 | 7 |
| Binary | 11101 | 110 | 1101 | 0 | 1001111 | 110111 | 1011001 | 101010110 | 1000010 | 111 |
Color Harmonies of #1D060D
Complementary color
Monochromatic Colors of #1D060D
Black with #1D060D
Text Example
Text Example
White with #1D060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D060D; }
p { color: rgb(29,6,13); }
H1.HeaderClassName
{
color: #1D060D;
}
.AnyTagClassName
{
color: #1D060D;
}
</style>
background-color css
<style>
a { background-color: #1D060D; }
a { background-color: rgb(29,6,13); }
div.DivClassName
{
background-color: #1D060D;
}
.BgClassName
{
background-color: #1D060D;
}
</style>
border-color css
<style>
span { border-color: #1D060D; }
span { border-color: rgb(29,6,13); }
td.TdClassName
{
border-color: #1D060D;
}
.TagClassName
{
border-color: #1D060D;
}
</style>