Shades of Rustic Red #340213
Tints of Rustic Red #340213
RGB
CMYK
RGB Variations
Color information
#340213 (or 0x340213) is known color: Rustic Red. HEX triplet: 34, 02 and 13. RGB value is (52,2,19). Sum of RGB (Red+Green+Blue) = 52+2+19=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340213 is #CBFDEC. Grayscale: #121212. Windows color (decimal): -13368813 or 1245748. OLE color: 1245748.
HSL color Cylindrical-coordinate representation of color #340213: hue angle of 339.6º 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 #340213 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 2 | 19 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.80 |
| HSL | 339.6º | 0.93% | 0.11% | - |
| HSV(B) | 339.6º | 0.96% | 0.2% | - |
| XYZ | 1.56 | 0.82 | 0.69 | - |
| YUV | 18.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 2 | 19 | 0 | 0.96 | 0.63 | 0.80 | 339.6 | 0.93 | 0.11 |
| Hex | 34 | 2 | 13 | 0 | 60 | 3F | 50 | 154 | 5D | B |
| Octal | 64 | 2 | 23 | 0 | 140 | 77 | 120 | 524 | 135 | 13 |
| Binary | 110100 | 10 | 10011 | 0 | 1100000 | 111111 | 1010000 | 101010100 | 1011101 | 1011 |
Color Harmonies of #340213
Complementary color
Monochromatic Colors of #340213
Black with #340213
Text Example
Text Example
White with #340213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340213; }
p { color: rgb(52,2,19); }
H1.HeaderClassName
{
color: #340213;
}
.AnyTagClassName
{
color: #340213;
}
</style>
background-color css
<style>
a { background-color: #340213; }
a { background-color: rgb(52,2,19); }
div.DivClassName
{
background-color: #340213;
}
.BgClassName
{
background-color: #340213;
}
</style>
border-color css
<style>
span { border-color: #340213; }
span { border-color: rgb(52,2,19); }
td.TdClassName
{
border-color: #340213;
}
.TagClassName
{
border-color: #340213;
}
</style>