#110B0E

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

Shades of Rustic Red #110B0E

Tints of Rustic Red #110B0E

Color information

#110B0E (or 0x110B0E) is unknown color: approx Rustic Red. HEX triplet: 11, 0B and 0E. RGB value is (17,11,14). Sum of RGB (Red+Green+Blue) = 17+11+14=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 11 (4.69% from 255 or 26.19% from 42); Blue value is 14 (5.86% from 255 or 33.33% from 42); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0E is #EEF4F1. Grayscale: #0D0D0D. Windows color (decimal): -15660274 or 920337. OLE color: 920337.

HSL color Cylindrical-coordinate representation of color #110B0E: hue angle of 330º 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 #110B0E is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.93.

Color convert

RGB171114-
CMYK00.350.180.93
HSL330º21.43%5.49%-
HSV(B)330º35.29%6.67%-
XYZ0.430.390.47-
YUV13.14128.49130.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 40.48%
GREEN value IS 11 (4.69% from 255) = 26.19%
BLUE value IS 14 (5.86% from 255) = 33.33%
R=40.48%
G=26.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111400.350.180.9333021.435.49
Hex11BE023125D14a155
Octal21131604322135512255
Binary1000110111110010001110010101110110100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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