Shades of Rustic Red #3C0A1A
Tints of Rustic Red #3C0A1A
RGB
CMYK
RGB Variations
Color information
#3C0A1A (or 0x3C0A1A) is known color: Rustic Red. HEX triplet: 3C, 0A and 1A. RGB value is (60,10,26). Sum of RGB (Red+Green+Blue) = 60+10+26=96 (12% of max value = 765). Red value is 60 (23.83% from 255 or 62.5% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0A1A is #C3F5E5. Grayscale: #1A1A1A. Windows color (decimal): -12842470 or 1706556. OLE color: 1706556.
HSL color Cylindrical-coordinate representation of color #3C0A1A: hue angle of 340.8º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3C0A1A is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 10 | 26 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.76 |
| HSL | 340.8º | 0.71% | 0.14% | - |
| HSV(B) | 340.8º | 0.83% | 0.24% | - |
| XYZ | 2.16 | 1.25 | 1.11 | - |
| YUV | 26.77 | 127.57 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 10 | 26 | 0 | 0.83 | 0.57 | 0.76 | 340.8 | 0.71 | 0.14 |
| Hex | 3C | A | 1A | 0 | 53 | 39 | 4C | 155 | 47 | E |
| Octal | 74 | 12 | 32 | 0 | 123 | 71 | 114 | 525 | 107 | 16 |
| Binary | 111100 | 1010 | 11010 | 0 | 1010011 | 111001 | 1001100 | 101010101 | 1000111 | 1110 |
Color Harmonies of #3C0A1A
Complementary color
Monochromatic Colors of #3C0A1A
Black with #3C0A1A
Text Example
Text Example
White with #3C0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0A1A; }
p { color: rgb(60,10,26); }
H1.HeaderClassName
{
color: #3C0A1A;
}
.AnyTagClassName
{
color: #3C0A1A;
}
</style>
background-color css
<style>
a { background-color: #3C0A1A; }
a { background-color: rgb(60,10,26); }
div.DivClassName
{
background-color: #3C0A1A;
}
.BgClassName
{
background-color: #3C0A1A;
}
</style>
border-color css
<style>
span { border-color: #3C0A1A; }
span { border-color: rgb(60,10,26); }
td.TdClassName
{
border-color: #3C0A1A;
}
.TagClassName
{
border-color: #3C0A1A;
}
</style>