Shades of Rustic Red #1C0607
Tints of Rustic Red #1C0607
RGB
CMYK
RGB Variations
Color information
#1C0607 (or 0x1C0607) is known color: Rustic Red. HEX triplet: 1C, 06 and 07. RGB value is (28,6,7). Sum of RGB (Red+Green+Blue) = 28+6+7=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 7 (3.12% from 255 or 17.07% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0607 is #E3F9F8. Grayscale: #0C0C0C. Windows color (decimal): -14940665 or 460316. OLE color: 460316.
HSL color Cylindrical-coordinate representation of color #1C0607: hue angle of 357.27º 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 #1C0607 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 6 | 7 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.89 |
| HSL | 357.27º | 0.65% | 0.07% | - |
| HSV(B) | 357.27º | 0.79% | 0.11% | - |
| XYZ | 0.58 | 0.39 | 0.25 | - |
| YUV | 12.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 6 | 7 | 0 | 0.79 | 0.75 | 0.89 | 357.27 | 0.65 | 0.07 |
| Hex | 1C | 6 | 7 | 0 | 4F | 4B | 59 | 165 | 41 | 7 |
| Octal | 34 | 6 | 7 | 0 | 117 | 113 | 131 | 545 | 101 | 7 |
| Binary | 11100 | 110 | 111 | 0 | 1001111 | 1001011 | 1011001 | 101100101 | 1000001 | 111 |
Color Harmonies of #1C0607
Complementary color
Monochromatic Colors of #1C0607
Black with #1C0607
Text Example
Text Example
White with #1C0607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0607; }
p { color: rgb(28,6,7); }
H1.HeaderClassName
{
color: #1C0607;
}
.AnyTagClassName
{
color: #1C0607;
}
</style>
background-color css
<style>
a { background-color: #1C0607; }
a { background-color: rgb(28,6,7); }
div.DivClassName
{
background-color: #1C0607;
}
.BgClassName
{
background-color: #1C0607;
}
</style>
border-color css
<style>
span { border-color: #1C0607; }
span { border-color: rgb(28,6,7); }
td.TdClassName
{
border-color: #1C0607;
}
.TagClassName
{
border-color: #1C0607;
}
</style>