Shades of Rustic Red #340015
Tints of Rustic Red #340015
RGB
CMYK
RGB Variations
Color information
#340015 (or 0x340015) is known color: Rustic Red. HEX triplet: 34, 00 and 15. RGB value is (52,0,21). Sum of RGB (Red+Green+Blue) = 52+0+21=73 (9% of max value = 765). Red value is 52 (20.70% from 255 or 71.23% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 52 - color contains mainly: red. Hex color #340015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340015 is #CBFFEA. Grayscale: #111111. Windows color (decimal): -13369323 or 1376308. OLE color: 1376308.
HSL color Cylindrical-coordinate representation of color #340015: hue angle of 335.77º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #340015 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.60 | 0.80 |
| HSL | 335.77º | 1% | 0.1% | - |
| HSV(B) | 335.77º | 1% | 0.2% | - |
| XYZ | 1.55 | 0.78 | 0.78 | - |
| YUV | 17.94 | 129.73 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 0 | 21 | 0 | 1 | 0.60 | 0.80 | 335.77 | 1 | 0.1 |
| Hex | 34 | 0 | 15 | 0 | 64 | 3C | 50 | 150 | 64 | A |
| Octal | 64 | 0 | 25 | 0 | 144 | 74 | 120 | 520 | 144 | 12 |
| Binary | 110100 | 0 | 10101 | 0 | 1100100 | 111100 | 1010000 | 101010000 | 1100100 | 1010 |
Color Harmonies of #340015
Complementary color
Monochromatic Colors of #340015
Black with #340015
Text Example
Text Example
White with #340015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340015; }
p { color: rgb(52,0,21); }
H1.HeaderClassName
{
color: #340015;
}
.AnyTagClassName
{
color: #340015;
}
</style>
background-color css
<style>
a { background-color: #340015; }
a { background-color: rgb(52,0,21); }
div.DivClassName
{
background-color: #340015;
}
.BgClassName
{
background-color: #340015;
}
</style>
border-color css
<style>
span { border-color: #340015; }
span { border-color: rgb(52,0,21); }
td.TdClassName
{
border-color: #340015;
}
.TagClassName
{
border-color: #340015;
}
</style>