Shades of Rustic Red #1C000D
Tints of Rustic Red #1C000D
RGB
CMYK
RGB Variations
Color information
#1C000D (or 0x1C000D) is known color: Rustic Red. HEX triplet: 1C, 00 and 0D. RGB value is (28,0,13). Sum of RGB (Red+Green+Blue) = 28+0+13=41 (5% of max value = 765). Red value is 28 (11.33% from 255 or 68.29% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000D is #E3FFF2. Grayscale: #090909. Windows color (decimal): -14942195 or 851996. OLE color: 851996.
HSL color Cylindrical-coordinate representation of color #1C000D: hue angle of 332.14º 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 #1C000D is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.54 | 0.89 |
| HSL | 332.14º | 1% | 0.05% | - |
| HSV(B) | 332.14º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.28 | 0.4 | - |
| YUV | 9.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 13 | 0 | 1 | 0.54 | 0.89 | 332.14 | 1 | 0.05 |
| Hex | 1C | 0 | D | 0 | 64 | 36 | 59 | 14C | 64 | 5 |
| Octal | 34 | 0 | 15 | 0 | 144 | 66 | 131 | 514 | 144 | 5 |
| Binary | 11100 | 0 | 1101 | 0 | 1100100 | 110110 | 1011001 | 101001100 | 1100100 | 101 |
Color Harmonies of #1C000D
Complementary color
Monochromatic Colors of #1C000D
Black with #1C000D
Text Example
Text Example
White with #1C000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C000D; }
p { color: rgb(28,0,13); }
H1.HeaderClassName
{
color: #1C000D;
}
.AnyTagClassName
{
color: #1C000D;
}
</style>
background-color css
<style>
a { background-color: #1C000D; }
a { background-color: rgb(28,0,13); }
div.DivClassName
{
background-color: #1C000D;
}
.BgClassName
{
background-color: #1C000D;
}
</style>
border-color css
<style>
span { border-color: #1C000D; }
span { border-color: rgb(28,0,13); }
td.TdClassName
{
border-color: #1C000D;
}
.TagClassName
{
border-color: #1C000D;
}
</style>