#1B1113

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

Shades of Rustic Red #1B1113

Tints of Rustic Red #1B1113

Color information

#1B1113 (or 0x1B1113) is unknown color: approx Rustic Red. HEX triplet: 1B, 11 and 13. RGB value is (27,17,19). Sum of RGB (Red+Green+Blue) = 27+17+19=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1113 is #E4EEEC. Grayscale: #141414. Windows color (decimal): -15003373 or 1249563. OLE color: 1249563.

HSL color Cylindrical-coordinate representation of color #1B1113: hue angle of 348º 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 #1B1113 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.89.

Color convert

RGB271719-
CMYK00.370.300.89
HSL348º22.73%8.63%-
HSV(B)348º37.04%10.59%-
XYZ0.770.680.71-
YUV20.22127.31132.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 26.98%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=42.86%
G=26.98%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27171900.370.300.8934822.738.63
Hex1B11130251E5915c179
Octal332123045361315342711
Binary1101110001100110100101111101011001101011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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