Shades of Rustic Red #3C1518
Tints of Rustic Red #3C1518
RGB
CMYK
RGB Variations
Color information
#3C1518 (or 0x3C1518) is known color: Rustic Red. HEX triplet: 3C, 15 and 18. RGB value is (60,21,24). Sum of RGB (Red+Green+Blue) = 60+21+24=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1518 is #C3EAE7. Grayscale: #212121. Windows color (decimal): -12839656 or 1578300. OLE color: 1578300.
HSL color Cylindrical-coordinate representation of color #3C1518: hue angle of 355.38º 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 #3C1518 is Cyan = 0, Magento = 0.65, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 24 | - |
| CMYK | 0 | 0.65 | 0.60 | 0.76 |
| HSL | 355.38º | 0.48% | 0.16% | - |
| HSV(B) | 355.38º | 0.65% | 0.24% | - |
| XYZ | 2.3 | 1.56 | 1.04 | - |
| YUV | 33 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 24 | 0 | 0.65 | 0.60 | 0.76 | 355.38 | 0.48 | 0.16 |
| Hex | 3C | 15 | 18 | 0 | 41 | 3C | 4C | 163 | 30 | 10 |
| Octal | 74 | 25 | 30 | 0 | 101 | 74 | 114 | 543 | 60 | 20 |
| Binary | 111100 | 10101 | 11000 | 0 | 1000001 | 111100 | 1001100 | 101100011 | 110000 | 10000 |
Color Harmonies of #3C1518
Complementary color
Monochromatic Colors of #3C1518
Black with #3C1518
Text Example
Text Example
White with #3C1518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1518; }
p { color: rgb(60,21,24); }
H1.HeaderClassName
{
color: #3C1518;
}
.AnyTagClassName
{
color: #3C1518;
}
</style>
background-color css
<style>
a { background-color: #3C1518; }
a { background-color: rgb(60,21,24); }
div.DivClassName
{
background-color: #3C1518;
}
.BgClassName
{
background-color: #3C1518;
}
</style>
border-color css
<style>
span { border-color: #3C1518; }
span { border-color: rgb(60,21,24); }
td.TdClassName
{
border-color: #3C1518;
}
.TagClassName
{
border-color: #3C1518;
}
</style>