Shades of Rustic Red #10070C
Tints of Rustic Red #10070C
RGB
CMYK
RGB Variations
Color information
#10070C (or 0x10070C) is known color: Rustic Red. HEX triplet: 10, 07 and 0C. RGB value is (16,7,12). Sum of RGB (Red+Green+Blue) = 16+7+12=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10070C is #EFF8F3. Grayscale: #0A0A0A. Windows color (decimal): -15726836 or 788240. OLE color: 788240.
HSL color Cylindrical-coordinate representation of color #10070C: hue angle of 326.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10070C is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 12 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.94 |
| HSL | 326.67º | 0.39% | 0.05% | - |
| HSV(B) | 326.67º | 0.56% | 0.06% | - |
| XYZ | 0.36 | 0.29 | 0.38 | - |
| YUV | 10.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 12 | 0 | 0.56 | 0.25 | 0.94 | 326.67 | 0.39 | 0.05 |
| Hex | 10 | 7 | C | 0 | 38 | 19 | 5E | 147 | 27 | 5 |
| Octal | 20 | 7 | 14 | 0 | 70 | 31 | 136 | 507 | 47 | 5 |
| Binary | 10000 | 111 | 1100 | 0 | 111000 | 11001 | 1011110 | 101000111 | 100111 | 101 |
Color Harmonies of #10070C
Complementary color
Monochromatic Colors of #10070C
Black with #10070C
Text Example
Text Example
White with #10070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10070C; }
p { color: rgb(16,7,12); }
H1.HeaderClassName
{
color: #10070C;
}
.AnyTagClassName
{
color: #10070C;
}
</style>
background-color css
<style>
a { background-color: #10070C; }
a { background-color: rgb(16,7,12); }
div.DivClassName
{
background-color: #10070C;
}
.BgClassName
{
background-color: #10070C;
}
</style>
border-color css
<style>
span { border-color: #10070C; }
span { border-color: rgb(16,7,12); }
td.TdClassName
{
border-color: #10070C;
}
.TagClassName
{
border-color: #10070C;
}
</style>