#1E1517

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

Shades of Rustic Red #1E1517

Tints of Rustic Red #1E1517

Color information

#1E1517 (or 0x1E1517) is unknown color: approx Rustic Red. HEX triplet: 1E, 15 and 17. RGB value is (30,21,23). Sum of RGB (Red+Green+Blue) = 30+21+23=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1517 is #E1EAE8. Grayscale: #171717. Windows color (decimal): -14805737 or 1512734. OLE color: 1512734.

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

Color convert

RGB302123-
CMYK00.300.230.88
HSL346.67º17.65%10%-
HSV(B)346.67º30%11.76%-
XYZ0.960.870.93-
YUV23.92127.48132.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 23 (9.38% from 255) = 31.08%
R=40.54%
G=28.38%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212300.300.230.88346.6717.6510
Hex1E151701E175815b12a
Octal362527036271305332212
Binary111101010110111011110101111011000101011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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