Shades of Rustic Red #3C0910
Tints of Rustic Red #3C0910
RGB
CMYK
RGB Variations
Color information
#3C0910 (or 0x3C0910) is known color: Rustic Red. HEX triplet: 3C, 09 and 10. RGB value is (60,9,16). Sum of RGB (Red+Green+Blue) = 60+9+16=85 (11% of max value = 765). Red value is 60 (23.83% from 255 or 70.59% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0910 is #C3F6EF. Grayscale: #191919. Windows color (decimal): -12842736 or 1050940. OLE color: 1050940.
HSL color Cylindrical-coordinate representation of color #3C0910: hue angle of 351.76º 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 #3C0910 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 16 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.76 |
| HSL | 351.76º | 0.74% | 0.14% | - |
| HSV(B) | 351.76º | 0.85% | 0.24% | - |
| XYZ | 2.05 | 1.19 | 0.61 | - |
| YUV | 25.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 16 | 0 | 0.85 | 0.73 | 0.76 | 351.76 | 0.74 | 0.14 |
| Hex | 3C | 9 | 10 | 0 | 55 | 49 | 4C | 160 | 4A | E |
| Octal | 74 | 11 | 20 | 0 | 125 | 111 | 114 | 540 | 112 | 16 |
| Binary | 111100 | 1001 | 10000 | 0 | 1010101 | 1001001 | 1001100 | 101100000 | 1001010 | 1110 |
Color Harmonies of #3C0910
Complementary color
Monochromatic Colors of #3C0910
Black with #3C0910
Text Example
Text Example
White with #3C0910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0910; }
p { color: rgb(60,9,16); }
H1.HeaderClassName
{
color: #3C0910;
}
.AnyTagClassName
{
color: #3C0910;
}
</style>
background-color css
<style>
a { background-color: #3C0910; }
a { background-color: rgb(60,9,16); }
div.DivClassName
{
background-color: #3C0910;
}
.BgClassName
{
background-color: #3C0910;
}
</style>
border-color css
<style>
span { border-color: #3C0910; }
span { border-color: rgb(60,9,16); }
td.TdClassName
{
border-color: #3C0910;
}
.TagClassName
{
border-color: #3C0910;
}
</style>