Shades of Rustic Red #3C151D
Tints of Rustic Red #3C151D
RGB
CMYK
RGB Variations
Color information
#3C151D (or 0x3C151D) is known color: Rustic Red. HEX triplet: 3C, 15 and 1D. RGB value is (60,21,29). Sum of RGB (Red+Green+Blue) = 60+21+29=110 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.55% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151D is #C3EAE2. Grayscale: #212121. Windows color (decimal): -12839651 or 1905980. OLE color: 1905980.
HSL color Cylindrical-coordinate representation of color #3C151D: hue angle of 347.69º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C151D is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 29 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.76 |
| HSL | 347.69º | 0.48% | 0.16% | - |
| HSV(B) | 347.69º | 0.65% | 0.24% | - |
| XYZ | 2.35 | 1.59 | 1.34 | - |
| YUV | 33.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 29 | 0 | 0.65 | 0.52 | 0.76 | 347.69 | 0.48 | 0.16 |
| Hex | 3C | 15 | 1D | 0 | 41 | 34 | 4C | 15C | 30 | 10 |
| Octal | 74 | 25 | 35 | 0 | 101 | 64 | 114 | 534 | 60 | 20 |
| Binary | 111100 | 10101 | 11101 | 0 | 1000001 | 110100 | 1001100 | 101011100 | 110000 | 10000 |
Color Harmonies of #3C151D
Complementary color
Monochromatic Colors of #3C151D
Black with #3C151D
Text Example
Text Example
White with #3C151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C151D; }
p { color: rgb(60,21,29); }
H1.HeaderClassName
{
color: #3C151D;
}
.AnyTagClassName
{
color: #3C151D;
}
</style>
background-color css
<style>
a { background-color: #3C151D; }
a { background-color: rgb(60,21,29); }
div.DivClassName
{
background-color: #3C151D;
}
.BgClassName
{
background-color: #3C151D;
}
</style>
border-color css
<style>
span { border-color: #3C151D; }
span { border-color: rgb(60,21,29); }
td.TdClassName
{
border-color: #3C151D;
}
.TagClassName
{
border-color: #3C151D;
}
</style>