Shades of Rustic Red #100103
Tints of Rustic Red #100103
RGB
CMYK
RGB Variations
Color information
#100103 (or 0x100103) is known color: Rustic Red. HEX triplet: 10, 01 and 03. RGB value is (16,1,3). Sum of RGB (Red+Green+Blue) = 16+1+3=20 (2% of max value = 765). Red value is 16 (6.64% from 255 or 80% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 16 - color contains mainly: red. Hex color #100103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100103 is #EFFEFC. Grayscale: #050505. Windows color (decimal): -15728381 or 196880. OLE color: 196880.
HSL color Cylindrical-coordinate representation of color #100103: hue angle of 352º 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 #100103 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 1 | 3 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.94 |
| HSL | 352º | 0.88% | 0.03% | - |
| HSV(B) | 352º | 0.94% | 0.06% | - |
| XYZ | 0.24 | 0.14 | 0.1 | - |
| YUV | 5.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 3 | 0 | 0.94 | 0.81 | 0.94 | 352 | 0.88 | 0.03 |
| Hex | 10 | 1 | 3 | 0 | 5E | 51 | 5E | 160 | 58 | 3 |
| Octal | 20 | 1 | 3 | 0 | 136 | 121 | 136 | 540 | 130 | 3 |
| Binary | 10000 | 1 | 11 | 0 | 1011110 | 1010001 | 1011110 | 101100000 | 1011000 | 11 |
Color Harmonies of #100103
Complementary color
Monochromatic Colors of #100103
Black with #100103
Text Example
Text Example
White with #100103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100103; }
p { color: rgb(16,1,3); }
H1.HeaderClassName
{
color: #100103;
}
.AnyTagClassName
{
color: #100103;
}
</style>
background-color css
<style>
a { background-color: #100103; }
a { background-color: rgb(16,1,3); }
div.DivClassName
{
background-color: #100103;
}
.BgClassName
{
background-color: #100103;
}
</style>
border-color css
<style>
span { border-color: #100103; }
span { border-color: rgb(16,1,3); }
td.TdClassName
{
border-color: #100103;
}
.TagClassName
{
border-color: #100103;
}
</style>