Shades of Rustic Red #340509
Tints of Rustic Red #340509
RGB
CMYK
RGB Variations
Color information
#340509 (or 0x340509) is known color: Rustic Red. HEX triplet: 34, 05 and 09. RGB value is (52,5,9). Sum of RGB (Red+Green+Blue) = 52+5+9=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #340509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340509 is #CBFAF6. Grayscale: #131313. Windows color (decimal): -13368055 or 591156. OLE color: 591156.
HSL color Cylindrical-coordinate representation of color #340509: hue angle of 354.89º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340509 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 5 | 9 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.80 |
| HSL | 354.89º | 0.82% | 0.11% | - |
| HSV(B) | 354.89º | 0.9% | 0.2% | - |
| XYZ | 1.52 | 0.86 | 0.34 | - |
| YUV | 19.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 5 | 9 | 0 | 0.90 | 0.83 | 0.80 | 354.89 | 0.82 | 0.11 |
| Hex | 34 | 5 | 9 | 0 | 5A | 53 | 50 | 163 | 52 | B |
| Octal | 64 | 5 | 11 | 0 | 132 | 123 | 120 | 543 | 122 | 13 |
| Binary | 110100 | 101 | 1001 | 0 | 1011010 | 1010011 | 1010000 | 101100011 | 1010010 | 1011 |
Color Harmonies of #340509
Complementary color
Monochromatic Colors of #340509
Black with #340509
Text Example
Text Example
White with #340509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #340509; }
p { color: rgb(52,5,9); }
H1.HeaderClassName
{
color: #340509;
}
.AnyTagClassName
{
color: #340509;
}
</style>
background-color css
<style>
a { background-color: #340509; }
a { background-color: rgb(52,5,9); }
div.DivClassName
{
background-color: #340509;
}
.BgClassName
{
background-color: #340509;
}
</style>
border-color css
<style>
span { border-color: #340509; }
span { border-color: rgb(52,5,9); }
td.TdClassName
{
border-color: #340509;
}
.TagClassName
{
border-color: #340509;
}
</style>