#1B0E11

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

Shades of Rustic Red #1B0E11

Tints of Rustic Red #1B0E11

Color information

#1B0E11 (or 0x1B0E11) is unknown color: approx Rustic Red. HEX triplet: 1B, 0E and 11. RGB value is (27,14,17). Sum of RGB (Red+Green+Blue) = 27+14+17=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0E11 is #E4F1EE. Grayscale: #121212. Windows color (decimal): -15004143 or 1117723. OLE color: 1117723.

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

Color convert

RGB271417-
CMYK00.480.370.89
HSL346.15º31.71%8.04%-
HSV(B)346.15º48.15%10.59%-
XYZ0.710.590.61-
YUV18.23127.31134.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 14 (5.86% from 255) = 24.14%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=46.55%
G=24.14%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27141700.480.370.89346.1531.718.04
Hex1BE11030255915a208
Octal331621060451315324010
Binary11011111010001011000010010110110011010110101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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