Shades of Rustic Red #1C010A
Tints of Rustic Red #1C010A
RGB
CMYK
RGB Variations
Color information
#1C010A (or 0x1C010A) is known color: Rustic Red. HEX triplet: 1C, 01 and 0A. RGB value is (28,1,10). Sum of RGB (Red+Green+Blue) = 28+1+10=39 (5% of max value = 765). Red value is 28 (11.33% from 255 or 71.79% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 28 - color contains mainly: red. Hex color #1C010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C010A is #E3FEF5. Grayscale: #0A0A0A. Windows color (decimal): -14941942 or 655644. OLE color: 655644.
HSL color Cylindrical-coordinate representation of color #1C010A: hue angle of 340º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C010A is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 1 | 10 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.89 |
| HSL | 340º | 0.93% | 0.06% | - |
| HSV(B) | 340º | 0.96% | 0.11% | - |
| XYZ | 0.54 | 0.29 | 0.31 | - |
| YUV | 10.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 1 | 10 | 0 | 0.96 | 0.64 | 0.89 | 340 | 0.93 | 0.06 |
| Hex | 1C | 1 | A | 0 | 60 | 40 | 59 | 154 | 5D | 6 |
| Octal | 34 | 1 | 12 | 0 | 140 | 100 | 131 | 524 | 135 | 6 |
| Binary | 11100 | 1 | 1010 | 0 | 1100000 | 1000000 | 1011001 | 101010100 | 1011101 | 110 |
Color Harmonies of #1C010A
Complementary color
Monochromatic Colors of #1C010A
Black with #1C010A
Text Example
Text Example
White with #1C010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C010A; }
p { color: rgb(28,1,10); }
H1.HeaderClassName
{
color: #1C010A;
}
.AnyTagClassName
{
color: #1C010A;
}
</style>
background-color css
<style>
a { background-color: #1C010A; }
a { background-color: rgb(28,1,10); }
div.DivClassName
{
background-color: #1C010A;
}
.BgClassName
{
background-color: #1C010A;
}
</style>
border-color css
<style>
span { border-color: #1C010A; }
span { border-color: rgb(28,1,10); }
td.TdClassName
{
border-color: #1C010A;
}
.TagClassName
{
border-color: #1C010A;
}
</style>