Html Css Color HEX #1E1214 Rustic Red

📋 copy color: '#1E1214'

red 30 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #1E1214

Tints of Rustic Red #1E1214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.47%

 BLUE value IS 20 (8.2% from 255) = 29.41%

R = 44.12%
G = 26.47%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#1E1214 (or 0x1E1214) is known color: Rustic Red. HEX triplet: 1E, 12 and 14. RGB value is (30,18,20). Sum of RGB (Red+Green+Blue) = 30+18+20=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1214 is #E1EDEB. Grayscale: #151515. Windows color (decimal): -14806508 or 1315358. OLE color: 1315358.

HSL color Cylindrical-coordinate representation of color #1E1214: hue angle of 350º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1214 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 18 20 -
CMYK 0 0.40 0.33 0.88
HSL 350º 0.25% 0.09% -
HSV(B) 350º 0.4% 0.12% -
XYZ 0.88 0.76 0.76 -
YUV 21.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 30 18 20 0 0.40 0.33 0.88 350 0.25 0.09
Hex 1E 12 14 0 28 21 58 15E 19 9
Octal 36 22 24 0 50 41 130 536 31 11
Binary 11110 10010 10100 0 101000 100001 1011000 101011110 11001 1001

Color Harmonies of #1E1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1214

Black with #1E1214

Text Example


Text Example

White with #1E1214

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,18,20); }

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

background-color css

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

 a { background-color: rgb(30,18,20); }

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

border-color css

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

 span { border-color: rgb(30,18,20); }

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