Shades of Rustic Red #1C010C
Tints of Rustic Red #1C010C
RGB
CMYK
RGB Variations
Color information
#1C010C (or 0x1C010C) is known color: Rustic Red. HEX triplet: 1C, 01 and 0C. RGB value is (28,1,12). Sum of RGB (Red+Green+Blue) = 28+1+12=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010C is #E3FEF3. Grayscale: #0A0A0A. Windows color (decimal): -14941940 or 786716. OLE color: 786716.
HSL color Cylindrical-coordinate representation of color #1C010C: hue angle of 335.56º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C010C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 1 | 12 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.89 |
| HSL | 335.56º | 0.93% | 0.06% | - |
| HSV(B) | 335.56º | 0.96% | 0.11% | - |
| XYZ | 0.56 | 0.3 | 0.38 | - |
| YUV | 10.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 12 | 0 | 0.96 | 0.57 | 0.89 | 335.56 | 0.93 | 0.06 |
| Hex | 1C | 1 | C | 0 | 60 | 39 | 59 | 150 | 5D | 6 |
| Octal | 34 | 1 | 14 | 0 | 140 | 71 | 131 | 520 | 135 | 6 |
| Binary | 11100 | 1 | 1100 | 0 | 1100000 | 111001 | 1011001 | 101010000 | 1011101 | 110 |
Color Harmonies of #1C010C
Complementary color
Monochromatic Colors of #1C010C
Black with #1C010C
Text Example
Text Example
White with #1C010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C010C; }
p { color: rgb(28,1,12); }
H1.HeaderClassName
{
color: #1C010C;
}
.AnyTagClassName
{
color: #1C010C;
}
</style>
background-color css
<style>
a { background-color: #1C010C; }
a { background-color: rgb(28,1,12); }
div.DivClassName
{
background-color: #1C010C;
}
.BgClassName
{
background-color: #1C010C;
}
</style>
border-color css
<style>
span { border-color: #1C010C; }
span { border-color: rgb(28,1,12); }
td.TdClassName
{
border-color: #1C010C;
}
.TagClassName
{
border-color: #1C010C;
}
</style>