Shades of Rustic Red #341E1F
Tints of Rustic Red #341E1F
RGB
CMYK
RGB Variations
Color information
#341E1F (or 0x341E1F) is known color: Rustic Red. HEX triplet: 34, 1E and 1F. RGB value is (52,30,31). Sum of RGB (Red+Green+Blue) = 52+30+31=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 52 - color contains mainly: red. Hex color #341E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E1F is #CBE1E0. Grayscale: #242424. Windows color (decimal): -13361633 or 2039348. OLE color: 2039348.
HSL color Cylindrical-coordinate representation of color #341E1F: hue angle of 357.27º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E1F is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 31 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.80 |
| HSL | 357.27º | 0.27% | 0.16% | - |
| HSV(B) | 357.27º | 0.42% | 0.2% | - |
| XYZ | 2.13 | 1.76 | 1.52 | - |
| YUV | 36.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 31 | 0 | 0.42 | 0.40 | 0.80 | 357.27 | 0.27 | 0.16 |
| Hex | 34 | 1E | 1F | 0 | 2A | 28 | 50 | 165 | 1B | 10 |
| Octal | 64 | 36 | 37 | 0 | 52 | 50 | 120 | 545 | 33 | 20 |
| Binary | 110100 | 11110 | 11111 | 0 | 101010 | 101000 | 1010000 | 101100101 | 11011 | 10000 |
Color Harmonies of #341E1F
Complementary color
Monochromatic Colors of #341E1F
Black with #341E1F
Text Example
Text Example
White with #341E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E1F; }
p { color: rgb(52,30,31); }
H1.HeaderClassName
{
color: #341E1F;
}
.AnyTagClassName
{
color: #341E1F;
}
</style>
background-color css
<style>
a { background-color: #341E1F; }
a { background-color: rgb(52,30,31); }
div.DivClassName
{
background-color: #341E1F;
}
.BgClassName
{
background-color: #341E1F;
}
</style>
border-color css
<style>
span { border-color: #341E1F; }
span { border-color: rgb(52,30,31); }
td.TdClassName
{
border-color: #341E1F;
}
.TagClassName
{
border-color: #341E1F;
}
</style>