Shades of Rustic Red #10090A
Tints of Rustic Red #10090A
RGB
CMYK
RGB Variations
Color information
#10090A (or 0x10090A) is known color: Rustic Red. HEX triplet: 10, 09 and 0A. RGB value is (16,9,10). Sum of RGB (Red+Green+Blue) = 16+9+10=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 10 (4.30% from 255 or 28.57% from 35); Max value from RGB is 16 - color contains mainly: red. Hex color #10090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10090A is #EFF6F5. Grayscale: #0B0B0B. Windows color (decimal): -15726326 or 657680. OLE color: 657680.
HSL color Cylindrical-coordinate representation of color #10090A: hue angle of 351.43º 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 #10090A is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 9 | 10 | - |
| CMYK | 0 | 0.44 | 0.37 | 0.94 |
| HSL | 351.43º | 0.28% | 0.05% | - |
| HSV(B) | 351.43º | 0.44% | 0.06% | - |
| XYZ | 0.37 | 0.33 | 0.33 | - |
| YUV | 11.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 10 | 0 | 0.44 | 0.37 | 0.94 | 351.43 | 0.28 | 0.05 |
| Hex | 10 | 9 | A | 0 | 2C | 25 | 5E | 15F | 1C | 5 |
| Octal | 20 | 11 | 12 | 0 | 54 | 45 | 136 | 537 | 34 | 5 |
| Binary | 10000 | 1001 | 1010 | 0 | 101100 | 100101 | 1011110 | 101011111 | 11100 | 101 |
Color Harmonies of #10090A
Complementary color
Monochromatic Colors of #10090A
Black with #10090A
Text Example
Text Example
White with #10090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10090A; }
p { color: rgb(16,9,10); }
H1.HeaderClassName
{
color: #10090A;
}
.AnyTagClassName
{
color: #10090A;
}
</style>
background-color css
<style>
a { background-color: #10090A; }
a { background-color: rgb(16,9,10); }
div.DivClassName
{
background-color: #10090A;
}
.BgClassName
{
background-color: #10090A;
}
</style>
border-color css
<style>
span { border-color: #10090A; }
span { border-color: rgb(16,9,10); }
td.TdClassName
{
border-color: #10090A;
}
.TagClassName
{
border-color: #10090A;
}
</style>