Shades of Rustic Red #1C070A
Tints of Rustic Red #1C070A
RGB
CMYK
RGB Variations
Color information
#1C070A (or 0x1C070A) is known color: Rustic Red. HEX triplet: 1C, 07 and 0A. RGB value is (28,7,10). Sum of RGB (Red+Green+Blue) = 28+7+10=45 (5% of max value = 765). Red value is 28 (11.33% from 255 or 62.22% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 10 (4.30% from 255 or 22.22% from 45); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070A is #E3F8F5. Grayscale: #0D0D0D. Windows color (decimal): -14940406 or 657180. OLE color: 657180.
HSL color Cylindrical-coordinate representation of color #1C070A: hue angle of 351.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 #1C070A is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 10 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.89 |
| HSL | 351.43º | 0.6% | 0.07% | - |
| HSV(B) | 351.43º | 0.75% | 0.11% | - |
| XYZ | 0.61 | 0.42 | 0.34 | - |
| YUV | 13.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 10 | 0 | 0.75 | 0.64 | 0.89 | 351.43 | 0.6 | 0.07 |
| Hex | 1C | 7 | A | 0 | 4B | 40 | 59 | 15F | 3C | 7 |
| Octal | 34 | 7 | 12 | 0 | 113 | 100 | 131 | 537 | 74 | 7 |
| Binary | 11100 | 111 | 1010 | 0 | 1001011 | 1000000 | 1011001 | 101011111 | 111100 | 111 |
Color Harmonies of #1C070A
Complementary color
Monochromatic Colors of #1C070A
Black with #1C070A
Text Example
Text Example
White with #1C070A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C070A; }
p { color: rgb(28,7,10); }
H1.HeaderClassName
{
color: #1C070A;
}
.AnyTagClassName
{
color: #1C070A;
}
</style>
background-color css
<style>
a { background-color: #1C070A; }
a { background-color: rgb(28,7,10); }
div.DivClassName
{
background-color: #1C070A;
}
.BgClassName
{
background-color: #1C070A;
}
</style>
border-color css
<style>
span { border-color: #1C070A; }
span { border-color: rgb(28,7,10); }
td.TdClassName
{
border-color: #1C070A;
}
.TagClassName
{
border-color: #1C070A;
}
</style>