Shades of Rustic Red #29060D
Tints of Rustic Red #29060D
RGB
CMYK
RGB Variations
Color information
#29060D (or 0x29060D) is known color: Rustic Red. HEX triplet: 29, 06 and 0D. RGB value is (41,6,13). Sum of RGB (Red+Green+Blue) = 41+6+13=60 (7% of max value = 765). Red value is 41 (16.41% from 255 or 68.33% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 41 - color contains mainly: red. Hex color #29060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29060D is #D6F9F2. Grayscale: #111111. Windows color (decimal): -14088691 or 853545. OLE color: 853545.
HSL color Cylindrical-coordinate representation of color #29060D: hue angle of 348º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #29060D is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 6 | 13 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.84 |
| HSL | 348º | 0.74% | 0.09% | - |
| HSV(B) | 348º | 0.85% | 0.16% | - |
| XYZ | 1.05 | 0.63 | 0.45 | - |
| YUV | 17.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 6 | 13 | 0 | 0.85 | 0.68 | 0.84 | 348 | 0.74 | 0.09 |
| Hex | 29 | 6 | D | 0 | 55 | 44 | 54 | 15C | 4A | 9 |
| Octal | 51 | 6 | 15 | 0 | 125 | 104 | 124 | 534 | 112 | 11 |
| Binary | 101001 | 110 | 1101 | 0 | 1010101 | 1000100 | 1010100 | 101011100 | 1001010 | 1001 |
Color Harmonies of #29060D
Complementary color
Monochromatic Colors of #29060D
Black with #29060D
Text Example
Text Example
White with #29060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29060D; }
p { color: rgb(41,6,13); }
H1.HeaderClassName
{
color: #29060D;
}
.AnyTagClassName
{
color: #29060D;
}
</style>
background-color css
<style>
a { background-color: #29060D; }
a { background-color: rgb(41,6,13); }
div.DivClassName
{
background-color: #29060D;
}
.BgClassName
{
background-color: #29060D;
}
</style>
border-color css
<style>
span { border-color: #29060D; }
span { border-color: rgb(41,6,13); }
td.TdClassName
{
border-color: #29060D;
}
.TagClassName
{
border-color: #29060D;
}
</style>