#2E141B

Color #2E141B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #2E141B

Tints of Rustic Red #2E141B

Color information

#2E141B (or 0x2E141B) is unknown color: approx Rustic Red. HEX triplet: 2E, 14 and 1B. RGB value is (46,20,27). Sum of RGB (Red+Green+Blue) = 46+20+27=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E141B is #D1EBE4. Grayscale: #1C1C1C. Windows color (decimal): -13757413 or 1774638. OLE color: 1774638.

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

Color convert

RGB462027-
CMYK00.570.410.82
HSL343.85º39.39%12.94%-
HSV(B)343.85º56.52%18.04%-
XYZ1.571.161.18-
YUV28.57127.11140.43-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 49.46%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=49.46%
G=21.51%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46202700.570.410.82343.8539.3912.94
Hex2E141B039295215827d
Octal562433071511225304715
Binary1011101010011011011100110100110100101010110001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E141B;
 }
 .AnyTagClassName
 {
   color: #2E141B;
 }
</style>
background-color css

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

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

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

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

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

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