Shades of Rustic Red #3C000C
Tints of Rustic Red #3C000C
RGB
CMYK
RGB Variations
Color information
#3C000C (or 0x3C000C) is known color: Rustic Red. HEX triplet: 3C, 00 and 0C. RGB value is (60,0,12). Sum of RGB (Red+Green+Blue) = 60+0+12=72 (9% of max value = 765). Red value is 60 (23.83% from 255 or 83.33% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 60 - color contains mainly: red. Hex color #3C000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C000C is #C3FFF3. Grayscale: #131313. Windows color (decimal): -12845044 or 786492. OLE color: 786492.
HSL color Cylindrical-coordinate representation of color #3C000C: hue angle of 348º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C000C is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.80 | 0.76 |
| HSL | 348º | 1% | 0.12% | - |
| HSV(B) | 348º | 1% | 0.24% | - |
| XYZ | 1.93 | 0.99 | 0.44 | - |
| YUV | 19.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 12 | 0 | 1 | 0.80 | 0.76 | 348 | 1 | 0.12 |
| Hex | 3C | 0 | C | 0 | 64 | 50 | 4C | 15C | 64 | C |
| Octal | 74 | 0 | 14 | 0 | 144 | 120 | 114 | 534 | 144 | 14 |
| Binary | 111100 | 0 | 1100 | 0 | 1100100 | 1010000 | 1001100 | 101011100 | 1100100 | 1100 |
Color Harmonies of #3C000C
Complementary color
Monochromatic Colors of #3C000C
Black with #3C000C
Text Example
Text Example
White with #3C000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C000C; }
p { color: rgb(60,0,12); }
H1.HeaderClassName
{
color: #3C000C;
}
.AnyTagClassName
{
color: #3C000C;
}
</style>
background-color css
<style>
a { background-color: #3C000C; }
a { background-color: rgb(60,0,12); }
div.DivClassName
{
background-color: #3C000C;
}
.BgClassName
{
background-color: #3C000C;
}
</style>
border-color css
<style>
span { border-color: #3C000C; }
span { border-color: rgb(60,0,12); }
td.TdClassName
{
border-color: #3C000C;
}
.TagClassName
{
border-color: #3C000C;
}
</style>