Shades of Rustic Red #341213
Tints of Rustic Red #341213
RGB
CMYK
RGB Variations
Color information
#341213 (or 0x341213) is known color: Rustic Red. HEX triplet: 34, 12 and 13. RGB value is (52,18,19). Sum of RGB (Red+Green+Blue) = 52+18+19=89 (11% of max value = 765). Red value is 52 (20.70% from 255 or 58.43% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 52 - color contains mainly: red. Hex color #341213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341213 is #CBEDEC. Grayscale: #1C1C1C. Windows color (decimal): -13364717 or 1249844. OLE color: 1249844.
HSL color Cylindrical-coordinate representation of color #341213: hue angle of 358.24º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #341213 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 18 | 19 | - |
| CMYK | 0 | 0.65 | 0.63 | 0.80 |
| HSL | 358.24º | 0.49% | 0.14% | - |
| HSV(B) | 358.24º | 0.65% | 0.2% | - |
| XYZ | 1.75 | 1.21 | 0.76 | - |
| YUV | 28.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 18 | 19 | 0 | 0.65 | 0.63 | 0.80 | 358.24 | 0.49 | 0.14 |
| Hex | 34 | 12 | 13 | 0 | 41 | 3F | 50 | 166 | 31 | E |
| Octal | 64 | 22 | 23 | 0 | 101 | 77 | 120 | 546 | 61 | 16 |
| Binary | 110100 | 10010 | 10011 | 0 | 1000001 | 111111 | 1010000 | 101100110 | 110001 | 1110 |
Color Harmonies of #341213
Complementary color
Monochromatic Colors of #341213
Black with #341213
Text Example
Text Example
White with #341213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341213; }
p { color: rgb(52,18,19); }
H1.HeaderClassName
{
color: #341213;
}
.AnyTagClassName
{
color: #341213;
}
</style>
background-color css
<style>
a { background-color: #341213; }
a { background-color: rgb(52,18,19); }
div.DivClassName
{
background-color: #341213;
}
.BgClassName
{
background-color: #341213;
}
</style>
border-color css
<style>
span { border-color: #341213; }
span { border-color: rgb(52,18,19); }
td.TdClassName
{
border-color: #341213;
}
.TagClassName
{
border-color: #341213;
}
</style>