Shades of Rustic Red #34161D
Tints of Rustic Red #34161D
RGB
CMYK
RGB Variations
Color information
#34161D (or 0x34161D) is known color: Rustic Red. HEX triplet: 34, 16 and 1D. RGB value is (52,22,29). Sum of RGB (Red+Green+Blue) = 52+22+29=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 22 (8.98% from 255 or 21.36% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34161D is #CBE9E2. Grayscale: #1F1F1F. Windows color (decimal): -13363683 or 1906228. OLE color: 1906228.
HSL color Cylindrical-coordinate representation of color #34161D: hue angle of 346º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34161D is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 22 | 29 | - |
| CMYK | 0 | 0.58 | 0.44 | 0.80 |
| HSL | 346º | 0.41% | 0.15% | - |
| HSV(B) | 346º | 0.58% | 0.2% | - |
| XYZ | 1.92 | 1.39 | 1.33 | - |
| YUV | 31.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 29 | 0 | 0.58 | 0.44 | 0.80 | 346 | 0.41 | 0.15 |
| Hex | 34 | 16 | 1D | 0 | 3A | 2C | 50 | 15A | 29 | F |
| Octal | 64 | 26 | 35 | 0 | 72 | 54 | 120 | 532 | 51 | 17 |
| Binary | 110100 | 10110 | 11101 | 0 | 111010 | 101100 | 1010000 | 101011010 | 101001 | 1111 |
Color Harmonies of #34161D
Complementary color
Monochromatic Colors of #34161D
Black with #34161D
Text Example
Text Example
White with #34161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34161D; }
p { color: rgb(52,22,29); }
H1.HeaderClassName
{
color: #34161D;
}
.AnyTagClassName
{
color: #34161D;
}
</style>
background-color css
<style>
a { background-color: #34161D; }
a { background-color: rgb(52,22,29); }
div.DivClassName
{
background-color: #34161D;
}
.BgClassName
{
background-color: #34161D;
}
</style>
border-color css
<style>
span { border-color: #34161D; }
span { border-color: rgb(52,22,29); }
td.TdClassName
{
border-color: #34161D;
}
.TagClassName
{
border-color: #34161D;
}
</style>