Html Css Color HEX #2E181B Rustic Red

📋 copy color: '#2E181B'

red 46 ◦ green 24 ◦ blue 27

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

Shades of Rustic Red #2E181B

Tints of Rustic Red #2E181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 47.42%
G = 24.74%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.82

RGB Variations

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

Color information

#2E181B (or 0x2E181B) is known color: Rustic Red. HEX triplet: 2E, 18 and 1B. RGB value is (46,24,27). Sum of RGB (Red+Green+Blue) = 46+24+27=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E181B is #D1E7E4. Grayscale: #1E1E1E. Windows color (decimal): -13756389 or 1775662. OLE color: 1775662.

HSL color Cylindrical-coordinate representation of color #2E181B: hue angle of 351.82º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E181B is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 24 27 -
CMYK 0 0.48 0.41 0.82
HSL 351.82º 0.31% 0.14% -
HSV(B) 351.82º 0.48% 0.18% -
XYZ 1.65 1.31 1.2 -
YUV 30.92 125.79 138.76 -
System Red Green Blue C M Y K H S L
Decimal 46 24 27 0 0.48 0.41 0.82 351.82 0.31 0.14
Hex 2E 18 1B 0 30 29 52 160 1F E
Octal 56 30 33 0 60 51 122 540 37 16
Binary 101110 11000 11011 0 110000 101001 1010010 101100000 11111 1110

Color Harmonies of #2E181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E181B

Black with #2E181B

Text Example


Text Example

White with #2E181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,24,27); }

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

background-color css

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

 a { background-color: rgb(46,24,27); }

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

border-color css

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

 span { border-color: rgb(46,24,27); }

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