#1E1115

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

Shades of Rustic Red #1E1115

Tints of Rustic Red #1E1115

Color information

#1E1115 (or 0x1E1115) is unknown color: approx Rustic Red. HEX triplet: 1E, 11 and 15. RGB value is (30,17,21). Sum of RGB (Red+Green+Blue) = 30+17+21=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1115 is #E1EEEA. Grayscale: #151515. Windows color (decimal): -14806763 or 1380638. OLE color: 1380638.

HSL color Cylindrical-coordinate representation of color #1E1115: hue angle of 341.54º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1115 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.88.

Color convert

RGB301721-
CMYK00.430.300.88
HSL341.54º27.66%9.22%-
HSV(B)341.54º43.33%11.76%-
XYZ0.870.730.8-
YUV21.34127.81134.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=44.12%
G=25%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30172100.430.300.88341.5427.669.22
Hex1E111502B1E581561c9
Octal362125053361305263411
Binary1111010001101010101011111101011000101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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