Shades of Rustic Red #29020F
Tints of Rustic Red #29020F
RGB
CMYK
RGB Variations
Color information
#29020F (or 0x29020F) is known color: Rustic Red. HEX triplet: 29, 02 and 0F. RGB value is (41,2,15). Sum of RGB (Red+Green+Blue) = 41+2+15=58 (7% of max value = 765). Red value is 41 (16.41% from 255 or 70.69% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 41 - color contains mainly: red. Hex color #29020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #29020F is #D6FDF0. Grayscale: #0F0F0F. Windows color (decimal): -14089713 or 983593. OLE color: 983593.
HSL color Cylindrical-coordinate representation of color #29020F: hue angle of 340º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #29020F is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 2 | 15 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.84 |
| HSL | 340º | 0.91% | 0.08% | - |
| HSV(B) | 340º | 0.95% | 0.16% | - |
| XYZ | 1.02 | 0.55 | 0.5 | - |
| YUV | 15.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 2 | 15 | 0 | 0.95 | 0.63 | 0.84 | 340 | 0.91 | 0.08 |
| Hex | 29 | 2 | F | 0 | 5F | 3F | 54 | 154 | 5B | 8 |
| Octal | 51 | 2 | 17 | 0 | 137 | 77 | 124 | 524 | 133 | 10 |
| Binary | 101001 | 10 | 1111 | 0 | 1011111 | 111111 | 1010100 | 101010100 | 1011011 | 1000 |
Color Harmonies of #29020F
Complementary color
Monochromatic Colors of #29020F
Black with #29020F
Text Example
Text Example
White with #29020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29020F; }
p { color: rgb(41,2,15); }
H1.HeaderClassName
{
color: #29020F;
}
.AnyTagClassName
{
color: #29020F;
}
</style>
background-color css
<style>
a { background-color: #29020F; }
a { background-color: rgb(41,2,15); }
div.DivClassName
{
background-color: #29020F;
}
.BgClassName
{
background-color: #29020F;
}
</style>
border-color css
<style>
span { border-color: #29020F; }
span { border-color: rgb(41,2,15); }
td.TdClassName
{
border-color: #29020F;
}
.TagClassName
{
border-color: #29020F;
}
</style>