Shades of Rustic Red #100306
Tints of Rustic Red #100306
RGB
CMYK
RGB Variations
Color information
#100306 (or 0x100306) is known color: Rustic Red. HEX triplet: 10, 03 and 06. RGB value is (16,3,6). Sum of RGB (Red+Green+Blue) = 16+3+6=25 (3% of max value = 765). Red value is 16 (6.64% from 255 or 64% from 25); Green value is 3 (1.56% from 255 or 12% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 16 - color contains mainly: red. Hex color #100306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100306 is #EFFCF9. Grayscale: #070707. Windows color (decimal): -15727866 or 394000. OLE color: 394000.
HSL color Cylindrical-coordinate representation of color #100306: hue angle of 346.15º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100306 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 3 | 6 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.94 |
| HSL | 346.15º | 0.68% | 0.04% | - |
| HSV(B) | 346.15º | 0.81% | 0.06% | - |
| XYZ | 0.28 | 0.19 | 0.19 | - |
| YUV | 7.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 3 | 6 | 0 | 0.81 | 0.62 | 0.94 | 346.15 | 0.68 | 0.04 |
| Hex | 10 | 3 | 6 | 0 | 51 | 3E | 5E | 15A | 44 | 4 |
| Octal | 20 | 3 | 6 | 0 | 121 | 76 | 136 | 532 | 104 | 4 |
| Binary | 10000 | 11 | 110 | 0 | 1010001 | 111110 | 1011110 | 101011010 | 1000100 | 100 |
Color Harmonies of #100306
Complementary color
Monochromatic Colors of #100306
Black with #100306
Text Example
Text Example
White with #100306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100306; }
p { color: rgb(16,3,6); }
H1.HeaderClassName
{
color: #100306;
}
.AnyTagClassName
{
color: #100306;
}
</style>
background-color css
<style>
a { background-color: #100306; }
a { background-color: rgb(16,3,6); }
div.DivClassName
{
background-color: #100306;
}
.BgClassName
{
background-color: #100306;
}
</style>
border-color css
<style>
span { border-color: #100306; }
span { border-color: rgb(16,3,6); }
td.TdClassName
{
border-color: #100306;
}
.TagClassName
{
border-color: #100306;
}
</style>