Shades of Rustic Red #1D0A12
Tints of Rustic Red #1D0A12
RGB
CMYK
RGB Variations
Color information
#1D0A12 (or 0x1D0A12) is known color: Rustic Red. HEX triplet: 1D, 0A and 12. RGB value is (29,10,18). Sum of RGB (Red+Green+Blue) = 29+10+18=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 18 (7.42% from 255 or 31.58% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0A12 is #E2F5ED. Grayscale: #101010. Windows color (decimal): -14874094 or 1182237. OLE color: 1182237.
HSL color Cylindrical-coordinate representation of color #1D0A12: hue angle of 334.74º 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 #1D0A12 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 10 | 18 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.89 |
| HSL | 334.74º | 0.49% | 0.08% | - |
| HSV(B) | 334.74º | 0.66% | 0.11% | - |
| XYZ | 0.72 | 0.52 | 0.63 | - |
| YUV | 16.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 10 | 18 | 0 | 0.66 | 0.38 | 0.89 | 334.74 | 0.49 | 0.08 |
| Hex | 1D | A | 12 | 0 | 42 | 26 | 59 | 14F | 31 | 8 |
| Octal | 35 | 12 | 22 | 0 | 102 | 46 | 131 | 517 | 61 | 10 |
| Binary | 11101 | 1010 | 10010 | 0 | 1000010 | 100110 | 1011001 | 101001111 | 110001 | 1000 |
Color Harmonies of #1D0A12
Complementary color
Monochromatic Colors of #1D0A12
Black with #1D0A12
Text Example
Text Example
White with #1D0A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0A12; }
p { color: rgb(29,10,18); }
H1.HeaderClassName
{
color: #1D0A12;
}
.AnyTagClassName
{
color: #1D0A12;
}
</style>
background-color css
<style>
a { background-color: #1D0A12; }
a { background-color: rgb(29,10,18); }
div.DivClassName
{
background-color: #1D0A12;
}
.BgClassName
{
background-color: #1D0A12;
}
</style>
border-color css
<style>
span { border-color: #1D0A12; }
span { border-color: rgb(29,10,18); }
td.TdClassName
{
border-color: #1D0A12;
}
.TagClassName
{
border-color: #1D0A12;
}
</style>