Shades of Rustic Red #3B161D
Tints of Rustic Red #3B161D
RGB
CMYK
RGB Variations
Color information
#3B161D (or 0x3B161D) is known color: Rustic Red. HEX triplet: 3B, 16 and 1D. RGB value is (59,22,29). Sum of RGB (Red+Green+Blue) = 59+22+29=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161D is #C4E9E2. Grayscale: #212121. Windows color (decimal): -12904931 or 1906235. OLE color: 1906235.
HSL color Cylindrical-coordinate representation of color #3B161D: hue angle of 348.65º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B161D is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 29 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.77 |
| HSL | 348.65º | 0.46% | 0.16% | - |
| HSV(B) | 348.65º | 0.63% | 0.23% | - |
| XYZ | 2.31 | 1.59 | 1.35 | - |
| YUV | 33.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 29 | 0 | 0.63 | 0.51 | 0.77 | 348.65 | 0.46 | 0.16 |
| Hex | 3B | 16 | 1D | 0 | 3F | 33 | 4D | 15D | 2E | 10 |
| Octal | 73 | 26 | 35 | 0 | 77 | 63 | 115 | 535 | 56 | 20 |
| Binary | 111011 | 10110 | 11101 | 0 | 111111 | 110011 | 1001101 | 101011101 | 101110 | 10000 |
Color Harmonies of #3B161D
Complementary color
Monochromatic Colors of #3B161D
Black with #3B161D
Text Example
Text Example
White with #3B161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B161D; }
p { color: rgb(59,22,29); }
H1.HeaderClassName
{
color: #3B161D;
}
.AnyTagClassName
{
color: #3B161D;
}
</style>
background-color css
<style>
a { background-color: #3B161D; }
a { background-color: rgb(59,22,29); }
div.DivClassName
{
background-color: #3B161D;
}
.BgClassName
{
background-color: #3B161D;
}
</style>
border-color css
<style>
span { border-color: #3B161D; }
span { border-color: rgb(59,22,29); }
td.TdClassName
{
border-color: #3B161D;
}
.TagClassName
{
border-color: #3B161D;
}
</style>