Shades of Rustic Red #34111A
Tints of Rustic Red #34111A
RGB
CMYK
RGB Variations
Color information
#34111A (or 0x34111A) is known color: Rustic Red. HEX triplet: 34, 11 and 1A. RGB value is (52,17,26). Sum of RGB (Red+Green+Blue) = 52+17+26=95 (12% of max value = 765). Red value is 52 (20.70% from 255 or 54.74% from 95); Green value is 17 (7.03% from 255 or 17.89% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 52 - color contains mainly: red. Hex color #34111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34111A is #CBEEE5. Grayscale: #1C1C1C. Windows color (decimal): -13364966 or 1708340. OLE color: 1708340.
HSL color Cylindrical-coordinate representation of color #34111A: hue angle of 344.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #34111A is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 17 | 26 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.80 |
| HSL | 344.57º | 0.51% | 0.14% | - |
| HSV(B) | 344.57º | 0.67% | 0.2% | - |
| XYZ | 1.8 | 1.21 | 1.11 | - |
| YUV | 28.49 | 126.6 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 17 | 26 | 0 | 0.67 | 0.50 | 0.80 | 344.57 | 0.51 | 0.14 |
| Hex | 34 | 11 | 1A | 0 | 43 | 32 | 50 | 159 | 33 | E |
| Octal | 64 | 21 | 32 | 0 | 103 | 62 | 120 | 531 | 63 | 16 |
| Binary | 110100 | 10001 | 11010 | 0 | 1000011 | 110010 | 1010000 | 101011001 | 110011 | 1110 |
Color Harmonies of #34111A
Complementary color
Monochromatic Colors of #34111A
Black with #34111A
Text Example
Text Example
White with #34111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34111A; }
p { color: rgb(52,17,26); }
H1.HeaderClassName
{
color: #34111A;
}
.AnyTagClassName
{
color: #34111A;
}
</style>
background-color css
<style>
a { background-color: #34111A; }
a { background-color: rgb(52,17,26); }
div.DivClassName
{
background-color: #34111A;
}
.BgClassName
{
background-color: #34111A;
}
</style>
border-color css
<style>
span { border-color: #34111A; }
span { border-color: rgb(52,17,26); }
td.TdClassName
{
border-color: #34111A;
}
.TagClassName
{
border-color: #34111A;
}
</style>