Shades of Rustic Red #34171C
Tints of Rustic Red #34171C
RGB
CMYK
RGB Variations
Color information
#34171C (or 0x34171C) is known color: Rustic Red. HEX triplet: 34, 17 and 1C. RGB value is (52,23,28). Sum of RGB (Red+Green+Blue) = 52+23+28=103 (13% of max value = 765). Red value is 52 (20.70% from 255 or 50.49% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 52 - color contains mainly: red. Hex color #34171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34171C is #CBE8E3. Grayscale: #202020. Windows color (decimal): -13363428 or 1840948. OLE color: 1840948.
HSL color Cylindrical-coordinate representation of color #34171C: hue angle of 349.66º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34171C is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 23 | 28 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.80 |
| HSL | 349.66º | 0.39% | 0.15% | - |
| HSV(B) | 349.66º | 0.56% | 0.2% | - |
| XYZ | 1.93 | 1.43 | 1.27 | - |
| YUV | 32.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 23 | 28 | 0 | 0.56 | 0.46 | 0.80 | 349.66 | 0.39 | 0.15 |
| Hex | 34 | 17 | 1C | 0 | 38 | 2E | 50 | 15E | 27 | F |
| Octal | 64 | 27 | 34 | 0 | 70 | 56 | 120 | 536 | 47 | 17 |
| Binary | 110100 | 10111 | 11100 | 0 | 111000 | 101110 | 1010000 | 101011110 | 100111 | 1111 |
Color Harmonies of #34171C
Complementary color
Monochromatic Colors of #34171C
Black with #34171C
Text Example
Text Example
White with #34171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34171C; }
p { color: rgb(52,23,28); }
H1.HeaderClassName
{
color: #34171C;
}
.AnyTagClassName
{
color: #34171C;
}
</style>
background-color css
<style>
a { background-color: #34171C; }
a { background-color: rgb(52,23,28); }
div.DivClassName
{
background-color: #34171C;
}
.BgClassName
{
background-color: #34171C;
}
</style>
border-color css
<style>
span { border-color: #34171C; }
span { border-color: rgb(52,23,28); }
td.TdClassName
{
border-color: #34171C;
}
.TagClassName
{
border-color: #34171C;
}
</style>