#110B0D

Color #110B0D Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #110B0D

Tints of Rustic Red #110B0D

Color information

#110B0D (or 0x110B0D) is unknown color: approx Rustic Red. HEX triplet: 11, 0B and 0D. RGB value is (17,11,13). Sum of RGB (Red+Green+Blue) = 17+11+13=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 13 (5.47% from 255 or 31.71% from 41); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0D is #EEF4F2. Grayscale: #0D0D0D. Windows color (decimal): -15660275 or 854801. OLE color: 854801.

HSL color Cylindrical-coordinate representation of color #110B0D: hue angle of 340º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #110B0D is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.93.

Color convert

RGB171113-
CMYK00.350.240.93
HSL340º21.43%5.49%-
HSV(B)340º35.29%6.67%-
XYZ0.420.390.43-
YUV13.02127.99130.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 41.46%
GREEN value IS 11 (4.69% from 255) = 26.83%
BLUE value IS 13 (5.47% from 255) = 31.71%
R=41.46%
G=26.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111300.350.240.9334021.435.49
Hex11BD023185D154155
Octal21131504330135524255
Binary1000110111101010001111000101110110101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110B0D; }

 p { color: rgb(17,11,13); }

 H1.HeaderClassName
 {
   color: #110B0D;
 }
 .AnyTagClassName
 {
   color: #110B0D;
 }
</style>
background-color css

<style>
 a { background-color: #110B0D; }

 a { background-color: rgb(17,11,13); }

 div.DivClassName
 {
   background-color: #110B0D;
 }
 .BgClassName
 {
   background-color: #110B0D;
 }
</style>
border-color css

<style>
 span { border-color: #110B0D; }

 span { border-color: rgb(17,11,13); }

 td.TdClassName
 {
   border-color: #110B0D;
 }
 .TagClassName
 {
   border-color: #110B0D;
 }
</style>