Shades of Rustic Red #3C090C
Tints of Rustic Red #3C090C
RGB
CMYK
RGB Variations
Color information
#3C090C (or 0x3C090C) is known color: Rustic Red. HEX triplet: 3C, 09 and 0C. RGB value is (60,9,12). Sum of RGB (Red+Green+Blue) = 60+9+12=81 (10% of max value = 765). Red value is 60 (23.83% from 255 or 74.07% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 60 - color contains mainly: red. Hex color #3C090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C090C is #C3F6F3. Grayscale: #181818. Windows color (decimal): -12842740 or 788796. OLE color: 788796.
HSL color Cylindrical-coordinate representation of color #3C090C: hue angle of 356.47º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C090C is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 12 | - |
| CMYK | 0 | 0.85 | 0.80 | 0.76 |
| HSL | 356.47º | 0.74% | 0.14% | - |
| HSV(B) | 356.47º | 0.85% | 0.24% | - |
| XYZ | 2.03 | 1.18 | 0.47 | - |
| YUV | 24.59 | 120.9 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 12 | 0 | 0.85 | 0.80 | 0.76 | 356.47 | 0.74 | 0.14 |
| Hex | 3C | 9 | C | 0 | 55 | 50 | 4C | 164 | 4A | E |
| Octal | 74 | 11 | 14 | 0 | 125 | 120 | 114 | 544 | 112 | 16 |
| Binary | 111100 | 1001 | 1100 | 0 | 1010101 | 1010000 | 1001100 | 101100100 | 1001010 | 1110 |
Color Harmonies of #3C090C
Complementary color
Monochromatic Colors of #3C090C
Black with #3C090C
Text Example
Text Example
White with #3C090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C090C; }
p { color: rgb(60,9,12); }
H1.HeaderClassName
{
color: #3C090C;
}
.AnyTagClassName
{
color: #3C090C;
}
</style>
background-color css
<style>
a { background-color: #3C090C; }
a { background-color: rgb(60,9,12); }
div.DivClassName
{
background-color: #3C090C;
}
.BgClassName
{
background-color: #3C090C;
}
</style>
border-color css
<style>
span { border-color: #3C090C; }
span { border-color: rgb(60,9,12); }
td.TdClassName
{
border-color: #3C090C;
}
.TagClassName
{
border-color: #3C090C;
}
</style>