Shades of Rustic Red #341A1C
Tints of Rustic Red #341A1C
RGB
CMYK
RGB Variations
Color information
#341A1C (or 0x341A1C) is known color: Rustic Red. HEX triplet: 34, 1A and 1C. RGB value is (52,26,28). Sum of RGB (Red+Green+Blue) = 52+26+28=106 (14% of max value = 765). Red value is 52 (20.70% from 255 or 49.06% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 52 - color contains mainly: red. Hex color #341A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A1C is #CBE5E3. Grayscale: #222222. Windows color (decimal): -13362660 or 1841716. OLE color: 1841716.
HSL color Cylindrical-coordinate representation of color #341A1C: hue angle of 355.38º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A1C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 28 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.80 |
| HSL | 355.38º | 0.33% | 0.15% | - |
| HSV(B) | 355.38º | 0.5% | 0.2% | - |
| XYZ | 2 | 1.55 | 1.29 | - |
| YUV | 34 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 28 | 0 | 0.50 | 0.46 | 0.80 | 355.38 | 0.33 | 0.15 |
| Hex | 34 | 1A | 1C | 0 | 32 | 2E | 50 | 163 | 21 | F |
| Octal | 64 | 32 | 34 | 0 | 62 | 56 | 120 | 543 | 41 | 17 |
| Binary | 110100 | 11010 | 11100 | 0 | 110010 | 101110 | 1010000 | 101100011 | 100001 | 1111 |
Color Harmonies of #341A1C
Complementary color
Monochromatic Colors of #341A1C
Black with #341A1C
Text Example
Text Example
White with #341A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A1C; }
p { color: rgb(52,26,28); }
H1.HeaderClassName
{
color: #341A1C;
}
.AnyTagClassName
{
color: #341A1C;
}
</style>
background-color css
<style>
a { background-color: #341A1C; }
a { background-color: rgb(52,26,28); }
div.DivClassName
{
background-color: #341A1C;
}
.BgClassName
{
background-color: #341A1C;
}
</style>
border-color css
<style>
span { border-color: #341A1C; }
span { border-color: rgb(52,26,28); }
td.TdClassName
{
border-color: #341A1C;
}
.TagClassName
{
border-color: #341A1C;
}
</style>