Shades of Rustic Red #340411
Tints of Rustic Red #340411
RGB
CMYK
RGB Variations
Color information
#340411 (or 0x340411) is known color: Rustic Red. HEX triplet: 34, 04 and 11. RGB value is (52,4,17). Sum of RGB (Red+Green+Blue) = 52+4+17=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 17 (7.03% from 255 or 23.29% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340411 is #CBFBEE. Grayscale: #131313. Windows color (decimal): -13368303 or 1115188. OLE color: 1115188.
HSL color Cylindrical-coordinate representation of color #340411: hue angle of 343.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340411 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 4 | 17 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.80 |
| HSL | 343.75º | 0.86% | 0.11% | - |
| HSV(B) | 343.75º | 0.92% | 0.2% | - |
| XYZ | 1.56 | 0.86 | 0.61 | - |
| YUV | 19.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 4 | 17 | 0 | 0.92 | 0.67 | 0.80 | 343.75 | 0.86 | 0.11 |
| Hex | 34 | 4 | 11 | 0 | 5C | 43 | 50 | 158 | 56 | B |
| Octal | 64 | 4 | 21 | 0 | 134 | 103 | 120 | 530 | 126 | 13 |
| Binary | 110100 | 100 | 10001 | 0 | 1011100 | 1000011 | 1010000 | 101011000 | 1010110 | 1011 |
Color Harmonies of #340411
Complementary color
Monochromatic Colors of #340411
Black with #340411
Text Example
Text Example
White with #340411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340411; }
p { color: rgb(52,4,17); }
H1.HeaderClassName
{
color: #340411;
}
.AnyTagClassName
{
color: #340411;
}
</style>
background-color css
<style>
a { background-color: #340411; }
a { background-color: rgb(52,4,17); }
div.DivClassName
{
background-color: #340411;
}
.BgClassName
{
background-color: #340411;
}
</style>
border-color css
<style>
span { border-color: #340411; }
span { border-color: rgb(52,4,17); }
td.TdClassName
{
border-color: #340411;
}
.TagClassName
{
border-color: #340411;
}
</style>