Shades of Rustic Red #100A0B
Tints of Rustic Red #100A0B
RGB
CMYK
RGB Variations
Color information
#100A0B (or 0x100A0B) is known color: Rustic Red. HEX triplet: 10, 0A and 0B. RGB value is (16,10,11). Sum of RGB (Red+Green+Blue) = 16+10+11=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 11 (4.69% from 255 or 29.73% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #100A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100A0B is #EFF5F4. Grayscale: #0B0B0B. Windows color (decimal): -15726069 or 723472. OLE color: 723472.
HSL color Cylindrical-coordinate representation of color #100A0B: hue angle of 350º degrees, saturation: 0.23, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #100A0B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 10 | 11 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.94 |
| HSL | 350º | 0.23% | 0.05% | - |
| HSV(B) | 350º | 0.38% | 0.06% | - |
| XYZ | 0.38 | 0.35 | 0.36 | - |
| YUV | 11.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 11 | 0 | 0.37 | 0.31 | 0.94 | 350 | 0.23 | 0.05 |
| Hex | 10 | A | B | 0 | 25 | 1F | 5E | 15E | 17 | 5 |
| Octal | 20 | 12 | 13 | 0 | 45 | 37 | 136 | 536 | 27 | 5 |
| Binary | 10000 | 1010 | 1011 | 0 | 100101 | 11111 | 1011110 | 101011110 | 10111 | 101 |
Color Harmonies of #100A0B
Complementary color
Monochromatic Colors of #100A0B
Black with #100A0B
Text Example
Text Example
White with #100A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A0B; }
p { color: rgb(16,10,11); }
H1.HeaderClassName
{
color: #100A0B;
}
.AnyTagClassName
{
color: #100A0B;
}
</style>
background-color css
<style>
a { background-color: #100A0B; }
a { background-color: rgb(16,10,11); }
div.DivClassName
{
background-color: #100A0B;
}
.BgClassName
{
background-color: #100A0B;
}
</style>
border-color css
<style>
span { border-color: #100A0B; }
span { border-color: rgb(16,10,11); }
td.TdClassName
{
border-color: #100A0B;
}
.TagClassName
{
border-color: #100A0B;
}
</style>