Shades of Rustic Red #3C1019
Tints of Rustic Red #3C1019
RGB
CMYK
RGB Variations
Color information
#3C1019 (or 0x3C1019) is known color: Rustic Red. HEX triplet: 3C, 10 and 19. RGB value is (60,16,25). Sum of RGB (Red+Green+Blue) = 60+16+25=101 (13% of max value = 765). Red value is 60 (23.83% from 255 or 59.41% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C1019 is #C3EFE6. Grayscale: #1E1E1E. Windows color (decimal): -12840935 or 1642556. OLE color: 1642556.
HSL color Cylindrical-coordinate representation of color #3C1019: hue angle of 347.73º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C1019 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 25 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.76 |
| HSL | 347.73º | 0.58% | 0.15% | - |
| HSV(B) | 347.73º | 0.73% | 0.24% | - |
| XYZ | 2.22 | 1.4 | 1.07 | - |
| YUV | 30.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 25 | 0 | 0.73 | 0.58 | 0.76 | 347.73 | 0.58 | 0.15 |
| Hex | 3C | 10 | 19 | 0 | 49 | 3A | 4C | 15C | 3A | F |
| Octal | 74 | 20 | 31 | 0 | 111 | 72 | 114 | 534 | 72 | 17 |
| Binary | 111100 | 10000 | 11001 | 0 | 1001001 | 111010 | 1001100 | 101011100 | 111010 | 1111 |
Color Harmonies of #3C1019
Complementary color
Monochromatic Colors of #3C1019
Black with #3C1019
Text Example
Text Example
White with #3C1019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1019; }
p { color: rgb(60,16,25); }
H1.HeaderClassName
{
color: #3C1019;
}
.AnyTagClassName
{
color: #3C1019;
}
</style>
background-color css
<style>
a { background-color: #3C1019; }
a { background-color: rgb(60,16,25); }
div.DivClassName
{
background-color: #3C1019;
}
.BgClassName
{
background-color: #3C1019;
}
</style>
border-color css
<style>
span { border-color: #3C1019; }
span { border-color: rgb(60,16,25); }
td.TdClassName
{
border-color: #3C1019;
}
.TagClassName
{
border-color: #3C1019;
}
</style>