Shades of Rustic Red #340210
Tints of Rustic Red #340210
RGB
CMYK
RGB Variations
Color information
#340210 (or 0x340210) is known color: Rustic Red. HEX triplet: 34, 02 and 10. RGB value is (52,2,16). Sum of RGB (Red+Green+Blue) = 52+2+16=70 (9% of max value = 765). Red value is 52 (20.70% from 255 or 74.29% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 52 - color contains mainly: red. Hex color #340210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340210 is #CBFDEF. Grayscale: #121212. Windows color (decimal): -13368816 or 1049140. OLE color: 1049140.
HSL color Cylindrical-coordinate representation of color #340210: hue angle of 343.2º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340210 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 16 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.80 |
| HSL | 343.2º | 0.93% | 0.11% | - |
| HSV(B) | 343.2º | 0.96% | 0.2% | - |
| XYZ | 1.53 | 0.81 | 0.57 | - |
| YUV | 18.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 16 | 0 | 0.96 | 0.69 | 0.80 | 343.2 | 0.93 | 0.11 |
| Hex | 34 | 2 | 10 | 0 | 60 | 45 | 50 | 157 | 5D | B |
| Octal | 64 | 2 | 20 | 0 | 140 | 105 | 120 | 527 | 135 | 13 |
| Binary | 110100 | 10 | 10000 | 0 | 1100000 | 1000101 | 1010000 | 101010111 | 1011101 | 1011 |
Color Harmonies of #340210
Complementary color
Monochromatic Colors of #340210
Black with #340210
Text Example
Text Example
White with #340210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340210; }
p { color: rgb(52,2,16); }
H1.HeaderClassName
{
color: #340210;
}
.AnyTagClassName
{
color: #340210;
}
</style>
background-color css
<style>
a { background-color: #340210; }
a { background-color: rgb(52,2,16); }
div.DivClassName
{
background-color: #340210;
}
.BgClassName
{
background-color: #340210;
}
</style>
border-color css
<style>
span { border-color: #340210; }
span { border-color: rgb(52,2,16); }
td.TdClassName
{
border-color: #340210;
}
.TagClassName
{
border-color: #340210;
}
</style>