Html Css Color HEX #1E1215 Rustic Red

📋 copy color: '#1E1215'

red 30 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #1E1215

Tints of Rustic Red #1E1215

RGB

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

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

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

R = 43.48%
G = 26.09%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.88

RGB Variations

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

Color information

#1E1215 (or 0x1E1215) is known color: Rustic Red. HEX triplet: 1E, 12 and 15. RGB value is (30,18,21). Sum of RGB (Red+Green+Blue) = 30+18+21=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1215 is #E1EDEA. Grayscale: #151515. Windows color (decimal): -14806507 or 1380894. OLE color: 1380894.

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

Color convert

RGB 30 18 21 -
CMYK 0 0.40 0.30 0.88
HSL 345º 0.25% 0.09% -
HSV(B) 345º 0.4% 0.12% -
XYZ 0.89 0.76 0.81 -
YUV 21.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 30 18 21 0 0.40 0.30 0.88 345 0.25 0.09
Hex 1E 12 15 0 28 1E 58 159 19 9
Octal 36 22 25 0 50 36 130 531 31 11
Binary 11110 10010 10101 0 101000 11110 1011000 101011001 11001 1001

Color Harmonies of #1E1215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1215

Black with #1E1215

Text Example


Text Example

White with #1E1215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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