Shades of Rustic Red #3B161B
Tints of Rustic Red #3B161B
RGB
CMYK
RGB Variations
Color information
#3B161B (or 0x3B161B) is known color: Rustic Red. HEX triplet: 3B, 16 and 1B. RGB value is (59,22,27). Sum of RGB (Red+Green+Blue) = 59+22+27=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161B is #C4E9E4. Grayscale: #212121. Windows color (decimal): -12904933 or 1775163. OLE color: 1775163.
HSL color Cylindrical-coordinate representation of color #3B161B: hue angle of 351.89º 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 #3B161B is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 27 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.77 |
| HSL | 351.89º | 0.46% | 0.16% | - |
| HSV(B) | 351.89º | 0.63% | 0.23% | - |
| XYZ | 2.29 | 1.58 | 1.22 | - |
| YUV | 33.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 27 | 0 | 0.63 | 0.54 | 0.77 | 351.89 | 0.46 | 0.16 |
| Hex | 3B | 16 | 1B | 0 | 3F | 36 | 4D | 160 | 2E | 10 |
| Octal | 73 | 26 | 33 | 0 | 77 | 66 | 115 | 540 | 56 | 20 |
| Binary | 111011 | 10110 | 11011 | 0 | 111111 | 110110 | 1001101 | 101100000 | 101110 | 10000 |
Color Harmonies of #3B161B
Complementary color
Monochromatic Colors of #3B161B
Black with #3B161B
Text Example
Text Example
White with #3B161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B161B; }
p { color: rgb(59,22,27); }
H1.HeaderClassName
{
color: #3B161B;
}
.AnyTagClassName
{
color: #3B161B;
}
</style>
background-color css
<style>
a { background-color: #3B161B; }
a { background-color: rgb(59,22,27); }
div.DivClassName
{
background-color: #3B161B;
}
.BgClassName
{
background-color: #3B161B;
}
</style>
border-color css
<style>
span { border-color: #3B161B; }
span { border-color: rgb(59,22,27); }
td.TdClassName
{
border-color: #3B161B;
}
.TagClassName
{
border-color: #3B161B;
}
</style>