Shades of Rustic Red #34151C
Tints of Rustic Red #34151C
RGB
CMYK
RGB Variations
Color information
#34151C (or 0x34151C) is known color: Rustic Red. HEX triplet: 34, 15 and 1C. RGB value is (52,21,28). Sum of RGB (Red+Green+Blue) = 52+21+28=101 (13% of max value = 765). Red value is 52 (20.70% from 255 or 51.49% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 52 - color contains mainly: red. Hex color #34151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34151C is #CBEAE3. Grayscale: #1F1F1F. Windows color (decimal): -13363940 or 1840436. OLE color: 1840436.
HSL color Cylindrical-coordinate representation of color #34151C: hue angle of 346.45º 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 #34151C is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 21 | 28 | - |
| CMYK | 0 | 0.60 | 0.46 | 0.80 |
| HSL | 346.45º | 0.42% | 0.14% | - |
| HSV(B) | 346.45º | 0.6% | 0.2% | - |
| XYZ | 1.89 | 1.35 | 1.26 | - |
| YUV | 31.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 21 | 28 | 0 | 0.60 | 0.46 | 0.80 | 346.45 | 0.42 | 0.14 |
| Hex | 34 | 15 | 1C | 0 | 3C | 2E | 50 | 15A | 2A | E |
| Octal | 64 | 25 | 34 | 0 | 74 | 56 | 120 | 532 | 52 | 16 |
| Binary | 110100 | 10101 | 11100 | 0 | 111100 | 101110 | 1010000 | 101011010 | 101010 | 1110 |
Color Harmonies of #34151C
Complementary color
Monochromatic Colors of #34151C
Black with #34151C
Text Example
Text Example
White with #34151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34151C; }
p { color: rgb(52,21,28); }
H1.HeaderClassName
{
color: #34151C;
}
.AnyTagClassName
{
color: #34151C;
}
</style>
background-color css
<style>
a { background-color: #34151C; }
a { background-color: rgb(52,21,28); }
div.DivClassName
{
background-color: #34151C;
}
.BgClassName
{
background-color: #34151C;
}
</style>
border-color css
<style>
span { border-color: #34151C; }
span { border-color: rgb(52,21,28); }
td.TdClassName
{
border-color: #34151C;
}
.TagClassName
{
border-color: #34151C;
}
</style>