Shades of Rustic Red #3C0115
Tints of Rustic Red #3C0115
RGB
CMYK
RGB Variations
Color information
#3C0115 (or 0x3C0115) is known color: Rustic Red. HEX triplet: 3C, 01 and 15. RGB value is (60,1,21). Sum of RGB (Red+Green+Blue) = 60+1+21=82 (10% of max value = 765). Red value is 60 (23.83% from 255 or 73.17% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0115 is #C3FEEA. Grayscale: #141414. Windows color (decimal): -12844779 or 1376572. OLE color: 1376572.
HSL color Cylindrical-coordinate representation of color #3C0115: hue angle of 339.66º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0115 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 1 | 21 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.76 |
| HSL | 339.66º | 0.97% | 0.12% | - |
| HSV(B) | 339.66º | 0.98% | 0.24% | - |
| XYZ | 2.01 | 1.04 | 0.8 | - |
| YUV | 20.92 | 128.05 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 1 | 21 | 0 | 0.98 | 0.65 | 0.76 | 339.66 | 0.97 | 0.12 |
| Hex | 3C | 1 | 15 | 0 | 62 | 41 | 4C | 154 | 61 | C |
| Octal | 74 | 1 | 25 | 0 | 142 | 101 | 114 | 524 | 141 | 14 |
| Binary | 111100 | 1 | 10101 | 0 | 1100010 | 1000001 | 1001100 | 101010100 | 1100001 | 1100 |
Color Harmonies of #3C0115
Complementary color
Monochromatic Colors of #3C0115
Black with #3C0115
Text Example
Text Example
White with #3C0115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0115; }
p { color: rgb(60,1,21); }
H1.HeaderClassName
{
color: #3C0115;
}
.AnyTagClassName
{
color: #3C0115;
}
</style>
background-color css
<style>
a { background-color: #3C0115; }
a { background-color: rgb(60,1,21); }
div.DivClassName
{
background-color: #3C0115;
}
.BgClassName
{
background-color: #3C0115;
}
</style>
border-color css
<style>
span { border-color: #3C0115; }
span { border-color: rgb(60,1,21); }
td.TdClassName
{
border-color: #3C0115;
}
.TagClassName
{
border-color: #3C0115;
}
</style>