Html Css Color HEX #2E1117 Rustic Red

📋 copy color: '#2E1117'

red 46 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #2E1117

Tints of Rustic Red #2E1117

RGB

 RED value IS 46 (18.36% from 255) = 53.49%

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

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

R = 53.49%
G = 19.77%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1117 (or 0x2E1117) is known color: Rustic Red. HEX triplet: 2E, 11 and 17. RGB value is (46,17,23). Sum of RGB (Red+Green+Blue) = 46+17+23=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1117 is #D1EEE8. Grayscale: #1A1A1A. Windows color (decimal): -13758185 or 1511726. OLE color: 1511726.

HSL color Cylindrical-coordinate representation of color #2E1117: hue angle of 347.59º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1117 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 17 23 -
CMYK 0 0.63 0.50 0.82
HSL 347.59º 0.46% 0.12% -
HSV(B) 347.59º 0.63% 0.18% -
XYZ 1.48 1.04 0.93 -
YUV 26.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 46 17 23 0 0.63 0.50 0.82 347.59 0.46 0.12
Hex 2E 11 17 0 3F 32 52 15C 2E C
Octal 56 21 27 0 77 62 122 534 56 14
Binary 101110 10001 10111 0 111111 110010 1010010 101011100 101110 1100

Color Harmonies of #2E1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1117

Black with #2E1117

Text Example


Text Example

White with #2E1117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E1117; }

 p { color: rgb(46,17,23); }

 H1.HeaderClassName
 {
   color: #2E1117;
 }
 .AnyTagClassName
 {
   color: #2E1117;
 }
</style>

background-color css

<style>
 a { background-color: #2E1117; }

 a { background-color: rgb(46,17,23); }

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

border-color css

<style>
 span { border-color: #2E1117; }

 span { border-color: rgb(46,17,23); }

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