#1E1516

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

Shades of Rustic Red #1E1516

Tints of Rustic Red #1E1516

Color information

#1E1516 (or 0x1E1516) is unknown color: approx Rustic Red. HEX triplet: 1E, 15 and 16. RGB value is (30,21,22). Sum of RGB (Red+Green+Blue) = 30+21+22=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1516 is #E1EAE9. Grayscale: #171717. Windows color (decimal): -14805738 or 1447198. OLE color: 1447198.

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

Color convert

RGB302122-
CMYK00.300.270.88
HSL353.33º17.65%10%-
HSV(B)353.33º30%11.76%-
XYZ0.950.870.88-
YUV23.8126.98132.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 21 (8.59% from 255) = 28.77%
BLUE value IS 22 (8.98% from 255) = 30.14%
R=41.10%
G=28.77%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.27
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212200.300.270.88353.3317.6510
Hex1E151601E1B5816112a
Octal362526036331305412212
Binary111101010110110011110110111011000101100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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