#1E1214

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

Shades of Rustic Red #1E1214

Tints of Rustic Red #1E1214

Color information

#1E1214 (or 0x1E1214) is unknown color: approx Rustic Red. HEX triplet: 1E, 12 and 14. RGB value is (30,18,20). Sum of RGB (Red+Green+Blue) = 30+18+20=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1214 is #E1EDEB. Grayscale: #151515. Windows color (decimal): -14806508 or 1315358. OLE color: 1315358.

HSL color Cylindrical-coordinate representation of color #1E1214: hue angle of 350º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1214 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB301820-
CMYK00.400.330.88
HSL350º25%9.41%-
HSV(B)350º40%11.76%-
XYZ0.880.760.76-
YUV21.82126.98133.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 18 (7.42% from 255) = 26.47%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=44.12%
G=26.47%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30182000.400.330.88350259.41
Hex1E1214028215815e199
Octal362224050411305363111
Binary11110100101010001010001000011011000101011110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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