Shades of Rustic Red #1D0B13
Tints of Rustic Red #1D0B13
RGB
CMYK
RGB Variations
Color information
#1D0B13 (or 0x1D0B13) is known color: Rustic Red. HEX triplet: 1D, 0B and 13. RGB value is (29,11,19). Sum of RGB (Red+Green+Blue) = 29+11+19=59 (7% of max value = 765). Red value is 29 (11.72% from 255 or 49.15% from 59); Green value is 11 (4.69% from 255 or 18.64% from 59); Blue value is 19 (7.81% from 255 or 32.20% from 59); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B13 is #E2F4EC. Grayscale: #111111. Windows color (decimal): -14873837 or 1248029. OLE color: 1248029.
HSL color Cylindrical-coordinate representation of color #1D0B13: hue angle of 333.33º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D0B13 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 11 | 19 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.89 |
| HSL | 333.33º | 0.45% | 0.08% | - |
| HSV(B) | 333.33º | 0.62% | 0.11% | - |
| XYZ | 0.74 | 0.55 | 0.68 | - |
| YUV | 17.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 19 | 0 | 0.62 | 0.34 | 0.89 | 333.33 | 0.45 | 0.08 |
| Hex | 1D | B | 13 | 0 | 3E | 22 | 59 | 14D | 2D | 8 |
| Octal | 35 | 13 | 23 | 0 | 76 | 42 | 131 | 515 | 55 | 10 |
| Binary | 11101 | 1011 | 10011 | 0 | 111110 | 100010 | 1011001 | 101001101 | 101101 | 1000 |
Color Harmonies of #1D0B13
Complementary color
Monochromatic Colors of #1D0B13
Black with #1D0B13
Text Example
Text Example
White with #1D0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0B13; }
p { color: rgb(29,11,19); }
H1.HeaderClassName
{
color: #1D0B13;
}
.AnyTagClassName
{
color: #1D0B13;
}
</style>
background-color css
<style>
a { background-color: #1D0B13; }
a { background-color: rgb(29,11,19); }
div.DivClassName
{
background-color: #1D0B13;
}
.BgClassName
{
background-color: #1D0B13;
}
</style>
border-color css
<style>
span { border-color: #1D0B13; }
span { border-color: rgb(29,11,19); }
td.TdClassName
{
border-color: #1D0B13;
}
.TagClassName
{
border-color: #1D0B13;
}
</style>