Shades of Rustic Red #1C0206
Tints of Rustic Red #1C0206
RGB
CMYK
RGB Variations
Color information
#1C0206 (or 0x1C0206) is known color: Rustic Red. HEX triplet: 1C, 02 and 06. RGB value is (28,2,6). Sum of RGB (Red+Green+Blue) = 28+2+6=36 (4% of max value = 765). Red value is 28 (11.33% from 255 or 77.78% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 6 (2.73% from 255 or 16.67% from 36); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0206 is #E3FDF9. Grayscale: #0A0A0A. Windows color (decimal): -14941690 or 393756. OLE color: 393756.
HSL color Cylindrical-coordinate representation of color #1C0206: hue angle of 350.77º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C0206 is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 2 | 6 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.89 |
| HSL | 350.77º | 0.87% | 0.06% | - |
| HSV(B) | 350.77º | 0.93% | 0.11% | - |
| XYZ | 0.53 | 0.3 | 0.2 | - |
| YUV | 10.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 2 | 6 | 0 | 0.93 | 0.79 | 0.89 | 350.77 | 0.87 | 0.06 |
| Hex | 1C | 2 | 6 | 0 | 5D | 4F | 59 | 15F | 57 | 6 |
| Octal | 34 | 2 | 6 | 0 | 135 | 117 | 131 | 537 | 127 | 6 |
| Binary | 11100 | 10 | 110 | 0 | 1011101 | 1001111 | 1011001 | 101011111 | 1010111 | 110 |
Color Harmonies of #1C0206
Complementary color
Monochromatic Colors of #1C0206
Black with #1C0206
Text Example
Text Example
White with #1C0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0206; }
p { color: rgb(28,2,6); }
H1.HeaderClassName
{
color: #1C0206;
}
.AnyTagClassName
{
color: #1C0206;
}
</style>
background-color css
<style>
a { background-color: #1C0206; }
a { background-color: rgb(28,2,6); }
div.DivClassName
{
background-color: #1C0206;
}
.BgClassName
{
background-color: #1C0206;
}
</style>
border-color css
<style>
span { border-color: #1C0206; }
span { border-color: rgb(28,2,6); }
td.TdClassName
{
border-color: #1C0206;
}
.TagClassName
{
border-color: #1C0206;
}
</style>