Shades of Rustic Red #290306
Tints of Rustic Red #290306
RGB
CMYK
RGB Variations
Color information
#290306 (or 0x290306) is known color: Rustic Red. HEX triplet: 29, 03 and 06. RGB value is (41,3,6). Sum of RGB (Red+Green+Blue) = 41+3+6=50 (6% of max value = 765). Red value is 41 (16.41% from 255 or 82% from 50); Green value is 3 (1.56% from 255 or 6% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 41 - color contains mainly: red. Hex color #290306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290306 is #D6FCF9. Grayscale: #0E0E0E. Windows color (decimal): -14089466 or 394025. OLE color: 394025.
HSL color Cylindrical-coordinate representation of color #290306: hue angle of 355.26º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290306 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 3 | 6 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.84 |
| HSL | 355.26º | 0.86% | 0.09% | - |
| HSV(B) | 355.26º | 0.93% | 0.16% | - |
| XYZ | 0.98 | 0.55 | 0.23 | - |
| YUV | 14.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 3 | 6 | 0 | 0.93 | 0.85 | 0.84 | 355.26 | 0.86 | 0.09 |
| Hex | 29 | 3 | 6 | 0 | 5D | 55 | 54 | 163 | 56 | 9 |
| Octal | 51 | 3 | 6 | 0 | 135 | 125 | 124 | 543 | 126 | 11 |
| Binary | 101001 | 11 | 110 | 0 | 1011101 | 1010101 | 1010100 | 101100011 | 1010110 | 1001 |
Color Harmonies of #290306
Complementary color
Monochromatic Colors of #290306
Black with #290306
Text Example
Text Example
White with #290306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290306; }
p { color: rgb(41,3,6); }
H1.HeaderClassName
{
color: #290306;
}
.AnyTagClassName
{
color: #290306;
}
</style>
background-color css
<style>
a { background-color: #290306; }
a { background-color: rgb(41,3,6); }
div.DivClassName
{
background-color: #290306;
}
.BgClassName
{
background-color: #290306;
}
</style>
border-color css
<style>
span { border-color: #290306; }
span { border-color: rgb(41,3,6); }
td.TdClassName
{
border-color: #290306;
}
.TagClassName
{
border-color: #290306;
}
</style>