Shades of Rustic Red #3C0915
Tints of Rustic Red #3C0915
RGB
CMYK
RGB Variations
Color information
#3C0915 (or 0x3C0915) is known color: Rustic Red. HEX triplet: 3C, 09 and 15. RGB value is (60,9,21). Sum of RGB (Red+Green+Blue) = 60+9+21=90 (11% of max value = 765). Red value is 60 (23.83% from 255 or 66.67% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0915 is #C3F6EA. Grayscale: #191919. Windows color (decimal): -12842731 or 1378620. OLE color: 1378620.
HSL color Cylindrical-coordinate representation of color #3C0915: hue angle of 345.88º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C0915 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 21 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.76 |
| HSL | 345.88º | 0.74% | 0.14% | - |
| HSV(B) | 345.88º | 0.85% | 0.24% | - |
| XYZ | 2.1 | 1.21 | 0.83 | - |
| YUV | 25.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 21 | 0 | 0.85 | 0.65 | 0.76 | 345.88 | 0.74 | 0.14 |
| Hex | 3C | 9 | 15 | 0 | 55 | 41 | 4C | 15A | 4A | E |
| Octal | 74 | 11 | 25 | 0 | 125 | 101 | 114 | 532 | 112 | 16 |
| Binary | 111100 | 1001 | 10101 | 0 | 1010101 | 1000001 | 1001100 | 101011010 | 1001010 | 1110 |
Color Harmonies of #3C0915
Complementary color
Monochromatic Colors of #3C0915
Black with #3C0915
Text Example
Text Example
White with #3C0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0915; }
p { color: rgb(60,9,21); }
H1.HeaderClassName
{
color: #3C0915;
}
.AnyTagClassName
{
color: #3C0915;
}
</style>
background-color css
<style>
a { background-color: #3C0915; }
a { background-color: rgb(60,9,21); }
div.DivClassName
{
background-color: #3C0915;
}
.BgClassName
{
background-color: #3C0915;
}
</style>
border-color css
<style>
span { border-color: #3C0915; }
span { border-color: rgb(60,9,21); }
td.TdClassName
{
border-color: #3C0915;
}
.TagClassName
{
border-color: #3C0915;
}
</style>