Shades of Rustic Red #29010D
Tints of Rustic Red #29010D
RGB
CMYK
RGB Variations
Color information
#29010D (or 0x29010D) is known color: Rustic Red. HEX triplet: 29, 01 and 0D. RGB value is (41,1,13). Sum of RGB (Red+Green+Blue) = 41+1+13=55 (7% of max value = 765). Red value is 41 (16.41% from 255 or 74.55% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 13 (5.47% from 255 or 23.64% from 55); Max value from RGB is 41 - color contains mainly: red. Hex color #29010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29010D is #D6FEF2. Grayscale: #0E0E0E. Windows color (decimal): -14089971 or 852265. OLE color: 852265.
HSL color Cylindrical-coordinate representation of color #29010D: hue angle of 342º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #29010D is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 13 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.84 |
| HSL | 342º | 0.95% | 0.08% | - |
| HSV(B) | 342º | 0.98% | 0.16% | - |
| XYZ | 1 | 0.52 | 0.43 | - |
| YUV | 14.33 | 127.25 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 13 | 0 | 0.98 | 0.68 | 0.84 | 342 | 0.95 | 0.08 |
| Hex | 29 | 1 | D | 0 | 62 | 44 | 54 | 156 | 5F | 8 |
| Octal | 51 | 1 | 15 | 0 | 142 | 104 | 124 | 526 | 137 | 10 |
| Binary | 101001 | 1 | 1101 | 0 | 1100010 | 1000100 | 1010100 | 101010110 | 1011111 | 1000 |
Color Harmonies of #29010D
Complementary color
Monochromatic Colors of #29010D
Black with #29010D
Text Example
Text Example
White with #29010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29010D; }
p { color: rgb(41,1,13); }
H1.HeaderClassName
{
color: #29010D;
}
.AnyTagClassName
{
color: #29010D;
}
</style>
background-color css
<style>
a { background-color: #29010D; }
a { background-color: rgb(41,1,13); }
div.DivClassName
{
background-color: #29010D;
}
.BgClassName
{
background-color: #29010D;
}
</style>
border-color css
<style>
span { border-color: #29010D; }
span { border-color: rgb(41,1,13); }
td.TdClassName
{
border-color: #29010D;
}
.TagClassName
{
border-color: #29010D;
}
</style>