#1E1417

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

Shades of Rustic Red #1E1417

Tints of Rustic Red #1E1417

Color information

#1E1417 (or 0x1E1417) is unknown color: approx Rustic Red. HEX triplet: 1E, 14 and 17. RGB value is (30,20,23). Sum of RGB (Red+Green+Blue) = 30+20+23=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1417 is #E1EBE8. Grayscale: #171717. Windows color (decimal): -14805993 or 1512478. OLE color: 1512478.

HSL color Cylindrical-coordinate representation of color #1E1417: hue angle of 342º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1417 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB302023-
CMYK00.330.230.88
HSL342º20%9.8%-
HSV(B)342º33.33%11.76%-
XYZ0.940.840.92-
YUV23.33127.81132.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=41.10%
G=27.40%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30202300.330.230.88342209.8
Hex1E1417021175815614a
Octal362427041271305262412
Binary1111010100101110100001101111011000101010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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