Shades of Rustic Red #10090C
Tints of Rustic Red #10090C
RGB
CMYK
RGB Variations
Color information
#10090C (or 0x10090C) is known color: Rustic Red. HEX triplet: 10, 09 and 0C. RGB value is (16,9,12). Sum of RGB (Red+Green+Blue) = 16+9+12=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 12 (5.08% from 255 or 32.43% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #10090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090C is #EFF6F3. Grayscale: #0B0B0B. Windows color (decimal): -15726324 or 788752. OLE color: 788752.
HSL color Cylindrical-coordinate representation of color #10090C: hue angle of 334.29º degrees, saturation: 0.28, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #10090C is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 9 | 12 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.94 |
| HSL | 334.29º | 0.28% | 0.05% | - |
| HSV(B) | 334.29º | 0.44% | 0.06% | - |
| XYZ | 0.38 | 0.33 | 0.39 | - |
| YUV | 11.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 12 | 0 | 0.44 | 0.25 | 0.94 | 334.29 | 0.28 | 0.05 |
| Hex | 10 | 9 | C | 0 | 2C | 19 | 5E | 14E | 1C | 5 |
| Octal | 20 | 11 | 14 | 0 | 54 | 31 | 136 | 516 | 34 | 5 |
| Binary | 10000 | 1001 | 1100 | 0 | 101100 | 11001 | 1011110 | 101001110 | 11100 | 101 |
Color Harmonies of #10090C
Complementary color
Monochromatic Colors of #10090C
Black with #10090C
Text Example
Text Example
White with #10090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10090C; }
p { color: rgb(16,9,12); }
H1.HeaderClassName
{
color: #10090C;
}
.AnyTagClassName
{
color: #10090C;
}
</style>
background-color css
<style>
a { background-color: #10090C; }
a { background-color: rgb(16,9,12); }
div.DivClassName
{
background-color: #10090C;
}
.BgClassName
{
background-color: #10090C;
}
</style>
border-color css
<style>
span { border-color: #10090C; }
span { border-color: rgb(16,9,12); }
td.TdClassName
{
border-color: #10090C;
}
.TagClassName
{
border-color: #10090C;
}
</style>