Html Css Color HEX #1E1617 Rustic Red

📋 copy color: '#1E1617'

red 30 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #1E1617

Tints of Rustic Red #1E1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

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

R = 40%
G = 29.33%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.88

RGB Variations

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

Color information

#1E1617 (or 0x1E1617) is known color: Rustic Red. HEX triplet: 1E, 16 and 17. RGB value is (30,22,23). Sum of RGB (Red+Green+Blue) = 30+22+23=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 23 (9.38% from 255 or 30.67% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1617 is #E1E9E8. Grayscale: #181818. Windows color (decimal): -14805481 or 1512990. OLE color: 1512990.

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

Color convert

RGB 30 22 23 -
CMYK 0 0.27 0.23 0.88
HSL 352.5º 0.15% 0.1% -
HSV(B) 352.5º 0.27% 0.12% -
XYZ 0.98 0.91 0.94 -
YUV 24.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 30 22 23 0 0.27 0.23 0.88 352.5 0.15 0.1
Hex 1E 16 17 0 1B 17 58 160 F A
Octal 36 26 27 0 33 27 130 540 17 12
Binary 11110 10110 10111 0 11011 10111 1011000 101100000 1111 1010

Color Harmonies of #1E1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1617

Black with #1E1617

Text Example


Text Example

White with #1E1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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