Shades of Rustic Red #1C060C
Tints of Rustic Red #1C060C
RGB
CMYK
RGB Variations
Color information
#1C060C (or 0x1C060C) is known color: Rustic Red. HEX triplet: 1C, 06 and 0C. RGB value is (28,6,12). Sum of RGB (Red+Green+Blue) = 28+6+12=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C060C is #E3F9F3. Grayscale: #0D0D0D. Windows color (decimal): -14940660 or 787996. OLE color: 787996.
HSL color Cylindrical-coordinate representation of color #1C060C: hue angle of 343.64º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1C060C is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 12 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.89 |
| HSL | 343.64º | 0.65% | 0.07% | - |
| HSV(B) | 343.64º | 0.79% | 0.11% | - |
| XYZ | 0.61 | 0.4 | 0.39 | - |
| YUV | 13.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 12 | 0 | 0.79 | 0.57 | 0.89 | 343.64 | 0.65 | 0.07 |
| Hex | 1C | 6 | C | 0 | 4F | 39 | 59 | 158 | 41 | 7 |
| Octal | 34 | 6 | 14 | 0 | 117 | 71 | 131 | 530 | 101 | 7 |
| Binary | 11100 | 110 | 1100 | 0 | 1001111 | 111001 | 1011001 | 101011000 | 1000001 | 111 |
Color Harmonies of #1C060C
Complementary color
Monochromatic Colors of #1C060C
Black with #1C060C
Text Example
Text Example
White with #1C060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C060C; }
p { color: rgb(28,6,12); }
H1.HeaderClassName
{
color: #1C060C;
}
.AnyTagClassName
{
color: #1C060C;
}
</style>
background-color css
<style>
a { background-color: #1C060C; }
a { background-color: rgb(28,6,12); }
div.DivClassName
{
background-color: #1C060C;
}
.BgClassName
{
background-color: #1C060C;
}
</style>
border-color css
<style>
span { border-color: #1C060C; }
span { border-color: rgb(28,6,12); }
td.TdClassName
{
border-color: #1C060C;
}
.TagClassName
{
border-color: #1C060C;
}
</style>