Html Css Color HEX #1E1115 Rustic Red

📋 copy color: '#1E1115'

red 30 ◦ green 17 ◦ blue 21

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

Shades of Rustic Red #1E1115

Tints of Rustic Red #1E1115

RGB

 RED value IS 30 (12.11% from 255) = 44.12%

 GREEN value IS 17 (7.03% from 255) = 25%

 BLUE value IS 21 (8.59% from 255) = 30.88%

R = 44.12%
G = 25%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E1115 (or 0x1E1115) is known color: Rustic Red. HEX triplet: 1E, 11 and 15. RGB value is (30,17,21). Sum of RGB (Red+Green+Blue) = 30+17+21=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1115 is #E1EEEA. Grayscale: #151515. Windows color (decimal): -14806763 or 1380638. OLE color: 1380638.

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

Color convert

RGB 30 17 21 -
CMYK 0 0.43 0.30 0.88
HSL 341.54º 0.28% 0.09% -
HSV(B) 341.54º 0.43% 0.12% -
XYZ 0.87 0.73 0.8 -
YUV 21.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 30 17 21 0 0.43 0.30 0.88 341.54 0.28 0.09
Hex 1E 11 15 0 2B 1E 58 156 1C 9
Octal 36 21 25 0 53 36 130 526 34 11
Binary 11110 10001 10101 0 101011 11110 1011000 101010110 11100 1001

Color Harmonies of #1E1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1115

Black with #1E1115

Text Example


Text Example

White with #1E1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1115;
 }
 .AnyTagClassName
 {
   color: #1E1115;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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