#1B1115

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

Shades of Rustic Red #1B1115

Tints of Rustic Red #1B1115

Color information

#1B1115 (or 0x1B1115) is unknown color: approx Rustic Red. HEX triplet: 1B, 11 and 15. RGB value is (27,17,21). Sum of RGB (Red+Green+Blue) = 27+17+21=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1115 is #E4EEEA. Grayscale: #141414. Windows color (decimal): -15003371 or 1380635. OLE color: 1380635.

HSL color Cylindrical-coordinate representation of color #1B1115: hue angle of 336º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1115 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.89.

Color convert

RGB271721-
CMYK00.370.220.89
HSL336º22.73%8.63%-
HSV(B)336º37.04%10.59%-
XYZ0.790.690.8-
YUV20.45128.31132.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 41.54%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 21 (8.59% from 255) = 32.31%
R=41.54%
G=26.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27172100.370.220.8933622.738.63
Hex1B11150251659150179
Octal332125045261315202711
Binary1101110001101010100101101101011001101010000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1115; }

 p { color: rgb(27,17,21); }

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

<style>
 a { background-color: #1B1115; }

 a { background-color: rgb(27,17,21); }

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

<style>
 span { border-color: #1B1115; }

 span { border-color: rgb(27,17,21); }

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