Shades of Rustic Red #100B0D
Tints of Rustic Red #100B0D
RGB
CMYK
RGB Variations
Color information
#100B0D (or 0x100B0D) is known color: Rustic Red. HEX triplet: 10, 0B and 0D. RGB value is (16,11,13). Sum of RGB (Red+Green+Blue) = 16+11+13=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100B0D is #EFF4F2. Grayscale: #0C0C0C. Windows color (decimal): -15725811 or 854800. OLE color: 854800.
HSL color Cylindrical-coordinate representation of color #100B0D: hue angle of 336º degrees, saturation: 0.19, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #100B0D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.94.
Color convert
RGB | 16 | 11 | 13 | - |
CMYK | 0 | 0.31 | 0.19 | 0.94 |
HSL | 336º | 0.19% | 0.05% | - |
HSV(B) | 336º | 0.31% | 0.06% | - |
XYZ | 0.41 | 0.38 | 0.43 | - |
YUV | 12.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 11 | 13 | 0 | 0.31 | 0.19 | 0.94 | 336 | 0.19 | 0.05 |
Hex | 10 | B | D | 0 | 1F | 13 | 5E | 150 | 13 | 5 |
Octal | 20 | 13 | 15 | 0 | 37 | 23 | 136 | 520 | 23 | 5 |
Binary | 10000 | 1011 | 1101 | 0 | 11111 | 10011 | 1011110 | 101010000 | 10011 | 101 |
Color Harmonies of #100B0D
Complementary color
Monochromatic Colors of #100B0D
Black with #100B0D
Text Example
Text Example
White with #100B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B0D; }
p { color: rgb(16,11,13); }
H1.HeaderClassName
{
color: #100B0D;
}
.AnyTagClassName
{
color: #100B0D;
}
</style>
background-color css
<style>
a { background-color: #100B0D; }
a { background-color: rgb(16,11,13); }
div.DivClassName
{
background-color: #100B0D;
}
.BgClassName
{
background-color: #100B0D;
}
</style>
border-color css
<style>
span { border-color: #100B0D; }
span { border-color: rgb(16,11,13); }
td.TdClassName
{
border-color: #100B0D;
}
.TagClassName
{
border-color: #100B0D;
}
</style>