Shades of Rustic Red #3C181E
Tints of Rustic Red #3C181E
RGB
CMYK
RGB Variations
Color information
#3C181E (or 0x3C181E) is known color: Rustic Red. HEX triplet: 3C, 18 and 1E. RGB value is (60,24,30). Sum of RGB (Red+Green+Blue) = 60+24+30=114 (15% of max value = 765). Red value is 60 (23.83% from 255 or 52.63% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 60 - color contains mainly: red. Hex color #3C181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C181E is #C3E7E1. Grayscale: #232323. Windows color (decimal): -12838882 or 1972284. OLE color: 1972284.
HSL color Cylindrical-coordinate representation of color #3C181E: hue angle of 350º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C181E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 24 | 30 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.76 |
| HSL | 350º | 0.43% | 0.16% | - |
| HSV(B) | 350º | 0.6% | 0.24% | - |
| XYZ | 2.42 | 1.71 | 1.43 | - |
| YUV | 35.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 24 | 30 | 0 | 0.60 | 0.50 | 0.76 | 350 | 0.43 | 0.16 |
| Hex | 3C | 18 | 1E | 0 | 3C | 32 | 4C | 15E | 2B | 10 |
| Octal | 74 | 30 | 36 | 0 | 74 | 62 | 114 | 536 | 53 | 20 |
| Binary | 111100 | 11000 | 11110 | 0 | 111100 | 110010 | 1001100 | 101011110 | 101011 | 10000 |
Color Harmonies of #3C181E
Complementary color
Monochromatic Colors of #3C181E
Black with #3C181E
Text Example
Text Example
White with #3C181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C181E; }
p { color: rgb(60,24,30); }
H1.HeaderClassName
{
color: #3C181E;
}
.AnyTagClassName
{
color: #3C181E;
}
</style>
background-color css
<style>
a { background-color: #3C181E; }
a { background-color: rgb(60,24,30); }
div.DivClassName
{
background-color: #3C181E;
}
.BgClassName
{
background-color: #3C181E;
}
</style>
border-color css
<style>
span { border-color: #3C181E; }
span { border-color: rgb(60,24,30); }
td.TdClassName
{
border-color: #3C181E;
}
.TagClassName
{
border-color: #3C181E;
}
</style>