#1E191A

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

Shades of Rustic Red #1E191A

Tints of Rustic Red #1E191A

Color information

#1E191A (or 0x1E191A) is unknown color: approx Rustic Red. HEX triplet: 1E, 19 and 1A. RGB value is (30,25,26). Sum of RGB (Red+Green+Blue) = 30+25+26=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191A is #E1E6E5. Grayscale: #1A1A1A. Windows color (decimal): -14804710 or 1710366. OLE color: 1710366.

HSL color Cylindrical-coordinate representation of color #1E191A: hue angle of 348º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E191A is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB302526-
CMYK00.170.130.88
HSL348º9.09%10.78%-
HSV(B)348º16.67%11.76%-
XYZ1.071.051.12-
YUV26.61127.66130.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=37.04%
G=30.86%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30252600.170.130.883489.0910.78
Hex1E191A011D5815c9b
Octal363132021151305341113
Binary1111011001110100100011101101100010101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,26); }

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

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

 a { background-color: rgb(30,25,26); }

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

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

 span { border-color: rgb(30,25,26); }

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