Html Css Color HEX #1E1517 Rustic Red

📋 copy color: '#1E1517'

red 30 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #1E1517

Tints of Rustic Red #1E1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 28.38%

 BLUE value IS 23 (9.38% from 255) = 31.08%

R = 40.54%
G = 28.38%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E1517 (or 0x1E1517) is known color: Rustic Red. HEX triplet: 1E, 15 and 17. RGB value is (30,21,23). Sum of RGB (Red+Green+Blue) = 30+21+23=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1517 is #E1EAE8. Grayscale: #171717. Windows color (decimal): -14805737 or 1512734. OLE color: 1512734.

HSL color Cylindrical-coordinate representation of color #1E1517: hue angle of 346.67º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1517 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB 30 21 23 -
CMYK 0 0.30 0.23 0.88
HSL 346.67º 0.18% 0.1% -
HSV(B) 346.67º 0.3% 0.12% -
XYZ 0.96 0.87 0.93 -
YUV 23.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 30 21 23 0 0.30 0.23 0.88 346.67 0.18 0.1
Hex 1E 15 17 0 1E 17 58 15B 12 A
Octal 36 25 27 0 36 27 130 533 22 12
Binary 11110 10101 10111 0 11110 10111 1011000 101011011 10010 1010

Color Harmonies of #1E1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1517

Black with #1E1517

Text Example


Text Example

White with #1E1517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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