Shades of Rustic Red #340D16
Tints of Rustic Red #340D16
RGB
CMYK
RGB Variations
Color information
#340D16 (or 0x340D16) is known color: Rustic Red. HEX triplet: 34, 0D and 16. RGB value is (52,13,22). Sum of RGB (Red+Green+Blue) = 52+13+22=87 (11% of max value = 765). Red value is 52 (20.70% from 255 or 59.77% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 52 - color contains mainly: red. Hex color #340D16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D16 is #CBF2E9. Grayscale: #191919. Windows color (decimal): -13365994 or 1445172. OLE color: 1445172.
HSL color Cylindrical-coordinate representation of color #340D16: hue angle of 346.15º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #340D16 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 22 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.80 |
| HSL | 346.15º | 0.6% | 0.13% | - |
| HSV(B) | 346.15º | 0.75% | 0.2% | - |
| XYZ | 1.7 | 1.08 | 0.88 | - |
| YUV | 25.69 | 125.92 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 22 | 0 | 0.75 | 0.58 | 0.80 | 346.15 | 0.6 | 0.13 |
| Hex | 34 | D | 16 | 0 | 4B | 3A | 50 | 15A | 3C | D |
| Octal | 64 | 15 | 26 | 0 | 113 | 72 | 120 | 532 | 74 | 15 |
| Binary | 110100 | 1101 | 10110 | 0 | 1001011 | 111010 | 1010000 | 101011010 | 111100 | 1101 |
Color Harmonies of #340D16
Complementary color
Monochromatic Colors of #340D16
Black with #340D16
Text Example
Text Example
White with #340D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D16; }
p { color: rgb(52,13,22); }
H1.HeaderClassName
{
color: #340D16;
}
.AnyTagClassName
{
color: #340D16;
}
</style>
background-color css
<style>
a { background-color: #340D16; }
a { background-color: rgb(52,13,22); }
div.DivClassName
{
background-color: #340D16;
}
.BgClassName
{
background-color: #340D16;
}
</style>
border-color css
<style>
span { border-color: #340D16; }
span { border-color: rgb(52,13,22); }
td.TdClassName
{
border-color: #340D16;
}
.TagClassName
{
border-color: #340D16;
}
</style>