#1E1112

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

Shades of Rustic Red #1E1112

Tints of Rustic Red #1E1112

Color information

#1E1112 (or 0x1E1112) is unknown color: approx Rustic Red. HEX triplet: 1E, 11 and 12. RGB value is (30,17,18). Sum of RGB (Red+Green+Blue) = 30+17+18=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1112 is #E1EEED. Grayscale: #151515. Windows color (decimal): -14806766 or 1184030. OLE color: 1184030.

HSL color Cylindrical-coordinate representation of color #1E1112: hue angle of 355.38º 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 #1E1112 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.88.

Color convert

RGB301718-
CMYK00.430.400.88
HSL355.38º27.66%9.22%-
HSV(B)355.38º43.33%11.76%-
XYZ0.850.720.67-
YUV21126.31134.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 26.15%
BLUE value IS 18 (7.42% from 255) = 27.69%
R=46.15%
G=26.15%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30171800.430.400.88355.3827.669.22
Hex1E111202B28581631c9
Octal362122053501305433411
Binary11110100011001001010111010001011000101100011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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