#110B0C

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

Shades of Rustic Red #110B0C

Tints of Rustic Red #110B0C

Color information

#110B0C (or 0x110B0C) is unknown color: approx Rustic Red. HEX triplet: 11, 0B and 0C. RGB value is (17,11,12). Sum of RGB (Red+Green+Blue) = 17+11+12=40 (5% of max value = 765). Red value is 17 (7.03% from 255 or 42.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 12 (5.08% from 255 or 30% from 40); Max value from RGB is 17 - color contains mainly: red. Hex color #110B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B0C is #EEF4F3. Grayscale: #0C0C0C. Windows color (decimal): -15660276 or 789265. OLE color: 789265.

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

Color convert

RGB171112-
CMYK00.350.290.93
HSL350º21.43%5.49%-
HSV(B)350º35.29%6.67%-
XYZ0.420.390.4-
YUV12.91127.49130.92-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 42.5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 12 (5.08% from 255) = 30%
R=42.5%
G=27.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal17111200.350.290.9335021.435.49
Hex11BC0231D5D15e155
Octal21131404335135536255
Binary1000110111100010001111101101110110101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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