Shades of Rustic Red #3C020E
Tints of Rustic Red #3C020E
RGB
CMYK
RGB Variations
Color information
#3C020E (or 0x3C020E) is known color: Rustic Red. HEX triplet: 3C, 02 and 0E. RGB value is (60,2,14). Sum of RGB (Red+Green+Blue) = 60+2+14=76 (10% of max value = 765). Red value is 60 (23.83% from 255 or 78.95% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 60 - color contains mainly: red. Hex color #3C020E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C020E is #C3FDF1. Grayscale: #141414. Windows color (decimal): -12844530 or 918076. OLE color: 918076.
HSL color Cylindrical-coordinate representation of color #3C020E: hue angle of 347.59º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C020E is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 2 | 14 | - |
| CMYK | 0 | 0.97 | 0.77 | 0.76 |
| HSL | 347.59º | 0.94% | 0.12% | - |
| HSV(B) | 347.59º | 0.97% | 0.24% | - |
| XYZ | 1.96 | 1.04 | 0.51 | - |
| YUV | 20.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 2 | 14 | 0 | 0.97 | 0.77 | 0.76 | 347.59 | 0.94 | 0.12 |
| Hex | 3C | 2 | E | 0 | 61 | 4D | 4C | 15C | 5E | C |
| Octal | 74 | 2 | 16 | 0 | 141 | 115 | 114 | 534 | 136 | 14 |
| Binary | 111100 | 10 | 1110 | 0 | 1100001 | 1001101 | 1001100 | 101011100 | 1011110 | 1100 |
Color Harmonies of #3C020E
Complementary color
Monochromatic Colors of #3C020E
Black with #3C020E
Text Example
Text Example
White with #3C020E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C020E; }
p { color: rgb(60,2,14); }
H1.HeaderClassName
{
color: #3C020E;
}
.AnyTagClassName
{
color: #3C020E;
}
</style>
background-color css
<style>
a { background-color: #3C020E; }
a { background-color: rgb(60,2,14); }
div.DivClassName
{
background-color: #3C020E;
}
.BgClassName
{
background-color: #3C020E;
}
</style>
border-color css
<style>
span { border-color: #3C020E; }
span { border-color: rgb(60,2,14); }
td.TdClassName
{
border-color: #3C020E;
}
.TagClassName
{
border-color: #3C020E;
}
</style>