Shades of Rustic Red #3C060E
Tints of Rustic Red #3C060E
RGB
CMYK
RGB Variations
Color information
#3C060E (or 0x3C060E) is known color: Rustic Red. HEX triplet: 3C, 06 and 0E. RGB value is (60,6,14). Sum of RGB (Red+Green+Blue) = 60+6+14=80 (10% of max value = 765). Red value is 60 (23.83% from 255 or 75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 60 - color contains mainly: red. Hex color #3C060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C060E is #C3F9F1. Grayscale: #171717. Windows color (decimal): -12843506 or 919100. OLE color: 919100.
HSL color Cylindrical-coordinate representation of color #3C060E: hue angle of 351.11º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C060E is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 6 | 14 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.76 |
| HSL | 351.11º | 0.82% | 0.13% | - |
| HSV(B) | 351.11º | 0.9% | 0.24% | - |
| XYZ | 2.01 | 1.12 | 0.53 | - |
| YUV | 23.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 14 | 0 | 0.90 | 0.77 | 0.76 | 351.11 | 0.82 | 0.13 |
| Hex | 3C | 6 | E | 0 | 5A | 4D | 4C | 15F | 52 | D |
| Octal | 74 | 6 | 16 | 0 | 132 | 115 | 114 | 537 | 122 | 15 |
| Binary | 111100 | 110 | 1110 | 0 | 1011010 | 1001101 | 1001100 | 101011111 | 1010010 | 1101 |
Color Harmonies of #3C060E
Complementary color
Monochromatic Colors of #3C060E
Black with #3C060E
Text Example
Text Example
White with #3C060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C060E; }
p { color: rgb(60,6,14); }
H1.HeaderClassName
{
color: #3C060E;
}
.AnyTagClassName
{
color: #3C060E;
}
</style>
background-color css
<style>
a { background-color: #3C060E; }
a { background-color: rgb(60,6,14); }
div.DivClassName
{
background-color: #3C060E;
}
.BgClassName
{
background-color: #3C060E;
}
</style>
border-color css
<style>
span { border-color: #3C060E; }
span { border-color: rgb(60,6,14); }
td.TdClassName
{
border-color: #3C060E;
}
.TagClassName
{
border-color: #3C060E;
}
</style>