Shades of Rustic Red #1C060F
Tints of Rustic Red #1C060F
RGB
CMYK
RGB Variations
Color information
#1C060F (or 0x1C060F) is known color: Rustic Red. HEX triplet: 1C, 06 and 0F. RGB value is (28,6,15). Sum of RGB (Red+Green+Blue) = 28+6+15=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 6 (2.73% from 255 or 12.24% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C060F is #E3F9F0. Grayscale: #0D0D0D. Windows color (decimal): -14940657 or 984604. OLE color: 984604.
HSL color Cylindrical-coordinate representation of color #1C060F: hue angle of 335.45º 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 #1C060F is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 15 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.89 |
| HSL | 335.45º | 0.65% | 0.07% | - |
| HSV(B) | 335.45º | 0.79% | 0.11% | - |
| XYZ | 0.63 | 0.41 | 0.5 | - |
| YUV | 13.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 15 | 0 | 0.79 | 0.46 | 0.89 | 335.45 | 0.65 | 0.07 |
| Hex | 1C | 6 | F | 0 | 4F | 2E | 59 | 14F | 41 | 7 |
| Octal | 34 | 6 | 17 | 0 | 117 | 56 | 131 | 517 | 101 | 7 |
| Binary | 11100 | 110 | 1111 | 0 | 1001111 | 101110 | 1011001 | 101001111 | 1000001 | 111 |
Color Harmonies of #1C060F
Complementary color
Monochromatic Colors of #1C060F
Black with #1C060F
Text Example
Text Example
White with #1C060F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C060F; }
p { color: rgb(28,6,15); }
H1.HeaderClassName
{
color: #1C060F;
}
.AnyTagClassName
{
color: #1C060F;
}
</style>
background-color css
<style>
a { background-color: #1C060F; }
a { background-color: rgb(28,6,15); }
div.DivClassName
{
background-color: #1C060F;
}
.BgClassName
{
background-color: #1C060F;
}
</style>
border-color css
<style>
span { border-color: #1C060F; }
span { border-color: rgb(28,6,15); }
td.TdClassName
{
border-color: #1C060F;
}
.TagClassName
{
border-color: #1C060F;
}
</style>