Shades of Rustic Red #3C111C
Tints of Rustic Red #3C111C
RGB
CMYK
RGB Variations
Color information
#3C111C (or 0x3C111C) is known color: Rustic Red. HEX triplet: 3C, 11 and 1C. RGB value is (60,17,28). Sum of RGB (Red+Green+Blue) = 60+17+28=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C111C is #C3EEE3. Grayscale: #1F1F1F. Windows color (decimal): -12840676 or 1839420. OLE color: 1839420.
HSL color Cylindrical-coordinate representation of color #3C111C: hue angle of 344.65º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C111C is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 28 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.76 |
| HSL | 344.65º | 0.56% | 0.15% | - |
| HSV(B) | 344.65º | 0.72% | 0.24% | - |
| XYZ | 2.27 | 1.45 | 1.26 | - |
| YUV | 31.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 28 | 0 | 0.72 | 0.53 | 0.76 | 344.65 | 0.56 | 0.15 |
| Hex | 3C | 11 | 1C | 0 | 48 | 35 | 4C | 159 | 38 | F |
| Octal | 74 | 21 | 34 | 0 | 110 | 65 | 114 | 531 | 70 | 17 |
| Binary | 111100 | 10001 | 11100 | 0 | 1001000 | 110101 | 1001100 | 101011001 | 111000 | 1111 |
Color Harmonies of #3C111C
Complementary color
Monochromatic Colors of #3C111C
Black with #3C111C
Text Example
Text Example
White with #3C111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C111C; }
p { color: rgb(60,17,28); }
H1.HeaderClassName
{
color: #3C111C;
}
.AnyTagClassName
{
color: #3C111C;
}
</style>
background-color css
<style>
a { background-color: #3C111C; }
a { background-color: rgb(60,17,28); }
div.DivClassName
{
background-color: #3C111C;
}
.BgClassName
{
background-color: #3C111C;
}
</style>
border-color css
<style>
span { border-color: #3C111C; }
span { border-color: rgb(60,17,28); }
td.TdClassName
{
border-color: #3C111C;
}
.TagClassName
{
border-color: #3C111C;
}
</style>