#2E111A

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

Shades of Rustic Red #2E111A

Tints of Rustic Red #2E111A

Color information

#2E111A (or 0x2E111A) is unknown color: approx Rustic Red. HEX triplet: 2E, 11 and 1A. RGB value is (46,17,26). Sum of RGB (Red+Green+Blue) = 46+17+26=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111A is #D1EEE5. Grayscale: #1A1A1A. Windows color (decimal): -13758182 or 1708334. OLE color: 1708334.

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

Color convert

RGB461726-
CMYK00.630.430.82
HSL341.38º46.03%12.35%-
HSV(B)341.38º63.04%18.04%-
XYZ1.511.061.1-
YUV26.7127.61141.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.69%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 26 (10.55% from 255) = 29.21%
R=51.69%
G=19.10%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46172600.630.430.82341.3846.0312.35
Hex2E111A03F2B521552ec
Octal562132077531225255614
Binary1011101000111010011111110101110100101010101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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