Shades of Rustic Red #290513
Tints of Rustic Red #290513
RGB
CMYK
RGB Variations
Color information
#290513 (or 0x290513) is known color: Rustic Red. HEX triplet: 29, 05 and 13. RGB value is (41,5,19). Sum of RGB (Red+Green+Blue) = 41+5+19=65 (8% of max value = 765). Red value is 41 (16.41% from 255 or 63.08% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 19 (7.81% from 255 or 29.23% from 65); Max value from RGB is 41 - color contains mainly: red. Hex color #290513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #290513 is #D6FAEC. Grayscale: #111111. Windows color (decimal): -14088941 or 1246505. OLE color: 1246505.
HSL color Cylindrical-coordinate representation of color #290513: hue angle of 336.67º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #290513 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 5 | 19 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.84 |
| HSL | 336.67º | 0.78% | 0.09% | - |
| HSV(B) | 336.67º | 0.88% | 0.16% | - |
| XYZ | 1.09 | 0.63 | 0.68 | - |
| YUV | 17.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 5 | 19 | 0 | 0.88 | 0.54 | 0.84 | 336.67 | 0.78 | 0.09 |
| Hex | 29 | 5 | 13 | 0 | 58 | 36 | 54 | 151 | 4E | 9 |
| Octal | 51 | 5 | 23 | 0 | 130 | 66 | 124 | 521 | 116 | 11 |
| Binary | 101001 | 101 | 10011 | 0 | 1011000 | 110110 | 1010100 | 101010001 | 1001110 | 1001 |
Color Harmonies of #290513
Complementary color
Monochromatic Colors of #290513
Black with #290513
Text Example
Text Example
White with #290513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #290513; }
p { color: rgb(41,5,19); }
H1.HeaderClassName
{
color: #290513;
}
.AnyTagClassName
{
color: #290513;
}
</style>
background-color css
<style>
a { background-color: #290513; }
a { background-color: rgb(41,5,19); }
div.DivClassName
{
background-color: #290513;
}
.BgClassName
{
background-color: #290513;
}
</style>
border-color css
<style>
span { border-color: #290513; }
span { border-color: rgb(41,5,19); }
td.TdClassName
{
border-color: #290513;
}
.TagClassName
{
border-color: #290513;
}
</style>