Html Css Color HEX #1E191A Rustic Red

📋 copy color: '#1E191A'

red 30 ◦ green 25 ◦ blue 26

#1E191A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #1E191A

Tints of Rustic Red #1E191A

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.1%

R = 37.04%
G = 30.86%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.88

RGB Variations

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

Color information

#1E191A (or 0x1E191A) is known color: 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

RGB 30 25 26 -
CMYK 0 0.17 0.13 0.88
HSL 348º 0.09% 0.11% -
HSV(B) 348º 0.17% 0.12% -
XYZ 1.07 1.05 1.12 -
YUV 26.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 30 25 26 0 0.17 0.13 0.88 348 0.09 0.11
Hex 1E 19 1A 0 11 D 58 15C 9 B
Octal 36 31 32 0 21 15 130 534 11 13
Binary 11110 11001 11010 0 10001 1101 1011000 101011100 1001 1011

Color Harmonies of #1E191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E191A

Black with #1E191A

Text Example


Text Example

White with #1E191A

Text Example


Text Example

HTML Codes & Css Web 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>