Shades of Rustic Red #3C060B
Tints of Rustic Red #3C060B
RGB
CMYK
RGB Variations
Color information
#3C060B (or 0x3C060B) is known color: Rustic Red. HEX triplet: 3C, 06 and 0B. RGB value is (60,6,11). Sum of RGB (Red+Green+Blue) = 60+6+11=77 (10% of max value = 765). Red value is 60 (23.83% from 255 or 77.92% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 60 - color contains mainly: red. Hex color #3C060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C060B is #C3F9F4. Grayscale: #161616. Windows color (decimal): -12843509 or 722492. OLE color: 722492.
HSL color Cylindrical-coordinate representation of color #3C060B: hue angle of 354.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C060B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 6 | 11 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.76 |
| HSL | 354.44º | 0.82% | 0.13% | - |
| HSV(B) | 354.44º | 0.9% | 0.24% | - |
| XYZ | 1.99 | 1.12 | 0.43 | - |
| YUV | 22.72 | 121.39 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 6 | 11 | 0 | 0.90 | 0.82 | 0.76 | 354.44 | 0.82 | 0.13 |
| Hex | 3C | 6 | B | 0 | 5A | 52 | 4C | 162 | 52 | D |
| Octal | 74 | 6 | 13 | 0 | 132 | 122 | 114 | 542 | 122 | 15 |
| Binary | 111100 | 110 | 1011 | 0 | 1011010 | 1010010 | 1001100 | 101100010 | 1010010 | 1101 |
Color Harmonies of #3C060B
Complementary color
Monochromatic Colors of #3C060B
Black with #3C060B
Text Example
Text Example
White with #3C060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C060B; }
p { color: rgb(60,6,11); }
H1.HeaderClassName
{
color: #3C060B;
}
.AnyTagClassName
{
color: #3C060B;
}
</style>
background-color css
<style>
a { background-color: #3C060B; }
a { background-color: rgb(60,6,11); }
div.DivClassName
{
background-color: #3C060B;
}
.BgClassName
{
background-color: #3C060B;
}
</style>
border-color css
<style>
span { border-color: #3C060B; }
span { border-color: rgb(60,6,11); }
td.TdClassName
{
border-color: #3C060B;
}
.TagClassName
{
border-color: #3C060B;
}
</style>