Shades of Rustic Red #341D20
Tints of Rustic Red #341D20
RGB
CMYK
RGB Variations
Color information
#341D20 (or 0x341D20) is known color: Rustic Red. HEX triplet: 34, 1D and 20. RGB value is (52,29,32). Sum of RGB (Red+Green+Blue) = 52+29+32=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 32 (12.89% from 255 or 28.32% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D20 is #CBE2DF. Grayscale: #242424. Windows color (decimal): -13361888 or 2104628. OLE color: 2104628.
HSL color Cylindrical-coordinate representation of color #341D20: hue angle of 352.17º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D20 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 32 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.80 |
| HSL | 352.17º | 0.28% | 0.16% | - |
| HSV(B) | 352.17º | 0.44% | 0.2% | - |
| XYZ | 2.12 | 1.71 | 1.59 | - |
| YUV | 36.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 32 | 0 | 0.44 | 0.38 | 0.80 | 352.17 | 0.28 | 0.16 |
| Hex | 34 | 1D | 20 | 0 | 2C | 26 | 50 | 160 | 1C | 10 |
| Octal | 64 | 35 | 40 | 0 | 54 | 46 | 120 | 540 | 34 | 20 |
| Binary | 110100 | 11101 | 100000 | 0 | 101100 | 100110 | 1010000 | 101100000 | 11100 | 10000 |
Color Harmonies of #341D20
Complementary color
Monochromatic Colors of #341D20
Black with #341D20
Text Example
Text Example
White with #341D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D20; }
p { color: rgb(52,29,32); }
H1.HeaderClassName
{
color: #341D20;
}
.AnyTagClassName
{
color: #341D20;
}
</style>
background-color css
<style>
a { background-color: #341D20; }
a { background-color: rgb(52,29,32); }
div.DivClassName
{
background-color: #341D20;
}
.BgClassName
{
background-color: #341D20;
}
</style>
border-color css
<style>
span { border-color: #341D20; }
span { border-color: rgb(52,29,32); }
td.TdClassName
{
border-color: #341D20;
}
.TagClassName
{
border-color: #341D20;
}
</style>