Shades of Rustic Red #1C0708
Tints of Rustic Red #1C0708
RGB
CMYK
RGB Variations
Color information
#1C0708 (or 0x1C0708) is known color: Rustic Red. HEX triplet: 1C, 07 and 08. RGB value is (28,7,8). Sum of RGB (Red+Green+Blue) = 28+7+8=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0708 is #E3F8F7. Grayscale: #0D0D0D. Windows color (decimal): -14940408 or 526108. OLE color: 526108.
HSL color Cylindrical-coordinate representation of color #1C0708: hue angle of 357.14º 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 #1C0708 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 8 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.89 |
| HSL | 357.14º | 0.6% | 0.07% | - |
| HSV(B) | 357.14º | 0.75% | 0.11% | - |
| XYZ | 0.6 | 0.42 | 0.28 | - |
| YUV | 13.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 8 | 0 | 0.75 | 0.71 | 0.89 | 357.14 | 0.6 | 0.07 |
| Hex | 1C | 7 | 8 | 0 | 4B | 47 | 59 | 165 | 3C | 7 |
| Octal | 34 | 7 | 10 | 0 | 113 | 107 | 131 | 545 | 74 | 7 |
| Binary | 11100 | 111 | 1000 | 0 | 1001011 | 1000111 | 1011001 | 101100101 | 111100 | 111 |
Color Harmonies of #1C0708
Complementary color
Monochromatic Colors of #1C0708
Black with #1C0708
Text Example
Text Example
White with #1C0708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0708; }
p { color: rgb(28,7,8); }
H1.HeaderClassName
{
color: #1C0708;
}
.AnyTagClassName
{
color: #1C0708;
}
</style>
background-color css
<style>
a { background-color: #1C0708; }
a { background-color: rgb(28,7,8); }
div.DivClassName
{
background-color: #1C0708;
}
.BgClassName
{
background-color: #1C0708;
}
</style>
border-color css
<style>
span { border-color: #1C0708; }
span { border-color: rgb(28,7,8); }
td.TdClassName
{
border-color: #1C0708;
}
.TagClassName
{
border-color: #1C0708;
}
</style>