Shades of Rustic Red #1C000B
Tints of Rustic Red #1C000B
RGB
CMYK
RGB Variations
Color information
#1C000B (or 0x1C000B) is known color: Rustic Red. HEX triplet: 1C, 00 and 0B. RGB value is (28,0,11). Sum of RGB (Red+Green+Blue) = 28+0+11=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C000B is #E3FFF4. Grayscale: #090909. Windows color (decimal): -14942197 or 720924. OLE color: 720924.
HSL color Cylindrical-coordinate representation of color #1C000B: hue angle of 336.43º 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 #1C000B is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.61 | 0.89 |
| HSL | 336.43º | 1% | 0.05% | - |
| HSV(B) | 336.43º | 1% | 0.11% | - |
| XYZ | 0.54 | 0.27 | 0.34 | - |
| YUV | 9.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 11 | 0 | 1 | 0.61 | 0.89 | 336.43 | 1 | 0.05 |
| Hex | 1C | 0 | B | 0 | 64 | 3D | 59 | 150 | 64 | 5 |
| Octal | 34 | 0 | 13 | 0 | 144 | 75 | 131 | 520 | 144 | 5 |
| Binary | 11100 | 0 | 1011 | 0 | 1100100 | 111101 | 1011001 | 101010000 | 1100100 | 101 |
Color Harmonies of #1C000B
Complementary color
Monochromatic Colors of #1C000B
Black with #1C000B
Text Example
Text Example
White with #1C000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C000B; }
p { color: rgb(28,0,11); }
H1.HeaderClassName
{
color: #1C000B;
}
.AnyTagClassName
{
color: #1C000B;
}
</style>
background-color css
<style>
a { background-color: #1C000B; }
a { background-color: rgb(28,0,11); }
div.DivClassName
{
background-color: #1C000B;
}
.BgClassName
{
background-color: #1C000B;
}
</style>
border-color css
<style>
span { border-color: #1C000B; }
span { border-color: rgb(28,0,11); }
td.TdClassName
{
border-color: #1C000B;
}
.TagClassName
{
border-color: #1C000B;
}
</style>