Shades of Rustic Red #340D19
Tints of Rustic Red #340D19
RGB
CMYK
RGB Variations
Color information
#340D19 (or 0x340D19) is known color: Rustic Red. HEX triplet: 34, 0D and 19. RGB value is (52,13,25). Sum of RGB (Red+Green+Blue) = 52+13+25=90 (11% of max value = 765). Red value is 52 (20.70% from 255 or 57.78% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 52 - color contains mainly: red. Hex color #340D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340D19 is #CBF2E6. Grayscale: #1A1A1A. Windows color (decimal): -13365991 or 1641780. OLE color: 1641780.
HSL color Cylindrical-coordinate representation of color #340D19: hue angle of 341.54º 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 #340D19 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 13 | 25 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.80 |
| HSL | 341.54º | 0.6% | 0.13% | - |
| HSV(B) | 341.54º | 0.75% | 0.2% | - |
| XYZ | 1.74 | 1.09 | 1.04 | - |
| YUV | 26.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 13 | 25 | 0 | 0.75 | 0.52 | 0.80 | 341.54 | 0.6 | 0.13 |
| Hex | 34 | D | 19 | 0 | 4B | 34 | 50 | 156 | 3C | D |
| Octal | 64 | 15 | 31 | 0 | 113 | 64 | 120 | 526 | 74 | 15 |
| Binary | 110100 | 1101 | 11001 | 0 | 1001011 | 110100 | 1010000 | 101010110 | 111100 | 1101 |
Color Harmonies of #340D19
Complementary color
Monochromatic Colors of #340D19
Black with #340D19
Text Example
Text Example
White with #340D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340D19; }
p { color: rgb(52,13,25); }
H1.HeaderClassName
{
color: #340D19;
}
.AnyTagClassName
{
color: #340D19;
}
</style>
background-color css
<style>
a { background-color: #340D19; }
a { background-color: rgb(52,13,25); }
div.DivClassName
{
background-color: #340D19;
}
.BgClassName
{
background-color: #340D19;
}
</style>
border-color css
<style>
span { border-color: #340D19; }
span { border-color: rgb(52,13,25); }
td.TdClassName
{
border-color: #340D19;
}
.TagClassName
{
border-color: #340D19;
}
</style>