Shades of Rustic Red #3C161C
Tints of Rustic Red #3C161C
RGB
CMYK
RGB Variations
Color information
#3C161C (or 0x3C161C) is known color: Rustic Red. HEX triplet: 3C, 16 and 1C. RGB value is (60,22,28). Sum of RGB (Red+Green+Blue) = 60+22+28=110 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.55% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 60 - color contains mainly: red. Hex color #3C161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C161C is #C3E9E3. Grayscale: #222222. Windows color (decimal): -12839396 or 1840700. OLE color: 1840700.
HSL color Cylindrical-coordinate representation of color #3C161C: hue angle of 350.53º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C161C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 22 | 28 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.76 |
| HSL | 350.53º | 0.46% | 0.16% | - |
| HSV(B) | 350.53º | 0.63% | 0.24% | - |
| XYZ | 2.36 | 1.62 | 1.29 | - |
| YUV | 34.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 22 | 28 | 0 | 0.63 | 0.53 | 0.76 | 350.53 | 0.46 | 0.16 |
| Hex | 3C | 16 | 1C | 0 | 3F | 35 | 4C | 15F | 2E | 10 |
| Octal | 74 | 26 | 34 | 0 | 77 | 65 | 114 | 537 | 56 | 20 |
| Binary | 111100 | 10110 | 11100 | 0 | 111111 | 110101 | 1001100 | 101011111 | 101110 | 10000 |
Color Harmonies of #3C161C
Complementary color
Monochromatic Colors of #3C161C
Black with #3C161C
Text Example
Text Example
White with #3C161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C161C; }
p { color: rgb(60,22,28); }
H1.HeaderClassName
{
color: #3C161C;
}
.AnyTagClassName
{
color: #3C161C;
}
</style>
background-color css
<style>
a { background-color: #3C161C; }
a { background-color: rgb(60,22,28); }
div.DivClassName
{
background-color: #3C161C;
}
.BgClassName
{
background-color: #3C161C;
}
</style>
border-color css
<style>
span { border-color: #3C161C; }
span { border-color: rgb(60,22,28); }
td.TdClassName
{
border-color: #3C161C;
}
.TagClassName
{
border-color: #3C161C;
}
</style>