Shades of Rustic Red #100D0E
Tints of Rustic Red #100D0E
RGB
CMYK
RGB Variations
Color information
#100D0E (or 0x100D0E) is known color: Rustic Red. HEX triplet: 10, 0D and 0E. RGB value is (16,13,14). Sum of RGB (Red+Green+Blue) = 16+13+14=43 (5% of max value = 765). Red value is 16 (6.64% from 255 or 37.21% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 14 (5.86% from 255 or 32.56% from 43); Max value from RGB is 16 - color contains mainly: red. Hex color #100D0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D0E is #EFF2F1. Grayscale: #0E0E0E. Windows color (decimal): -15725298 or 920848. OLE color: 920848.
HSL color Cylindrical-coordinate representation of color #100D0E: hue angle of 340º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #100D0E is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 13 | 14 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.94 |
| HSL | 340º | 0.1% | 0.06% | - |
| HSV(B) | 340º | 0.19% | 0.06% | - |
| XYZ | 0.44 | 0.43 | 0.48 | - |
| YUV | 14.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 14 | 0 | 0.19 | 0.13 | 0.94 | 340 | 0.1 | 0.06 |
| Hex | 10 | D | E | 0 | 13 | D | 5E | 154 | A | 6 |
| Octal | 20 | 15 | 16 | 0 | 23 | 15 | 136 | 524 | 12 | 6 |
| Binary | 10000 | 1101 | 1110 | 0 | 10011 | 1101 | 1011110 | 101010100 | 1010 | 110 |
Color Harmonies of #100D0E
Complementary color
Monochromatic Colors of #100D0E
Black with #100D0E
Text Example
Text Example
White with #100D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D0E; }
p { color: rgb(16,13,14); }
H1.HeaderClassName
{
color: #100D0E;
}
.AnyTagClassName
{
color: #100D0E;
}
</style>
background-color css
<style>
a { background-color: #100D0E; }
a { background-color: rgb(16,13,14); }
div.DivClassName
{
background-color: #100D0E;
}
.BgClassName
{
background-color: #100D0E;
}
</style>
border-color css
<style>
span { border-color: #100D0E; }
span { border-color: rgb(16,13,14); }
td.TdClassName
{
border-color: #100D0E;
}
.TagClassName
{
border-color: #100D0E;
}
</style>