Shades of Rustic Red #340513
Tints of Rustic Red #340513
RGB
CMYK
RGB Variations
Color information
#340513 (or 0x340513) is known color: Rustic Red. HEX triplet: 34, 05 and 13. RGB value is (52,5,19). Sum of RGB (Red+Green+Blue) = 52+5+19=76 (10% of max value = 765). Red value is 52 (20.70% from 255 or 68.42% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 52 - color contains mainly: red. Hex color #340513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340513 is #CBFAEC. Grayscale: #141414. Windows color (decimal): -13368045 or 1246516. OLE color: 1246516.
HSL color Cylindrical-coordinate representation of color #340513: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340513 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 19 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.80 |
| HSL | 342.13º | 0.82% | 0.11% | - |
| HSV(B) | 342.13º | 0.9% | 0.2% | - |
| XYZ | 1.59 | 0.89 | 0.7 | - |
| YUV | 20.65 | 127.07 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 19 | 0 | 0.90 | 0.63 | 0.80 | 342.13 | 0.82 | 0.11 |
| Hex | 34 | 5 | 13 | 0 | 5A | 3F | 50 | 156 | 52 | B |
| Octal | 64 | 5 | 23 | 0 | 132 | 77 | 120 | 526 | 122 | 13 |
| Binary | 110100 | 101 | 10011 | 0 | 1011010 | 111111 | 1010000 | 101010110 | 1010010 | 1011 |
Color Harmonies of #340513
Complementary color
Monochromatic Colors of #340513
Black with #340513
Text Example
Text Example
White with #340513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340513; }
p { color: rgb(52,5,19); }
H1.HeaderClassName
{
color: #340513;
}
.AnyTagClassName
{
color: #340513;
}
</style>
background-color css
<style>
a { background-color: #340513; }
a { background-color: rgb(52,5,19); }
div.DivClassName
{
background-color: #340513;
}
.BgClassName
{
background-color: #340513;
}
</style>
border-color css
<style>
span { border-color: #340513; }
span { border-color: rgb(52,5,19); }
td.TdClassName
{
border-color: #340513;
}
.TagClassName
{
border-color: #340513;
}
</style>