Shades of Rustic Red #340316
Tints of Rustic Red #340316
RGB
CMYK
RGB Variations
Color information
#340316 (or 0x340316) is known color: Rustic Red. HEX triplet: 34, 03 and 16. RGB value is (52,3,22). Sum of RGB (Red+Green+Blue) = 52+3+22=77 (10% of max value = 765). Red value is 52 (20.70% from 255 or 67.53% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 52 - color contains mainly: red. Hex color #340316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340316 is #CBFCE9. Grayscale: #131313. Windows color (decimal): -13368554 or 1442612. OLE color: 1442612.
HSL color Cylindrical-coordinate representation of color #340316: hue angle of 336.73º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340316 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 3 | 22 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.80 |
| HSL | 336.73º | 0.89% | 0.11% | - |
| HSV(B) | 336.73º | 0.94% | 0.2% | - |
| XYZ | 1.59 | 0.85 | 0.84 | - |
| YUV | 19.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 3 | 22 | 0 | 0.94 | 0.58 | 0.80 | 336.73 | 0.89 | 0.11 |
| Hex | 34 | 3 | 16 | 0 | 5E | 3A | 50 | 151 | 59 | B |
| Octal | 64 | 3 | 26 | 0 | 136 | 72 | 120 | 521 | 131 | 13 |
| Binary | 110100 | 11 | 10110 | 0 | 1011110 | 111010 | 1010000 | 101010001 | 1011001 | 1011 |
Color Harmonies of #340316
Complementary color
Monochromatic Colors of #340316
Black with #340316
Text Example
Text Example
White with #340316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340316; }
p { color: rgb(52,3,22); }
H1.HeaderClassName
{
color: #340316;
}
.AnyTagClassName
{
color: #340316;
}
</style>
background-color css
<style>
a { background-color: #340316; }
a { background-color: rgb(52,3,22); }
div.DivClassName
{
background-color: #340316;
}
.BgClassName
{
background-color: #340316;
}
</style>
border-color css
<style>
span { border-color: #340316; }
span { border-color: rgb(52,3,22); }
td.TdClassName
{
border-color: #340316;
}
.TagClassName
{
border-color: #340316;
}
</style>