#2E1B1E

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

Shades of Rustic Red #2E1B1E

Tints of Rustic Red #2E1B1E

Color information

#2E1B1E (or 0x2E1B1E) is unknown color: approx Rustic Red. HEX triplet: 2E, 1B and 1E. RGB value is (46,27,30). Sum of RGB (Red+Green+Blue) = 46+27+30=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B1E is #D1E4E1. Grayscale: #212121. Windows color (decimal): -13755618 or 1973038. OLE color: 1973038.

HSL color Cylindrical-coordinate representation of color #2E1B1E: hue angle of 350.53º 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 #2E1B1E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.82.

Color convert

RGB462730-
CMYK00.410.350.82
HSL350.53º26.03%14.31%-
HSV(B)350.53º41.3%18.04%-
XYZ1.751.461.42-
YUV33.02126.29137.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.66%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=44.66%
G=26.21%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46273000.410.350.82350.5326.0314.31
Hex2E1B1E029235215f1ae
Octal563336051431225373216
Binary101110110111111001010011000111010010101011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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