#2E1B1C

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

Shades of Rustic Red #2E1B1C

Tints of Rustic Red #2E1B1C

Color information

#2E1B1C (or 0x2E1B1C) is unknown color: approx Rustic Red. HEX triplet: 2E, 1B and 1C. RGB value is (46,27,28). Sum of RGB (Red+Green+Blue) = 46+27+28=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 27 (10.94% from 255 or 26.73% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B1C is #D1E4E3. Grayscale: #202020. Windows color (decimal): -13755620 or 1841966. OLE color: 1841966.

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

Color convert

RGB462728-
CMYK00.410.390.82
HSL356.84º26.03%14.31%-
HSV(B)356.84º41.3%18.04%-
XYZ1.731.451.29-
YUV32.8125.29137.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 27 (10.94% from 255) = 26.73%
BLUE value IS 28 (11.33% from 255) = 27.72%
R=45.54%
G=26.73%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46272800.410.390.82356.8426.0314.31
Hex2E1B1C02927521651ae
Octal563334051471225453216
Binary101110110111110001010011001111010010101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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