Shades of Rustic Red #100607
Tints of Rustic Red #100607
RGB
CMYK
RGB Variations
Color information
#100607 (or 0x100607) is known color: Rustic Red. HEX triplet: 10, 06 and 07. RGB value is (16,6,7). Sum of RGB (Red+Green+Blue) = 16+6+7=29 (3% of max value = 765). Red value is 16 (6.64% from 255 or 55.17% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 7 (3.12% from 255 or 24.14% from 29); Max value from RGB is 16 - color contains mainly: red. Hex color #100607 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100607 is #EFF9F8. Grayscale: #090909. Windows color (decimal): -15727097 or 460304. OLE color: 460304.
HSL color Cylindrical-coordinate representation of color #100607: hue angle of 354º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #100607 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 6 | 7 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.94 |
| HSL | 354º | 0.45% | 0.04% | - |
| HSV(B) | 354º | 0.63% | 0.06% | - |
| XYZ | 0.32 | 0.26 | 0.23 | - |
| YUV | 9.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 7 | 0 | 0.62 | 0.56 | 0.94 | 354 | 0.45 | 0.04 |
| Hex | 10 | 6 | 7 | 0 | 3E | 38 | 5E | 162 | 2D | 4 |
| Octal | 20 | 6 | 7 | 0 | 76 | 70 | 136 | 542 | 55 | 4 |
| Binary | 10000 | 110 | 111 | 0 | 111110 | 111000 | 1011110 | 101100010 | 101101 | 100 |
Color Harmonies of #100607
Complementary color
Monochromatic Colors of #100607
Black with #100607
Text Example
Text Example
White with #100607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100607; }
p { color: rgb(16,6,7); }
H1.HeaderClassName
{
color: #100607;
}
.AnyTagClassName
{
color: #100607;
}
</style>
background-color css
<style>
a { background-color: #100607; }
a { background-color: rgb(16,6,7); }
div.DivClassName
{
background-color: #100607;
}
.BgClassName
{
background-color: #100607;
}
</style>
border-color css
<style>
span { border-color: #100607; }
span { border-color: rgb(16,6,7); }
td.TdClassName
{
border-color: #100607;
}
.TagClassName
{
border-color: #100607;
}
</style>