Shades of Rustic Red #100104
Tints of Rustic Red #100104
RGB
CMYK
RGB Variations
Color information
#100104 (or 0x100104) is known color: Rustic Red. HEX triplet: 10, 01 and 04. RGB value is (16,1,4). Sum of RGB (Red+Green+Blue) = 16+1+4=21 (2% of max value = 765). Red value is 16 (6.64% from 255 or 76.19% from 21); Green value is 1 (0.78% from 255 or 4.76% from 21); Blue value is 4 (1.95% from 255 or 19.05% from 21); Max value from RGB is 16 - color contains mainly: red. Hex color #100104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100104 is #EFFEFB. Grayscale: #050505. Windows color (decimal): -15728380 or 262416. OLE color: 262416.
HSL color Cylindrical-coordinate representation of color #100104: hue angle of 348º 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 #100104 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 1 | 4 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.94 |
| HSL | 348º | 0.88% | 0.03% | - |
| HSV(B) | 348º | 0.94% | 0.06% | - |
| XYZ | 0.25 | 0.14 | 0.13 | - |
| YUV | 5.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 4 | 0 | 0.94 | 0.75 | 0.94 | 348 | 0.88 | 0.03 |
| Hex | 10 | 1 | 4 | 0 | 5E | 4B | 5E | 15C | 58 | 3 |
| Octal | 20 | 1 | 4 | 0 | 136 | 113 | 136 | 534 | 130 | 3 |
| Binary | 10000 | 1 | 100 | 0 | 1011110 | 1001011 | 1011110 | 101011100 | 1011000 | 11 |
Color Harmonies of #100104
Complementary color
Monochromatic Colors of #100104
Black with #100104
Text Example
Text Example
White with #100104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100104; }
p { color: rgb(16,1,4); }
H1.HeaderClassName
{
color: #100104;
}
.AnyTagClassName
{
color: #100104;
}
</style>
background-color css
<style>
a { background-color: #100104; }
a { background-color: rgb(16,1,4); }
div.DivClassName
{
background-color: #100104;
}
.BgClassName
{
background-color: #100104;
}
</style>
border-color css
<style>
span { border-color: #100104; }
span { border-color: rgb(16,1,4); }
td.TdClassName
{
border-color: #100104;
}
.TagClassName
{
border-color: #100104;
}
</style>