Shades of Rustic Red #3C0D15
Tints of Rustic Red #3C0D15
RGB
CMYK
RGB Variations
Color information
#3C0D15 (or 0x3C0D15) is known color: Rustic Red. HEX triplet: 3C, 0D and 15. RGB value is (60,13,21). Sum of RGB (Red+Green+Blue) = 60+13+21=94 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.83% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D15 is #C3F2EA. Grayscale: #1B1B1B. Windows color (decimal): -12841707 or 1379644. OLE color: 1379644.
HSL color Cylindrical-coordinate representation of color #3C0D15: hue angle of 349.79º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C0D15 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 21 | - |
| CMYK | 0 | 0.78 | 0.65 | 0.76 |
| HSL | 349.79º | 0.64% | 0.14% | - |
| HSV(B) | 349.79º | 0.78% | 0.24% | - |
| XYZ | 2.14 | 1.3 | 0.85 | - |
| YUV | 27.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 21 | 0 | 0.78 | 0.65 | 0.76 | 349.79 | 0.64 | 0.14 |
| Hex | 3C | D | 15 | 0 | 4E | 41 | 4C | 15E | 40 | E |
| Octal | 74 | 15 | 25 | 0 | 116 | 101 | 114 | 536 | 100 | 16 |
| Binary | 111100 | 1101 | 10101 | 0 | 1001110 | 1000001 | 1001100 | 101011110 | 1000000 | 1110 |
Color Harmonies of #3C0D15
Complementary color
Monochromatic Colors of #3C0D15
Black with #3C0D15
Text Example
Text Example
White with #3C0D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D15; }
p { color: rgb(60,13,21); }
H1.HeaderClassName
{
color: #3C0D15;
}
.AnyTagClassName
{
color: #3C0D15;
}
</style>
background-color css
<style>
a { background-color: #3C0D15; }
a { background-color: rgb(60,13,21); }
div.DivClassName
{
background-color: #3C0D15;
}
.BgClassName
{
background-color: #3C0D15;
}
</style>
border-color css
<style>
span { border-color: #3C0D15; }
span { border-color: rgb(60,13,21); }
td.TdClassName
{
border-color: #3C0D15;
}
.TagClassName
{
border-color: #3C0D15;
}
</style>