Shades of Rustic Red #1C0711
Tints of Rustic Red #1C0711
RGB
CMYK
RGB Variations
Color information
#1C0711 (or 0x1C0711) is known color: Rustic Red. HEX triplet: 1C, 07 and 11. RGB value is (28,7,17). Sum of RGB (Red+Green+Blue) = 28+7+17=52 (6% of max value = 765). Red value is 28 (11.33% from 255 or 53.85% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 17 (7.03% from 255 or 32.69% from 52); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0711 is #E3F8EE. Grayscale: #0E0E0E. Windows color (decimal): -14940399 or 1115932. OLE color: 1115932.
HSL color Cylindrical-coordinate representation of color #1C0711: hue angle of 331.43º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C0711 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 17 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.89 |
| HSL | 331.43º | 0.6% | 0.07% | - |
| HSV(B) | 331.43º | 0.75% | 0.11% | - |
| XYZ | 0.66 | 0.44 | 0.58 | - |
| YUV | 14.42 | 129.46 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 17 | 0 | 0.75 | 0.39 | 0.89 | 331.43 | 0.6 | 0.07 |
| Hex | 1C | 7 | 11 | 0 | 4B | 27 | 59 | 14B | 3C | 7 |
| Octal | 34 | 7 | 21 | 0 | 113 | 47 | 131 | 513 | 74 | 7 |
| Binary | 11100 | 111 | 10001 | 0 | 1001011 | 100111 | 1011001 | 101001011 | 111100 | 111 |
Color Harmonies of #1C0711
Complementary color
Monochromatic Colors of #1C0711
Black with #1C0711
Text Example
Text Example
White with #1C0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0711; }
p { color: rgb(28,7,17); }
H1.HeaderClassName
{
color: #1C0711;
}
.AnyTagClassName
{
color: #1C0711;
}
</style>
background-color css
<style>
a { background-color: #1C0711; }
a { background-color: rgb(28,7,17); }
div.DivClassName
{
background-color: #1C0711;
}
.BgClassName
{
background-color: #1C0711;
}
</style>
border-color css
<style>
span { border-color: #1C0711; }
span { border-color: rgb(28,7,17); }
td.TdClassName
{
border-color: #1C0711;
}
.TagClassName
{
border-color: #1C0711;
}
</style>