Shades of Rustic Red #100109
Tints of Rustic Red #100109
RGB
CMYK
RGB Variations
Color information
#100109 (or 0x100109) is known color: Rustic Red. HEX triplet: 10, 01 and 09. RGB value is (16,1,9). Sum of RGB (Red+Green+Blue) = 16+1+9=26 (3% of max value = 765). Red value is 16 (6.64% from 255 or 61.54% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 9 (3.91% from 255 or 34.62% from 26); Max value from RGB is 16 - color contains mainly: red. Hex color #100109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100109 is #EFFEF6. Grayscale: #060606. Windows color (decimal): -15728375 or 590096. OLE color: 590096.
HSL color Cylindrical-coordinate representation of color #100109: hue angle of 328º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100109 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 1 | 9 | - |
| CMYK | 0 | 0.94 | 0.44 | 0.94 |
| HSL | 328º | 0.88% | 0.03% | - |
| HSV(B) | 328º | 0.94% | 0.06% | - |
| XYZ | 0.27 | 0.15 | 0.27 | - |
| YUV | 6.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 9 | 0 | 0.94 | 0.44 | 0.94 | 328 | 0.88 | 0.03 |
| Hex | 10 | 1 | 9 | 0 | 5E | 2C | 5E | 148 | 58 | 3 |
| Octal | 20 | 1 | 11 | 0 | 136 | 54 | 136 | 510 | 130 | 3 |
| Binary | 10000 | 1 | 1001 | 0 | 1011110 | 101100 | 1011110 | 101001000 | 1011000 | 11 |
Color Harmonies of #100109
Complementary color
Monochromatic Colors of #100109
Black with #100109
Text Example
Text Example
White with #100109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100109; }
p { color: rgb(16,1,9); }
H1.HeaderClassName
{
color: #100109;
}
.AnyTagClassName
{
color: #100109;
}
</style>
background-color css
<style>
a { background-color: #100109; }
a { background-color: rgb(16,1,9); }
div.DivClassName
{
background-color: #100109;
}
.BgClassName
{
background-color: #100109;
}
</style>
border-color css
<style>
span { border-color: #100109; }
span { border-color: rgb(16,1,9); }
td.TdClassName
{
border-color: #100109;
}
.TagClassName
{
border-color: #100109;
}
</style>