Shades of Rustic Red #34181D
Tints of Rustic Red #34181D
RGB
CMYK
RGB Variations
Color information
#34181D (or 0x34181D) is known color: Rustic Red. HEX triplet: 34, 18 and 1D. RGB value is (52,24,29). Sum of RGB (Red+Green+Blue) = 52+24+29=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #34181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34181D is #CBE7E2. Grayscale: #202020. Windows color (decimal): -13363171 or 1906740. OLE color: 1906740.
HSL color Cylindrical-coordinate representation of color #34181D: hue angle of 349.29º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34181D is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 24 | 29 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.80 |
| HSL | 349.29º | 0.37% | 0.15% | - |
| HSV(B) | 349.29º | 0.54% | 0.2% | - |
| XYZ | 1.96 | 1.47 | 1.34 | - |
| YUV | 32.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 24 | 29 | 0 | 0.54 | 0.44 | 0.80 | 349.29 | 0.37 | 0.15 |
| Hex | 34 | 18 | 1D | 0 | 36 | 2C | 50 | 15D | 25 | F |
| Octal | 64 | 30 | 35 | 0 | 66 | 54 | 120 | 535 | 45 | 17 |
| Binary | 110100 | 11000 | 11101 | 0 | 110110 | 101100 | 1010000 | 101011101 | 100101 | 1111 |
Color Harmonies of #34181D
Complementary color
Monochromatic Colors of #34181D
Black with #34181D
Text Example
Text Example
White with #34181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34181D; }
p { color: rgb(52,24,29); }
H1.HeaderClassName
{
color: #34181D;
}
.AnyTagClassName
{
color: #34181D;
}
</style>
background-color css
<style>
a { background-color: #34181D; }
a { background-color: rgb(52,24,29); }
div.DivClassName
{
background-color: #34181D;
}
.BgClassName
{
background-color: #34181D;
}
</style>
border-color css
<style>
span { border-color: #34181D; }
span { border-color: rgb(52,24,29); }
td.TdClassName
{
border-color: #34181D;
}
.TagClassName
{
border-color: #34181D;
}
</style>