Shades of Rustic Red #341C1F
Tints of Rustic Red #341C1F
RGB
CMYK
RGB Variations
Color information
#341C1F (or 0x341C1F) is known color: Rustic Red. HEX triplet: 34, 1C and 1F. RGB value is (52,28,31). Sum of RGB (Red+Green+Blue) = 52+28+31=111 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.85% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 52 - color contains mainly: red. Hex color #341C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C1F is #CBE3E0. Grayscale: #232323. Windows color (decimal): -13362145 or 2038836. OLE color: 2038836.
HSL color Cylindrical-coordinate representation of color #341C1F: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C1F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 31 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.80 |
| HSL | 352.5º | 0.3% | 0.16% | - |
| HSV(B) | 352.5º | 0.46% | 0.2% | - |
| XYZ | 2.08 | 1.66 | 1.51 | - |
| YUV | 35.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 31 | 0 | 0.46 | 0.40 | 0.80 | 352.5 | 0.3 | 0.16 |
| Hex | 34 | 1C | 1F | 0 | 2E | 28 | 50 | 160 | 1E | 10 |
| Octal | 64 | 34 | 37 | 0 | 56 | 50 | 120 | 540 | 36 | 20 |
| Binary | 110100 | 11100 | 11111 | 0 | 101110 | 101000 | 1010000 | 101100000 | 11110 | 10000 |
Color Harmonies of #341C1F
Complementary color
Monochromatic Colors of #341C1F
Black with #341C1F
Text Example
Text Example
White with #341C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C1F; }
p { color: rgb(52,28,31); }
H1.HeaderClassName
{
color: #341C1F;
}
.AnyTagClassName
{
color: #341C1F;
}
</style>
background-color css
<style>
a { background-color: #341C1F; }
a { background-color: rgb(52,28,31); }
div.DivClassName
{
background-color: #341C1F;
}
.BgClassName
{
background-color: #341C1F;
}
</style>
border-color css
<style>
span { border-color: #341C1F; }
span { border-color: rgb(52,28,31); }
td.TdClassName
{
border-color: #341C1F;
}
.TagClassName
{
border-color: #341C1F;
}
</style>