Shades of Rustic Red #3B171C
Tints of Rustic Red #3B171C
RGB
CMYK
RGB Variations
Color information
#3B171C (or 0x3B171C) is known color: Rustic Red. HEX triplet: 3B, 17 and 1C. RGB value is (59,23,28). Sum of RGB (Red+Green+Blue) = 59+23+28=110 (14% of max value = 765). Red value is 59 (23.44% from 255 or 53.64% from 110); Green value is 23 (9.38% from 255 or 20.91% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 59 - color contains mainly: red. Hex color #3B171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B171C is #C4E8E3. Grayscale: #222222. Windows color (decimal): -12904676 or 1840955. OLE color: 1840955.
HSL color Cylindrical-coordinate representation of color #3B171C: hue angle of 351.67º 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 #3B171C is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 28 | - |
| CMYK | 0 | 0.61 | 0.53 | 0.77 |
| HSL | 351.67º | 0.44% | 0.16% | - |
| HSV(B) | 351.67º | 0.61% | 0.23% | - |
| XYZ | 2.32 | 1.63 | 1.29 | - |
| YUV | 34.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 28 | 0 | 0.61 | 0.53 | 0.77 | 351.67 | 0.44 | 0.16 |
| Hex | 3B | 17 | 1C | 0 | 3D | 35 | 4D | 160 | 2C | 10 |
| Octal | 73 | 27 | 34 | 0 | 75 | 65 | 115 | 540 | 54 | 20 |
| Binary | 111011 | 10111 | 11100 | 0 | 111101 | 110101 | 1001101 | 101100000 | 101100 | 10000 |
Color Harmonies of #3B171C
Complementary color
Monochromatic Colors of #3B171C
Black with #3B171C
Text Example
Text Example
White with #3B171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B171C; }
p { color: rgb(59,23,28); }
H1.HeaderClassName
{
color: #3B171C;
}
.AnyTagClassName
{
color: #3B171C;
}
</style>
background-color css
<style>
a { background-color: #3B171C; }
a { background-color: rgb(59,23,28); }
div.DivClassName
{
background-color: #3B171C;
}
.BgClassName
{
background-color: #3B171C;
}
</style>
border-color css
<style>
span { border-color: #3B171C; }
span { border-color: rgb(59,23,28); }
td.TdClassName
{
border-color: #3B171C;
}
.TagClassName
{
border-color: #3B171C;
}
</style>