Shades of Rustic Red #110F10
Tints of Rustic Red #110F10
RGB
CMYK
RGB Variations
Color information
#110F10 (or 0x110F10) is known color: Rustic Red. HEX triplet: 11, 0F and 10. RGB value is (17,15,16). Sum of RGB (Red+Green+Blue) = 17+15+16=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 17 - color contains mainly: red. Hex color #110F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F10 is #EEF0EF. Grayscale: #0F0F0F. Windows color (decimal): -15659248 or 1052433. OLE color: 1052433.
HSL color Cylindrical-coordinate representation of color #110F10: hue angle of 330º degrees, saturation: 0.06, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #110F10 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 15 | 16 | - |
CMYK | 0 | 0.12 | 0.06 | 0.93 |
HSL | 330º | 0.06% | 0.06% | - |
HSV(B) | 330º | 0.12% | 0.07% | - |
XYZ | 0.5 | 0.5 | 0.56 | - |
YUV | 15.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 15 | 16 | 0 | 0.12 | 0.06 | 0.93 | 330 | 0.06 | 0.06 |
Hex | 11 | F | 10 | 0 | C | 6 | 5D | 14A | 6 | 6 |
Octal | 21 | 17 | 20 | 0 | 14 | 6 | 135 | 512 | 6 | 6 |
Binary | 10001 | 1111 | 10000 | 0 | 1100 | 110 | 1011101 | 101001010 | 110 | 110 |
Color Harmonies of #110F10
Complementary color
Monochromatic Colors of #110F10
Black with #110F10
Text Example
Text Example
White with #110F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F10; }
p { color: rgb(17,15,16); }
H1.HeaderClassName
{
color: #110F10;
}
.AnyTagClassName
{
color: #110F10;
}
</style>
background-color css
<style>
a { background-color: #110F10; }
a { background-color: rgb(17,15,16); }
div.DivClassName
{
background-color: #110F10;
}
.BgClassName
{
background-color: #110F10;
}
</style>
border-color css
<style>
span { border-color: #110F10; }
span { border-color: rgb(17,15,16); }
td.TdClassName
{
border-color: #110F10;
}
.TagClassName
{
border-color: #110F10;
}
</style>