Shades of Rustic Red #3C091A
Tints of Rustic Red #3C091A
RGB
CMYK
RGB Variations
Color information
#3C091A (or 0x3C091A) is known color: Rustic Red. HEX triplet: 3C, 09 and 1A. RGB value is (60,9,26). Sum of RGB (Red+Green+Blue) = 60+9+26=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 26 (10.55% from 255 or 27.37% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C091A is #C3F6E5. Grayscale: #1A1A1A. Windows color (decimal): -12842726 or 1706300. OLE color: 1706300.
HSL color Cylindrical-coordinate representation of color #3C091A: hue angle of 340º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3C091A is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 9 | 26 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.76 |
| HSL | 340º | 0.74% | 0.14% | - |
| HSV(B) | 340º | 0.85% | 0.24% | - |
| XYZ | 2.15 | 1.23 | 1.1 | - |
| YUV | 26.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 9 | 26 | 0 | 0.85 | 0.57 | 0.76 | 340 | 0.74 | 0.14 |
| Hex | 3C | 9 | 1A | 0 | 55 | 39 | 4C | 154 | 4A | E |
| Octal | 74 | 11 | 32 | 0 | 125 | 71 | 114 | 524 | 112 | 16 |
| Binary | 111100 | 1001 | 11010 | 0 | 1010101 | 111001 | 1001100 | 101010100 | 1001010 | 1110 |
Color Harmonies of #3C091A
Complementary color
Monochromatic Colors of #3C091A
Black with #3C091A
Text Example
Text Example
White with #3C091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C091A; }
p { color: rgb(60,9,26); }
H1.HeaderClassName
{
color: #3C091A;
}
.AnyTagClassName
{
color: #3C091A;
}
</style>
background-color css
<style>
a { background-color: #3C091A; }
a { background-color: rgb(60,9,26); }
div.DivClassName
{
background-color: #3C091A;
}
.BgClassName
{
background-color: #3C091A;
}
</style>
border-color css
<style>
span { border-color: #3C091A; }
span { border-color: rgb(60,9,26); }
td.TdClassName
{
border-color: #3C091A;
}
.TagClassName
{
border-color: #3C091A;
}
</style>