Shades of Rustic Red #100407
Tints of Rustic Red #100407
RGB
CMYK
RGB Variations
Color information
#100407 (or 0x100407) is known color: Rustic Red. HEX triplet: 10, 04 and 07. RGB value is (16,4,7). Sum of RGB (Red+Green+Blue) = 16+4+7=27 (3% of max value = 765). Red value is 16 (6.64% from 255 or 59.26% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 16 - color contains mainly: red. Hex color #100407 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100407 is #EFFBF8. Grayscale: #070707. Windows color (decimal): -15727609 or 459792. OLE color: 459792.
HSL color Cylindrical-coordinate representation of color #100407: hue angle of 345º degrees, saturation: 0.6, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100407 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 4 | 7 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.94 |
| HSL | 345º | 0.6% | 0.04% | - |
| HSV(B) | 345º | 0.75% | 0.06% | - |
| XYZ | 0.3 | 0.21 | 0.23 | - |
| YUV | 7.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 7 | 0 | 0.75 | 0.56 | 0.94 | 345 | 0.6 | 0.04 |
| Hex | 10 | 4 | 7 | 0 | 4B | 38 | 5E | 159 | 3C | 4 |
| Octal | 20 | 4 | 7 | 0 | 113 | 70 | 136 | 531 | 74 | 4 |
| Binary | 10000 | 100 | 111 | 0 | 1001011 | 111000 | 1011110 | 101011001 | 111100 | 100 |
Color Harmonies of #100407
Complementary color
Monochromatic Colors of #100407
Black with #100407
Text Example
Text Example
White with #100407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100407; }
p { color: rgb(16,4,7); }
H1.HeaderClassName
{
color: #100407;
}
.AnyTagClassName
{
color: #100407;
}
</style>
background-color css
<style>
a { background-color: #100407; }
a { background-color: rgb(16,4,7); }
div.DivClassName
{
background-color: #100407;
}
.BgClassName
{
background-color: #100407;
}
</style>
border-color css
<style>
span { border-color: #100407; }
span { border-color: rgb(16,4,7); }
td.TdClassName
{
border-color: #100407;
}
.TagClassName
{
border-color: #100407;
}
</style>