Shades of Rustic Red #3C0F11
Tints of Rustic Red #3C0F11
RGB
CMYK
RGB Variations
Color information
#3C0F11 (or 0x3C0F11) is known color: Rustic Red. HEX triplet: 3C, 0F and 11. RGB value is (60,15,17). Sum of RGB (Red+Green+Blue) = 60+15+17=92 (12% of max value = 765). Red value is 60 (23.83% from 255 or 65.22% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F11 is #C3F0EE. Grayscale: #1C1C1C. Windows color (decimal): -12841199 or 1118012. OLE color: 1118012.
HSL color Cylindrical-coordinate representation of color #3C0F11: hue angle of 357.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C0F11 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 15 | 17 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.76 |
| HSL | 357.33º | 0.6% | 0.15% | - |
| HSV(B) | 357.33º | 0.75% | 0.24% | - |
| XYZ | 2.14 | 1.34 | 0.68 | - |
| YUV | 28.68 | 121.41 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 15 | 17 | 0 | 0.75 | 0.72 | 0.76 | 357.33 | 0.6 | 0.15 |
| Hex | 3C | F | 11 | 0 | 4B | 48 | 4C | 165 | 3C | F |
| Octal | 74 | 17 | 21 | 0 | 113 | 110 | 114 | 545 | 74 | 17 |
| Binary | 111100 | 1111 | 10001 | 0 | 1001011 | 1001000 | 1001100 | 101100101 | 111100 | 1111 |
Color Harmonies of #3C0F11
Complementary color
Monochromatic Colors of #3C0F11
Black with #3C0F11
Text Example
Text Example
White with #3C0F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0F11; }
p { color: rgb(60,15,17); }
H1.HeaderClassName
{
color: #3C0F11;
}
.AnyTagClassName
{
color: #3C0F11;
}
</style>
background-color css
<style>
a { background-color: #3C0F11; }
a { background-color: rgb(60,15,17); }
div.DivClassName
{
background-color: #3C0F11;
}
.BgClassName
{
background-color: #3C0F11;
}
</style>
border-color css
<style>
span { border-color: #3C0F11; }
span { border-color: rgb(60,15,17); }
td.TdClassName
{
border-color: #3C0F11;
}
.TagClassName
{
border-color: #3C0F11;
}
</style>