Shades of Rustic Red #3C151B
Tints of Rustic Red #3C151B
RGB
CMYK
RGB Variations
Color information
#3C151B (or 0x3C151B) is known color: Rustic Red. HEX triplet: 3C, 15 and 1B. RGB value is (60,21,27). Sum of RGB (Red+Green+Blue) = 60+21+27=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151B is #C3EAE4. Grayscale: #212121. Windows color (decimal): -12839653 or 1774908. OLE color: 1774908.
HSL color Cylindrical-coordinate representation of color #3C151B: hue angle of 350.77º 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 #3C151B is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 27 | - |
| CMYK | 0 | 0.65 | 0.55 | 0.76 |
| HSL | 350.77º | 0.48% | 0.16% | - |
| HSV(B) | 350.77º | 0.65% | 0.24% | - |
| XYZ | 2.33 | 1.58 | 1.22 | - |
| YUV | 33.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 27 | 0 | 0.65 | 0.55 | 0.76 | 350.77 | 0.48 | 0.16 |
| Hex | 3C | 15 | 1B | 0 | 41 | 37 | 4C | 15F | 30 | 10 |
| Octal | 74 | 25 | 33 | 0 | 101 | 67 | 114 | 537 | 60 | 20 |
| Binary | 111100 | 10101 | 11011 | 0 | 1000001 | 110111 | 1001100 | 101011111 | 110000 | 10000 |
Color Harmonies of #3C151B
Complementary color
Monochromatic Colors of #3C151B
Black with #3C151B
Text Example
Text Example
White with #3C151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C151B; }
p { color: rgb(60,21,27); }
H1.HeaderClassName
{
color: #3C151B;
}
.AnyTagClassName
{
color: #3C151B;
}
</style>
background-color css
<style>
a { background-color: #3C151B; }
a { background-color: rgb(60,21,27); }
div.DivClassName
{
background-color: #3C151B;
}
.BgClassName
{
background-color: #3C151B;
}
</style>
border-color css
<style>
span { border-color: #3C151B; }
span { border-color: rgb(60,21,27); }
td.TdClassName
{
border-color: #3C151B;
}
.TagClassName
{
border-color: #3C151B;
}
</style>