Shades of Rustic Red #3C0D18
Tints of Rustic Red #3C0D18
RGB
CMYK
RGB Variations
Color information
#3C0D18 (or 0x3C0D18) is known color: Rustic Red. HEX triplet: 3C, 0D and 18. RGB value is (60,13,24). Sum of RGB (Red+Green+Blue) = 60+13+24=97 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.86% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0D18 is #C3F2E7. Grayscale: #1C1C1C. Windows color (decimal): -12841704 or 1576252. OLE color: 1576252.
HSL color Cylindrical-coordinate representation of color #3C0D18: hue angle of 345.96º 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 #3C0D18 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 13 | 24 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.76 |
| HSL | 345.96º | 0.64% | 0.14% | - |
| HSV(B) | 345.96º | 0.78% | 0.24% | - |
| XYZ | 2.17 | 1.31 | 1 | - |
| YUV | 28.31 | 125.57 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 13 | 24 | 0 | 0.78 | 0.60 | 0.76 | 345.96 | 0.64 | 0.14 |
| Hex | 3C | D | 18 | 0 | 4E | 3C | 4C | 15A | 40 | E |
| Octal | 74 | 15 | 30 | 0 | 116 | 74 | 114 | 532 | 100 | 16 |
| Binary | 111100 | 1101 | 11000 | 0 | 1001110 | 111100 | 1001100 | 101011010 | 1000000 | 1110 |
Color Harmonies of #3C0D18
Complementary color
Monochromatic Colors of #3C0D18
Black with #3C0D18
Text Example
Text Example
White with #3C0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0D18; }
p { color: rgb(60,13,24); }
H1.HeaderClassName
{
color: #3C0D18;
}
.AnyTagClassName
{
color: #3C0D18;
}
</style>
background-color css
<style>
a { background-color: #3C0D18; }
a { background-color: rgb(60,13,24); }
div.DivClassName
{
background-color: #3C0D18;
}
.BgClassName
{
background-color: #3C0D18;
}
</style>
border-color css
<style>
span { border-color: #3C0D18; }
span { border-color: rgb(60,13,24); }
td.TdClassName
{
border-color: #3C0D18;
}
.TagClassName
{
border-color: #3C0D18;
}
</style>