Shades of Rustic Red #3B171B
Tints of Rustic Red #3B171B
RGB
CMYK
RGB Variations
Color information
#3B171B (or 0x3B171B) is known color: Rustic Red. HEX triplet: 3B, 17 and 1B. RGB value is (59,23,27). Sum of RGB (Red+Green+Blue) = 59+23+27=109 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.13% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 59 - color contains mainly: red. Hex color #3B171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B171B is #C4E8E4. Grayscale: #222222. Windows color (decimal): -12904677 or 1775419. OLE color: 1775419.
HSL color Cylindrical-coordinate representation of color #3B171B: hue angle of 353.33º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B171B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 27 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.77 |
| HSL | 353.33º | 0.44% | 0.16% | - |
| HSV(B) | 353.33º | 0.61% | 0.23% | - |
| XYZ | 2.31 | 1.62 | 1.23 | - |
| YUV | 34.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 27 | 0 | 0.61 | 0.54 | 0.77 | 353.33 | 0.44 | 0.16 |
| Hex | 3B | 17 | 1B | 0 | 3D | 36 | 4D | 161 | 2C | 10 |
| Octal | 73 | 27 | 33 | 0 | 75 | 66 | 115 | 541 | 54 | 20 |
| Binary | 111011 | 10111 | 11011 | 0 | 111101 | 110110 | 1001101 | 101100001 | 101100 | 10000 |
Color Harmonies of #3B171B
Complementary color
Monochromatic Colors of #3B171B
Black with #3B171B
Text Example
Text Example
White with #3B171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B171B; }
p { color: rgb(59,23,27); }
H1.HeaderClassName
{
color: #3B171B;
}
.AnyTagClassName
{
color: #3B171B;
}
</style>
background-color css
<style>
a { background-color: #3B171B; }
a { background-color: rgb(59,23,27); }
div.DivClassName
{
background-color: #3B171B;
}
.BgClassName
{
background-color: #3B171B;
}
</style>
border-color css
<style>
span { border-color: #3B171B; }
span { border-color: rgb(59,23,27); }
td.TdClassName
{
border-color: #3B171B;
}
.TagClassName
{
border-color: #3B171B;
}
</style>