Shades of Rustic Red #1C000C
Tints of Rustic Red #1C000C
RGB
CMYK
RGB Variations
Color information
#1C000C (or 0x1C000C) is known color: Rustic Red. HEX triplet: 1C, 00 and 0C. RGB value is (28,0,12). Sum of RGB (Red+Green+Blue) = 28+0+12=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000C is #E3FFF3. Grayscale: #090909. Windows color (decimal): -14942196 or 786460. OLE color: 786460.
HSL color Cylindrical-coordinate representation of color #1C000C: hue angle of 334.29º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C000C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.57 | 0.89 |
| HSL | 334.29º | 1% | 0.05% | - |
| HSV(B) | 334.29º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.27 | 0.37 | - |
| YUV | 9.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 12 | 0 | 1 | 0.57 | 0.89 | 334.29 | 1 | 0.05 |
| Hex | 1C | 0 | C | 0 | 64 | 39 | 59 | 14E | 64 | 5 |
| Octal | 34 | 0 | 14 | 0 | 144 | 71 | 131 | 516 | 144 | 5 |
| Binary | 11100 | 0 | 1100 | 0 | 1100100 | 111001 | 1011001 | 101001110 | 1100100 | 101 |
Color Harmonies of #1C000C
Complementary color
Monochromatic Colors of #1C000C
Black with #1C000C
Text Example
Text Example
White with #1C000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C000C; }
p { color: rgb(28,0,12); }
H1.HeaderClassName
{
color: #1C000C;
}
.AnyTagClassName
{
color: #1C000C;
}
</style>
background-color css
<style>
a { background-color: #1C000C; }
a { background-color: rgb(28,0,12); }
div.DivClassName
{
background-color: #1C000C;
}
.BgClassName
{
background-color: #1C000C;
}
</style>
border-color css
<style>
span { border-color: #1C000C; }
span { border-color: rgb(28,0,12); }
td.TdClassName
{
border-color: #1C000C;
}
.TagClassName
{
border-color: #1C000C;
}
</style>