Shades of Rustic Red #3C0001
Tints of Rustic Red #3C0001
RGB
CMYK
RGB Variations
Color information
#3C0001 (or 0x3C0001) is known color: Rustic Red. HEX triplet: 3C, 00 and 01. RGB value is (60,0,1). Sum of RGB (Red+Green+Blue) = 60+0+1=61 (8% of max value = 765). Red value is 60 (23.83% from 255 or 98.36% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0001 is #C3FFFE. Grayscale: #121212. Windows color (decimal): -12845055 or 65596. OLE color: 65596.
HSL color Cylindrical-coordinate representation of color #3C0001: hue angle of 359º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3C0001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 0 | 1 | - |
| CMYK | 0 | 1 | 0.98 | 0.76 |
| HSL | 359º | 1% | 0.12% | - |
| HSV(B) | 359º | 1% | 0.24% | - |
| XYZ | 1.87 | 0.96 | 0.12 | - |
| YUV | 18.05 | 118.38 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 0 | 1 | 0 | 1 | 0.98 | 0.76 | 359 | 1 | 0.12 |
| Hex | 3C | 0 | 1 | 0 | 64 | 62 | 4C | 167 | 64 | C |
| Octal | 74 | 0 | 1 | 0 | 144 | 142 | 114 | 547 | 144 | 14 |
| Binary | 111100 | 0 | 1 | 0 | 1100100 | 1100010 | 1001100 | 101100111 | 1100100 | 1100 |
Color Harmonies of #3C0001
Complementary color
Monochromatic Colors of #3C0001
Black with #3C0001
Text Example
Text Example
White with #3C0001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0001; }
p { color: rgb(60,0,1); }
H1.HeaderClassName
{
color: #3C0001;
}
.AnyTagClassName
{
color: #3C0001;
}
</style>
background-color css
<style>
a { background-color: #3C0001; }
a { background-color: rgb(60,0,1); }
div.DivClassName
{
background-color: #3C0001;
}
.BgClassName
{
background-color: #3C0001;
}
</style>
border-color css
<style>
span { border-color: #3C0001; }
span { border-color: rgb(60,0,1); }
td.TdClassName
{
border-color: #3C0001;
}
.TagClassName
{
border-color: #3C0001;
}
</style>