Shades of Rustic Red #3C111A
Tints of Rustic Red #3C111A
RGB
CMYK
RGB Variations
Color information
#3C111A (or 0x3C111A) is known color: Rustic Red. HEX triplet: 3C, 11 and 1A. RGB value is (60,17,26). Sum of RGB (Red+Green+Blue) = 60+17+26=103 (13% of max value = 765). Red value is 60 (23.83% from 255 or 58.25% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 60 - color contains mainly: red. Hex color #3C111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C111A is #C3EEE5. Grayscale: #1E1E1E. Windows color (decimal): -12840678 or 1708348. OLE color: 1708348.
HSL color Cylindrical-coordinate representation of color #3C111A: hue angle of 347.44º 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 #3C111A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 17 | 26 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.76 |
| HSL | 347.44º | 0.56% | 0.15% | - |
| HSV(B) | 347.44º | 0.72% | 0.24% | - |
| XYZ | 2.25 | 1.44 | 1.14 | - |
| YUV | 30.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 17 | 26 | 0 | 0.72 | 0.57 | 0.76 | 347.44 | 0.56 | 0.15 |
| Hex | 3C | 11 | 1A | 0 | 48 | 39 | 4C | 15B | 38 | F |
| Octal | 74 | 21 | 32 | 0 | 110 | 71 | 114 | 533 | 70 | 17 |
| Binary | 111100 | 10001 | 11010 | 0 | 1001000 | 111001 | 1001100 | 101011011 | 111000 | 1111 |
Color Harmonies of #3C111A
Complementary color
Monochromatic Colors of #3C111A
Black with #3C111A
Text Example
Text Example
White with #3C111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C111A; }
p { color: rgb(60,17,26); }
H1.HeaderClassName
{
color: #3C111A;
}
.AnyTagClassName
{
color: #3C111A;
}
</style>
background-color css
<style>
a { background-color: #3C111A; }
a { background-color: rgb(60,17,26); }
div.DivClassName
{
background-color: #3C111A;
}
.BgClassName
{
background-color: #3C111A;
}
</style>
border-color css
<style>
span { border-color: #3C111A; }
span { border-color: rgb(60,17,26); }
td.TdClassName
{
border-color: #3C111A;
}
.TagClassName
{
border-color: #3C111A;
}
</style>