Shades of Rustic Red #100708
Tints of Rustic Red #100708
RGB
CMYK
RGB Variations
Color information
#100708 (or 0x100708) is known color: Rustic Red. HEX triplet: 10, 07 and 08. RGB value is (16,7,8). Sum of RGB (Red+Green+Blue) = 16+7+8=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 7 (3.12% from 255 or 22.58% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100708 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100708 is #EFF8F7. Grayscale: #090909. Windows color (decimal): -15726840 or 526096. OLE color: 526096.
HSL color Cylindrical-coordinate representation of color #100708: hue angle of 353.33º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100708 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 7 | 8 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.94 |
| HSL | 353.33º | 0.39% | 0.05% | - |
| HSV(B) | 353.33º | 0.56% | 0.06% | - |
| XYZ | 0.33 | 0.28 | 0.27 | - |
| YUV | 9.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 8 | 0 | 0.56 | 0.50 | 0.94 | 353.33 | 0.39 | 0.05 |
| Hex | 10 | 7 | 8 | 0 | 38 | 32 | 5E | 161 | 27 | 5 |
| Octal | 20 | 7 | 10 | 0 | 70 | 62 | 136 | 541 | 47 | 5 |
| Binary | 10000 | 111 | 1000 | 0 | 111000 | 110010 | 1011110 | 101100001 | 100111 | 101 |
Color Harmonies of #100708
Complementary color
Monochromatic Colors of #100708
Black with #100708
Text Example
Text Example
White with #100708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100708; }
p { color: rgb(16,7,8); }
H1.HeaderClassName
{
color: #100708;
}
.AnyTagClassName
{
color: #100708;
}
</style>
background-color css
<style>
a { background-color: #100708; }
a { background-color: rgb(16,7,8); }
div.DivClassName
{
background-color: #100708;
}
.BgClassName
{
background-color: #100708;
}
</style>
border-color css
<style>
span { border-color: #100708; }
span { border-color: rgb(16,7,8); }
td.TdClassName
{
border-color: #100708;
}
.TagClassName
{
border-color: #100708;
}
</style>