Shades of Rustic Red #290004
Tints of Rustic Red #290004
RGB
CMYK
RGB Variations
Color information
#290004 (or 0x290004) is known color: Rustic Red. HEX triplet: 29, 00 and 04. RGB value is (41,0,4). Sum of RGB (Red+Green+Blue) = 41+0+4=45 (5% of max value = 765). Red value is 41 (16.41% from 255 or 91.11% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 41 - color contains mainly: red. Hex color #290004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290004 is #D6FFFB. Grayscale: #0C0C0C. Windows color (decimal): -14090236 or 262185. OLE color: 262185.
HSL color Cylindrical-coordinate representation of color #290004: hue angle of 354.15º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290004 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.90 | 0.84 |
| HSL | 354.15º | 1% | 0.08% | - |
| HSV(B) | 354.15º | 1% | 0.16% | - |
| XYZ | 0.94 | 0.48 | 0.16 | - |
| YUV | 12.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 0 | 4 | 0 | 1 | 0.90 | 0.84 | 354.15 | 1 | 0.08 |
| Hex | 29 | 0 | 4 | 0 | 64 | 5A | 54 | 162 | 64 | 8 |
| Octal | 51 | 0 | 4 | 0 | 144 | 132 | 124 | 542 | 144 | 10 |
| Binary | 101001 | 0 | 100 | 0 | 1100100 | 1011010 | 1010100 | 101100010 | 1100100 | 1000 |
Color Harmonies of #290004
Complementary color
Monochromatic Colors of #290004
Black with #290004
Text Example
Text Example
White with #290004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290004; }
p { color: rgb(41,0,4); }
H1.HeaderClassName
{
color: #290004;
}
.AnyTagClassName
{
color: #290004;
}
</style>
background-color css
<style>
a { background-color: #290004; }
a { background-color: rgb(41,0,4); }
div.DivClassName
{
background-color: #290004;
}
.BgClassName
{
background-color: #290004;
}
</style>
border-color css
<style>
span { border-color: #290004; }
span { border-color: rgb(41,0,4); }
td.TdClassName
{
border-color: #290004;
}
.TagClassName
{
border-color: #290004;
}
</style>