Shades of Rustic Red #3C1B1C
Tints of Rustic Red #3C1B1C
RGB
CMYK
RGB Variations
Color information
#3C1B1C (or 0x3C1B1C) is known color: Rustic Red. HEX triplet: 3C, 1B and 1C. RGB value is (60,27,28). Sum of RGB (Red+Green+Blue) = 60+27+28=115 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.17% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1B1C is #C3E4E3. Grayscale: #252525. Windows color (decimal): -12838116 or 1841980. OLE color: 1841980.
HSL color Cylindrical-coordinate representation of color #3C1B1C: hue angle of 358.18º degrees, saturation: 0.38, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C1B1C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 27 | 28 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.76 |
| HSL | 358.18º | 0.38% | 0.17% | - |
| HSV(B) | 358.18º | 0.55% | 0.24% | - |
| XYZ | 2.47 | 1.83 | 1.32 | - |
| YUV | 36.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 27 | 28 | 0 | 0.55 | 0.53 | 0.76 | 358.18 | 0.38 | 0.17 |
| Hex | 3C | 1B | 1C | 0 | 37 | 35 | 4C | 166 | 26 | 11 |
| Octal | 74 | 33 | 34 | 0 | 67 | 65 | 114 | 546 | 46 | 21 |
| Binary | 111100 | 11011 | 11100 | 0 | 110111 | 110101 | 1001100 | 101100110 | 100110 | 10001 |
Color Harmonies of #3C1B1C
Complementary color
Monochromatic Colors of #3C1B1C
Black with #3C1B1C
Text Example
Text Example
White with #3C1B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1B1C; }
p { color: rgb(60,27,28); }
H1.HeaderClassName
{
color: #3C1B1C;
}
.AnyTagClassName
{
color: #3C1B1C;
}
</style>
background-color css
<style>
a { background-color: #3C1B1C; }
a { background-color: rgb(60,27,28); }
div.DivClassName
{
background-color: #3C1B1C;
}
.BgClassName
{
background-color: #3C1B1C;
}
</style>
border-color css
<style>
span { border-color: #3C1B1C; }
span { border-color: rgb(60,27,28); }
td.TdClassName
{
border-color: #3C1B1C;
}
.TagClassName
{
border-color: #3C1B1C;
}
</style>