Shades of Rustic Red #341A1B
Tints of Rustic Red #341A1B
RGB
CMYK
RGB Variations
Color information
#341A1B (or 0x341A1B) is known color: Rustic Red. HEX triplet: 34, 1A and 1B. RGB value is (52,26,27). Sum of RGB (Red+Green+Blue) = 52+26+27=105 (13% of max value = 765). Red value is 52 (20.70% from 255 or 49.52% from 105); Green value is 26 (10.55% from 255 or 24.76% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 52 - color contains mainly: red. Hex color #341A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A1B is #CBE5E4. Grayscale: #212121. Windows color (decimal): -13362661 or 1776180. OLE color: 1776180.
HSL color Cylindrical-coordinate representation of color #341A1B: hue angle of 357.69º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A1B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 27 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.80 |
| HSL | 357.69º | 0.33% | 0.15% | - |
| HSV(B) | 357.69º | 0.5% | 0.2% | - |
| XYZ | 1.98 | 1.55 | 1.23 | - |
| YUV | 33.89 | 124.11 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 27 | 0 | 0.50 | 0.48 | 0.80 | 357.69 | 0.33 | 0.15 |
| Hex | 34 | 1A | 1B | 0 | 32 | 30 | 50 | 166 | 21 | F |
| Octal | 64 | 32 | 33 | 0 | 62 | 60 | 120 | 546 | 41 | 17 |
| Binary | 110100 | 11010 | 11011 | 0 | 110010 | 110000 | 1010000 | 101100110 | 100001 | 1111 |
Color Harmonies of #341A1B
Complementary color
Monochromatic Colors of #341A1B
Black with #341A1B
Text Example
Text Example
White with #341A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A1B; }
p { color: rgb(52,26,27); }
H1.HeaderClassName
{
color: #341A1B;
}
.AnyTagClassName
{
color: #341A1B;
}
</style>
background-color css
<style>
a { background-color: #341A1B; }
a { background-color: rgb(52,26,27); }
div.DivClassName
{
background-color: #341A1B;
}
.BgClassName
{
background-color: #341A1B;
}
</style>
border-color css
<style>
span { border-color: #341A1B; }
span { border-color: rgb(52,26,27); }
td.TdClassName
{
border-color: #341A1B;
}
.TagClassName
{
border-color: #341A1B;
}
</style>