Shades of Rustic Red #1C080A
Tints of Rustic Red #1C080A
RGB
CMYK
RGB Variations
Color information
#1C080A (or 0x1C080A) is known color: Rustic Red. HEX triplet: 1C, 08 and 0A. RGB value is (28,8,10). Sum of RGB (Red+Green+Blue) = 28+8+10=46 (6% of max value = 765). Red value is 28 (11.33% from 255 or 60.87% from 46); Green value is 8 (3.52% from 255 or 17.39% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 28 - color contains mainly: red. Hex color #1C080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C080A is #E3F7F5. Grayscale: #0E0E0E. Windows color (decimal): -14940150 or 657436. OLE color: 657436.
HSL color Cylindrical-coordinate representation of color #1C080A: hue angle of 354º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C080A is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 10 | - |
| CMYK | 0 | 0.71 | 0.64 | 0.89 |
| HSL | 354º | 0.56% | 0.07% | - |
| HSV(B) | 354º | 0.71% | 0.11% | - |
| XYZ | 0.62 | 0.44 | 0.34 | - |
| YUV | 14.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 10 | 0 | 0.71 | 0.64 | 0.89 | 354 | 0.56 | 0.07 |
| Hex | 1C | 8 | A | 0 | 47 | 40 | 59 | 162 | 38 | 7 |
| Octal | 34 | 10 | 12 | 0 | 107 | 100 | 131 | 542 | 70 | 7 |
| Binary | 11100 | 1000 | 1010 | 0 | 1000111 | 1000000 | 1011001 | 101100010 | 111000 | 111 |
Color Harmonies of #1C080A
Complementary color
Monochromatic Colors of #1C080A
Black with #1C080A
Text Example
Text Example
White with #1C080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C080A; }
p { color: rgb(28,8,10); }
H1.HeaderClassName
{
color: #1C080A;
}
.AnyTagClassName
{
color: #1C080A;
}
</style>
background-color css
<style>
a { background-color: #1C080A; }
a { background-color: rgb(28,8,10); }
div.DivClassName
{
background-color: #1C080A;
}
.BgClassName
{
background-color: #1C080A;
}
</style>
border-color css
<style>
span { border-color: #1C080A; }
span { border-color: rgb(28,8,10); }
td.TdClassName
{
border-color: #1C080A;
}
.TagClassName
{
border-color: #1C080A;
}
</style>