Shades of Rustic Red #341619
Tints of Rustic Red #341619
RGB
CMYK
RGB Variations
Color information
#341619 (or 0x341619) is known color: Rustic Red. HEX triplet: 34, 16 and 19. RGB value is (52,22,25). Sum of RGB (Red+Green+Blue) = 52+22+25=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #341619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #341619 is #CBE9E6. Grayscale: #1F1F1F. Windows color (decimal): -13363687 or 1644084. OLE color: 1644084.
HSL color Cylindrical-coordinate representation of color #341619: hue angle of 354º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #341619 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 22 | 25 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.80 |
| HSL | 354º | 0.41% | 0.15% | - |
| HSV(B) | 354º | 0.58% | 0.2% | - |
| XYZ | 1.88 | 1.37 | 1.09 | - |
| YUV | 31.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 22 | 25 | 0 | 0.58 | 0.52 | 0.80 | 354 | 0.41 | 0.15 |
| Hex | 34 | 16 | 19 | 0 | 3A | 34 | 50 | 162 | 29 | F |
| Octal | 64 | 26 | 31 | 0 | 72 | 64 | 120 | 542 | 51 | 17 |
| Binary | 110100 | 10110 | 11001 | 0 | 111010 | 110100 | 1010000 | 101100010 | 101001 | 1111 |
Color Harmonies of #341619
Complementary color
Monochromatic Colors of #341619
Black with #341619
Text Example
Text Example
White with #341619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341619; }
p { color: rgb(52,22,25); }
H1.HeaderClassName
{
color: #341619;
}
.AnyTagClassName
{
color: #341619;
}
</style>
background-color css
<style>
a { background-color: #341619; }
a { background-color: rgb(52,22,25); }
div.DivClassName
{
background-color: #341619;
}
.BgClassName
{
background-color: #341619;
}
</style>
border-color css
<style>
span { border-color: #341619; }
span { border-color: rgb(52,22,25); }
td.TdClassName
{
border-color: #341619;
}
.TagClassName
{
border-color: #341619;
}
</style>