Shades of Rustic Red #340919
Tints of Rustic Red #340919
RGB
CMYK
RGB Variations
Color information
#340919 (or 0x340919) is known color: Rustic Red. HEX triplet: 34, 09 and 19. RGB value is (52,9,25). Sum of RGB (Red+Green+Blue) = 52+9+25=86 (11% of max value = 765). Red value is 52 (20.70% from 255 or 60.47% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 25 (10.16% from 255 or 29.07% from 86); Max value from RGB is 52 - color contains mainly: red. Hex color #340919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340919 is #CBF6E6. Grayscale: #171717. Windows color (decimal): -13367015 or 1640756. OLE color: 1640756.
HSL color Cylindrical-coordinate representation of color #340919: hue angle of 337.67º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #340919 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 9 | 25 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.80 |
| HSL | 337.67º | 0.7% | 0.12% | - |
| HSV(B) | 337.67º | 0.83% | 0.2% | - |
| XYZ | 1.69 | 1 | 1.02 | - |
| YUV | 23.68 | 128.75 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 9 | 25 | 0 | 0.83 | 0.52 | 0.80 | 337.67 | 0.7 | 0.12 |
| Hex | 34 | 9 | 19 | 0 | 53 | 34 | 50 | 152 | 46 | C |
| Octal | 64 | 11 | 31 | 0 | 123 | 64 | 120 | 522 | 106 | 14 |
| Binary | 110100 | 1001 | 11001 | 0 | 1010011 | 110100 | 1010000 | 101010010 | 1000110 | 1100 |
Color Harmonies of #340919
Complementary color
Monochromatic Colors of #340919
Black with #340919
Text Example
Text Example
White with #340919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340919; }
p { color: rgb(52,9,25); }
H1.HeaderClassName
{
color: #340919;
}
.AnyTagClassName
{
color: #340919;
}
</style>
background-color css
<style>
a { background-color: #340919; }
a { background-color: rgb(52,9,25); }
div.DivClassName
{
background-color: #340919;
}
.BgClassName
{
background-color: #340919;
}
</style>
border-color css
<style>
span { border-color: #340919; }
span { border-color: rgb(52,9,25); }
td.TdClassName
{
border-color: #340919;
}
.TagClassName
{
border-color: #340919;
}
</style>