Shades of Rustic Red #29080E
Tints of Rustic Red #29080E
RGB
CMYK
RGB Variations
Color information
#29080E (or 0x29080E) is known color: Rustic Red. HEX triplet: 29, 08 and 0E. RGB value is (41,8,14). Sum of RGB (Red+Green+Blue) = 41+8+14=63 (8% of max value = 765). Red value is 41 (16.41% from 255 or 65.08% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 41 - color contains mainly: red. Hex color #29080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29080E is #D6F7F1. Grayscale: #121212. Windows color (decimal): -14088178 or 919593. OLE color: 919593.
HSL color Cylindrical-coordinate representation of color #29080E: hue angle of 349.09º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29080E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 8 | 14 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.84 |
| HSL | 349.09º | 0.67% | 0.1% | - |
| HSV(B) | 349.09º | 0.8% | 0.16% | - |
| XYZ | 1.08 | 0.68 | 0.49 | - |
| YUV | 18.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 8 | 14 | 0 | 0.80 | 0.66 | 0.84 | 349.09 | 0.67 | 0.1 |
| Hex | 29 | 8 | E | 0 | 50 | 42 | 54 | 15D | 43 | A |
| Octal | 51 | 10 | 16 | 0 | 120 | 102 | 124 | 535 | 103 | 12 |
| Binary | 101001 | 1000 | 1110 | 0 | 1010000 | 1000010 | 1010100 | 101011101 | 1000011 | 1010 |
Color Harmonies of #29080E
Complementary color
Monochromatic Colors of #29080E
Black with #29080E
Text Example
Text Example
White with #29080E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29080E; }
p { color: rgb(41,8,14); }
H1.HeaderClassName
{
color: #29080E;
}
.AnyTagClassName
{
color: #29080E;
}
</style>
background-color css
<style>
a { background-color: #29080E; }
a { background-color: rgb(41,8,14); }
div.DivClassName
{
background-color: #29080E;
}
.BgClassName
{
background-color: #29080E;
}
</style>
border-color css
<style>
span { border-color: #29080E; }
span { border-color: rgb(41,8,14); }
td.TdClassName
{
border-color: #29080E;
}
.TagClassName
{
border-color: #29080E;
}
</style>