Shades of Rustic Red #34131C
Tints of Rustic Red #34131C
RGB
CMYK
RGB Variations
Color information
#34131C (or 0x34131C) is known color: Rustic Red. HEX triplet: 34, 13 and 1C. RGB value is (52,19,28). Sum of RGB (Red+Green+Blue) = 52+19+28=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34131C is #CBECE3. Grayscale: #1D1D1D. Windows color (decimal): -13364452 or 1839924. OLE color: 1839924.
HSL color Cylindrical-coordinate representation of color #34131C: hue angle of 343.64º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34131C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 19 | 28 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.80 |
| HSL | 343.64º | 0.46% | 0.14% | - |
| HSV(B) | 343.64º | 0.63% | 0.2% | - |
| XYZ | 1.86 | 1.28 | 1.25 | - |
| YUV | 29.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 19 | 28 | 0 | 0.63 | 0.46 | 0.80 | 343.64 | 0.46 | 0.14 |
| Hex | 34 | 13 | 1C | 0 | 3F | 2E | 50 | 158 | 2E | E |
| Octal | 64 | 23 | 34 | 0 | 77 | 56 | 120 | 530 | 56 | 16 |
| Binary | 110100 | 10011 | 11100 | 0 | 111111 | 101110 | 1010000 | 101011000 | 101110 | 1110 |
Color Harmonies of #34131C
Complementary color
Monochromatic Colors of #34131C
Black with #34131C
Text Example
Text Example
White with #34131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34131C; }
p { color: rgb(52,19,28); }
H1.HeaderClassName
{
color: #34131C;
}
.AnyTagClassName
{
color: #34131C;
}
</style>
background-color css
<style>
a { background-color: #34131C; }
a { background-color: rgb(52,19,28); }
div.DivClassName
{
background-color: #34131C;
}
.BgClassName
{
background-color: #34131C;
}
</style>
border-color css
<style>
span { border-color: #34131C; }
span { border-color: rgb(52,19,28); }
td.TdClassName
{
border-color: #34131C;
}
.TagClassName
{
border-color: #34131C;
}
</style>