Shades of Rustic Red #290104
Tints of Rustic Red #290104
RGB
CMYK
RGB Variations
Color information
#290104 (or 0x290104) is known color: Rustic Red. HEX triplet: 29, 01 and 04. RGB value is (41,1,4). Sum of RGB (Red+Green+Blue) = 41+1+4=46 (6% of max value = 765). Red value is 41 (16.41% from 255 or 89.13% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 41 - color contains mainly: red. Hex color #290104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290104 is #D6FEFB. Grayscale: #0D0D0D. Windows color (decimal): -14089980 or 262441. OLE color: 262441.
HSL color Cylindrical-coordinate representation of color #290104: hue angle of 355.5º 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 #290104 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 1 | 4 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.84 |
| HSL | 355.5º | 0.95% | 0.08% | - |
| HSV(B) | 355.5º | 0.98% | 0.16% | - |
| XYZ | 0.95 | 0.5 | 0.16 | - |
| YUV | 13.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 1 | 4 | 0 | 0.98 | 0.90 | 0.84 | 355.5 | 0.95 | 0.08 |
| Hex | 29 | 1 | 4 | 0 | 62 | 5A | 54 | 164 | 5F | 8 |
| Octal | 51 | 1 | 4 | 0 | 142 | 132 | 124 | 544 | 137 | 10 |
| Binary | 101001 | 1 | 100 | 0 | 1100010 | 1011010 | 1010100 | 101100100 | 1011111 | 1000 |
Color Harmonies of #290104
Complementary color
Monochromatic Colors of #290104
Black with #290104
Text Example
Text Example
White with #290104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290104; }
p { color: rgb(41,1,4); }
H1.HeaderClassName
{
color: #290104;
}
.AnyTagClassName
{
color: #290104;
}
</style>
background-color css
<style>
a { background-color: #290104; }
a { background-color: rgb(41,1,4); }
div.DivClassName
{
background-color: #290104;
}
.BgClassName
{
background-color: #290104;
}
</style>
border-color css
<style>
span { border-color: #290104; }
span { border-color: rgb(41,1,4); }
td.TdClassName
{
border-color: #290104;
}
.TagClassName
{
border-color: #290104;
}
</style>