Shades of Rustic Red #3B161A
Tints of Rustic Red #3B161A
RGB
CMYK
RGB Variations
Color information
#3B161A (or 0x3B161A) is known color: Rustic Red. HEX triplet: 3B, 16 and 1A. RGB value is (59,22,26). Sum of RGB (Red+Green+Blue) = 59+22+26=107 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.14% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 59 - color contains mainly: red. Hex color #3B161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B161A is #C4E9E5. Grayscale: #212121. Windows color (decimal): -12904934 or 1709627. OLE color: 1709627.
HSL color Cylindrical-coordinate representation of color #3B161A: hue angle of 353.51º 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 #3B161A is Cyan = 0, Magento = 0.63, Yellow = 0.56 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 22 | 26 | - |
| CMYK | 0 | 0.63 | 0.56 | 0.77 |
| HSL | 353.51º | 0.46% | 0.16% | - |
| HSV(B) | 353.51º | 0.63% | 0.23% | - |
| XYZ | 2.28 | 1.58 | 1.16 | - |
| YUV | 33.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 22 | 26 | 0 | 0.63 | 0.56 | 0.77 | 353.51 | 0.46 | 0.16 |
| Hex | 3B | 16 | 1A | 0 | 3F | 38 | 4D | 162 | 2E | 10 |
| Octal | 73 | 26 | 32 | 0 | 77 | 70 | 115 | 542 | 56 | 20 |
| Binary | 111011 | 10110 | 11010 | 0 | 111111 | 111000 | 1001101 | 101100010 | 101110 | 10000 |
Color Harmonies of #3B161A
Complementary color
Monochromatic Colors of #3B161A
Black with #3B161A
Text Example
Text Example
White with #3B161A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B161A; }
p { color: rgb(59,22,26); }
H1.HeaderClassName
{
color: #3B161A;
}
.AnyTagClassName
{
color: #3B161A;
}
</style>
background-color css
<style>
a { background-color: #3B161A; }
a { background-color: rgb(59,22,26); }
div.DivClassName
{
background-color: #3B161A;
}
.BgClassName
{
background-color: #3B161A;
}
</style>
border-color css
<style>
span { border-color: #3B161A; }
span { border-color: rgb(59,22,26); }
td.TdClassName
{
border-color: #3B161A;
}
.TagClassName
{
border-color: #3B161A;
}
</style>