Shades of Rustic Red #3C171D
Tints of Rustic Red #3C171D
RGB
CMYK
RGB Variations
Color information
#3C171D (or 0x3C171D) is known color: Rustic Red. HEX triplet: 3C, 17 and 1D. RGB value is (60,23,29). Sum of RGB (Red+Green+Blue) = 60+23+29=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C171D is #C3E8E2. Grayscale: #222222. Windows color (decimal): -12839139 or 1906492. OLE color: 1906492.
HSL color Cylindrical-coordinate representation of color #3C171D: hue angle of 350.27º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C171D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 23 | 29 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.76 |
| HSL | 350.27º | 0.45% | 0.16% | - |
| HSV(B) | 350.27º | 0.62% | 0.24% | - |
| XYZ | 2.39 | 1.66 | 1.36 | - |
| YUV | 34.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 23 | 29 | 0 | 0.62 | 0.52 | 0.76 | 350.27 | 0.45 | 0.16 |
| Hex | 3C | 17 | 1D | 0 | 3E | 34 | 4C | 15E | 2D | 10 |
| Octal | 74 | 27 | 35 | 0 | 76 | 64 | 114 | 536 | 55 | 20 |
| Binary | 111100 | 10111 | 11101 | 0 | 111110 | 110100 | 1001100 | 101011110 | 101101 | 10000 |
Color Harmonies of #3C171D
Complementary color
Monochromatic Colors of #3C171D
Black with #3C171D
Text Example
Text Example
White with #3C171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C171D; }
p { color: rgb(60,23,29); }
H1.HeaderClassName
{
color: #3C171D;
}
.AnyTagClassName
{
color: #3C171D;
}
</style>
background-color css
<style>
a { background-color: #3C171D; }
a { background-color: rgb(60,23,29); }
div.DivClassName
{
background-color: #3C171D;
}
.BgClassName
{
background-color: #3C171D;
}
</style>
border-color css
<style>
span { border-color: #3C171D; }
span { border-color: rgb(60,23,29); }
td.TdClassName
{
border-color: #3C171D;
}
.TagClassName
{
border-color: #3C171D;
}
</style>