Shades of Rustic Red #1C070F
Tints of Rustic Red #1C070F
RGB
CMYK
RGB Variations
Color information
#1C070F (or 0x1C070F) is known color: Rustic Red. HEX triplet: 1C, 07 and 0F. RGB value is (28,7,15). Sum of RGB (Red+Green+Blue) = 28+7+15=50 (6% of max value = 765). Red value is 28 (11.33% from 255 or 56% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 28 - color contains mainly: red. Hex color #1C070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C070F is #E3F8F0. Grayscale: #0E0E0E. Windows color (decimal): -14940401 or 984860. OLE color: 984860.
HSL color Cylindrical-coordinate representation of color #1C070F: hue angle of 337.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 #1C070F is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 15 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.89 |
| HSL | 337.14º | 0.6% | 0.07% | - |
| HSV(B) | 337.14º | 0.75% | 0.11% | - |
| XYZ | 0.64 | 0.43 | 0.5 | - |
| YUV | 14.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 15 | 0 | 0.75 | 0.46 | 0.89 | 337.14 | 0.6 | 0.07 |
| Hex | 1C | 7 | F | 0 | 4B | 2E | 59 | 151 | 3C | 7 |
| Octal | 34 | 7 | 17 | 0 | 113 | 56 | 131 | 521 | 74 | 7 |
| Binary | 11100 | 111 | 1111 | 0 | 1001011 | 101110 | 1011001 | 101010001 | 111100 | 111 |
Color Harmonies of #1C070F
Complementary color
Monochromatic Colors of #1C070F
Black with #1C070F
Text Example
Text Example
White with #1C070F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C070F; }
p { color: rgb(28,7,15); }
H1.HeaderClassName
{
color: #1C070F;
}
.AnyTagClassName
{
color: #1C070F;
}
</style>
background-color css
<style>
a { background-color: #1C070F; }
a { background-color: rgb(28,7,15); }
div.DivClassName
{
background-color: #1C070F;
}
.BgClassName
{
background-color: #1C070F;
}
</style>
border-color css
<style>
span { border-color: #1C070F; }
span { border-color: rgb(28,7,15); }
td.TdClassName
{
border-color: #1C070F;
}
.TagClassName
{
border-color: #1C070F;
}
</style>