Shades of Rustic Red #34151A
Tints of Rustic Red #34151A
RGB
CMYK
RGB Variations
Color information
#34151A (or 0x34151A) is known color: Rustic Red. HEX triplet: 34, 15 and 1A. RGB value is (52,21,26). Sum of RGB (Red+Green+Blue) = 52+21+26=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34151A is #CBEAE5. Grayscale: #1E1E1E. Windows color (decimal): -13363942 or 1709364. OLE color: 1709364.
HSL color Cylindrical-coordinate representation of color #34151A: hue angle of 350.32º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34151A is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 26 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.80 |
| HSL | 350.32º | 0.42% | 0.14% | - |
| HSV(B) | 350.32º | 0.6% | 0.2% | - |
| XYZ | 1.87 | 1.34 | 1.14 | - |
| YUV | 30.84 | 125.27 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 26 | 0 | 0.60 | 0.50 | 0.80 | 350.32 | 0.42 | 0.14 |
| Hex | 34 | 15 | 1A | 0 | 3C | 32 | 50 | 15E | 2A | E |
| Octal | 64 | 25 | 32 | 0 | 74 | 62 | 120 | 536 | 52 | 16 |
| Binary | 110100 | 10101 | 11010 | 0 | 111100 | 110010 | 1010000 | 101011110 | 101010 | 1110 |
Color Harmonies of #34151A
Complementary color
Monochromatic Colors of #34151A
Black with #34151A
Text Example
Text Example
White with #34151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34151A; }
p { color: rgb(52,21,26); }
H1.HeaderClassName
{
color: #34151A;
}
.AnyTagClassName
{
color: #34151A;
}
</style>
background-color css
<style>
a { background-color: #34151A; }
a { background-color: rgb(52,21,26); }
div.DivClassName
{
background-color: #34151A;
}
.BgClassName
{
background-color: #34151A;
}
</style>
border-color css
<style>
span { border-color: #34151A; }
span { border-color: rgb(52,21,26); }
td.TdClassName
{
border-color: #34151A;
}
.TagClassName
{
border-color: #34151A;
}
</style>