Shades of Rustic Red #34141B
Tints of Rustic Red #34141B
RGB
CMYK
RGB Variations
Color information
#34141B (or 0x34141B) is known color: Rustic Red. HEX triplet: 34, 14 and 1B. RGB value is (52,20,27). Sum of RGB (Red+Green+Blue) = 52+20+27=99 (13% of max value = 765). Red value is 52 (20.70% from 255 or 52.53% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 52 - color contains mainly: red. Hex color #34141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34141B is #CBEBE4. Grayscale: #1E1E1E. Windows color (decimal): -13364197 or 1774644. OLE color: 1774644.
HSL color Cylindrical-coordinate representation of color #34141B: hue angle of 346.88º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34141B is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 20 | 27 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.80 |
| HSL | 346.88º | 0.44% | 0.14% | - |
| HSV(B) | 346.88º | 0.62% | 0.2% | - |
| XYZ | 1.86 | 1.31 | 1.19 | - |
| YUV | 30.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 20 | 27 | 0 | 0.62 | 0.48 | 0.80 | 346.88 | 0.44 | 0.14 |
| Hex | 34 | 14 | 1B | 0 | 3E | 30 | 50 | 15B | 2C | E |
| Octal | 64 | 24 | 33 | 0 | 76 | 60 | 120 | 533 | 54 | 16 |
| Binary | 110100 | 10100 | 11011 | 0 | 111110 | 110000 | 1010000 | 101011011 | 101100 | 1110 |
Color Harmonies of #34141B
Complementary color
Monochromatic Colors of #34141B
Black with #34141B
Text Example
Text Example
White with #34141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34141B; }
p { color: rgb(52,20,27); }
H1.HeaderClassName
{
color: #34141B;
}
.AnyTagClassName
{
color: #34141B;
}
</style>
background-color css
<style>
a { background-color: #34141B; }
a { background-color: rgb(52,20,27); }
div.DivClassName
{
background-color: #34141B;
}
.BgClassName
{
background-color: #34141B;
}
</style>
border-color css
<style>
span { border-color: #34141B; }
span { border-color: rgb(52,20,27); }
td.TdClassName
{
border-color: #34141B;
}
.TagClassName
{
border-color: #34141B;
}
</style>