Shades of Rustic Red #1D0A0D
Tints of Rustic Red #1D0A0D
RGB
CMYK
RGB Variations
Color information
#1D0A0D (or 0x1D0A0D) is known color: Rustic Red. HEX triplet: 1D, 0A and 0D. RGB value is (29,10,13). Sum of RGB (Red+Green+Blue) = 29+10+13=52 (6% of max value = 765). Red value is 29 (11.72% from 255 or 55.77% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 13 (5.47% from 255 or 25% from 52); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A0D is #E2F5F2. Grayscale: #101010. Windows color (decimal): -14874099 or 854557. OLE color: 854557.
HSL color Cylindrical-coordinate representation of color #1D0A0D: hue angle of 350.53º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D0A0D is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 13 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.89 |
| HSL | 350.53º | 0.49% | 0.08% | - |
| HSV(B) | 350.53º | 0.66% | 0.11% | - |
| XYZ | 0.69 | 0.51 | 0.44 | - |
| YUV | 16.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 13 | 0 | 0.66 | 0.55 | 0.89 | 350.53 | 0.49 | 0.08 |
| Hex | 1D | A | D | 0 | 42 | 37 | 59 | 15F | 31 | 8 |
| Octal | 35 | 12 | 15 | 0 | 102 | 67 | 131 | 537 | 61 | 10 |
| Binary | 11101 | 1010 | 1101 | 0 | 1000010 | 110111 | 1011001 | 101011111 | 110001 | 1000 |
Color Harmonies of #1D0A0D
Complementary color
Monochromatic Colors of #1D0A0D
Black with #1D0A0D
Text Example
Text Example
White with #1D0A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A0D; }
p { color: rgb(29,10,13); }
H1.HeaderClassName
{
color: #1D0A0D;
}
.AnyTagClassName
{
color: #1D0A0D;
}
</style>
background-color css
<style>
a { background-color: #1D0A0D; }
a { background-color: rgb(29,10,13); }
div.DivClassName
{
background-color: #1D0A0D;
}
.BgClassName
{
background-color: #1D0A0D;
}
</style>
border-color css
<style>
span { border-color: #1D0A0D; }
span { border-color: rgb(29,10,13); }
td.TdClassName
{
border-color: #1D0A0D;
}
.TagClassName
{
border-color: #1D0A0D;
}
</style>