Shades of Rustic Red #3C101C
Tints of Rustic Red #3C101C
RGB
CMYK
RGB Variations
Color information
#3C101C (or 0x3C101C) is known color: Rustic Red. HEX triplet: 3C, 10 and 1C. RGB value is (60,16,28). Sum of RGB (Red+Green+Blue) = 60+16+28=104 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.69% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 60 - color contains mainly: red. Hex color #3C101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C101C is #C3EFE3. Grayscale: #1E1E1E. Windows color (decimal): -12840932 or 1839164. OLE color: 1839164.
HSL color Cylindrical-coordinate representation of color #3C101C: hue angle of 343.64º 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 #3C101C is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 28 | - |
| CMYK | 0 | 0.73 | 0.53 | 0.76 |
| HSL | 343.64º | 0.58% | 0.15% | - |
| HSV(B) | 343.64º | 0.73% | 0.24% | - |
| XYZ | 2.26 | 1.42 | 1.25 | - |
| YUV | 30.52 | 126.58 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 28 | 0 | 0.73 | 0.53 | 0.76 | 343.64 | 0.58 | 0.15 |
| Hex | 3C | 10 | 1C | 0 | 49 | 35 | 4C | 158 | 3A | F |
| Octal | 74 | 20 | 34 | 0 | 111 | 65 | 114 | 530 | 72 | 17 |
| Binary | 111100 | 10000 | 11100 | 0 | 1001001 | 110101 | 1001100 | 101011000 | 111010 | 1111 |
Color Harmonies of #3C101C
Complementary color
Monochromatic Colors of #3C101C
Black with #3C101C
Text Example
Text Example
White with #3C101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C101C; }
p { color: rgb(60,16,28); }
H1.HeaderClassName
{
color: #3C101C;
}
.AnyTagClassName
{
color: #3C101C;
}
</style>
background-color css
<style>
a { background-color: #3C101C; }
a { background-color: rgb(60,16,28); }
div.DivClassName
{
background-color: #3C101C;
}
.BgClassName
{
background-color: #3C101C;
}
</style>
border-color css
<style>
span { border-color: #3C101C; }
span { border-color: rgb(60,16,28); }
td.TdClassName
{
border-color: #3C101C;
}
.TagClassName
{
border-color: #3C101C;
}
</style>