Shades of Rustic Red #341119
Tints of Rustic Red #341119
RGB
CMYK
RGB Variations
Color information
#341119 (or 0x341119) is known color: Rustic Red. HEX triplet: 34, 11 and 19. RGB value is (52,17,25). Sum of RGB (Red+Green+Blue) = 52+17+25=94 (12% of max value = 765). Red value is 52 (20.70% from 255 or 55.32% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 52 - color contains mainly: red. Hex color #341119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341119 is #CBEEE6. Grayscale: #1C1C1C. Windows color (decimal): -13364967 or 1642804. OLE color: 1642804.
HSL color Cylindrical-coordinate representation of color #341119: hue angle of 346.29º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #341119 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 25 | - |
| CMYK | 0 | 0.67 | 0.52 | 0.80 |
| HSL | 346.29º | 0.51% | 0.14% | - |
| HSV(B) | 346.29º | 0.67% | 0.2% | - |
| XYZ | 1.79 | 1.2 | 1.06 | - |
| YUV | 28.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 25 | 0 | 0.67 | 0.52 | 0.80 | 346.29 | 0.51 | 0.14 |
| Hex | 34 | 11 | 19 | 0 | 43 | 34 | 50 | 15A | 33 | E |
| Octal | 64 | 21 | 31 | 0 | 103 | 64 | 120 | 532 | 63 | 16 |
| Binary | 110100 | 10001 | 11001 | 0 | 1000011 | 110100 | 1010000 | 101011010 | 110011 | 1110 |
Color Harmonies of #341119
Complementary color
Monochromatic Colors of #341119
Black with #341119
Text Example
Text Example
White with #341119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341119; }
p { color: rgb(52,17,25); }
H1.HeaderClassName
{
color: #341119;
}
.AnyTagClassName
{
color: #341119;
}
</style>
background-color css
<style>
a { background-color: #341119; }
a { background-color: rgb(52,17,25); }
div.DivClassName
{
background-color: #341119;
}
.BgClassName
{
background-color: #341119;
}
</style>
border-color css
<style>
span { border-color: #341119; }
span { border-color: rgb(52,17,25); }
td.TdClassName
{
border-color: #341119;
}
.TagClassName
{
border-color: #341119;
}
</style>