#2E181B

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

Shades of Rustic Red #2E181B

Tints of Rustic Red #2E181B

Color information

#2E181B (or 0x2E181B) is unknown color: approx 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

RGB462427-
CMYK00.480.410.82
HSL351.82º31.43%13.73%-
HSV(B)351.82º47.83%18.04%-
XYZ1.651.311.2-
YUV30.92125.79138.76-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46242700.480.410.82351.8231.4313.73
Hex2E181B03029521601fe
Octal563033060511225403716
Binary101110110001101101100001010011010010101100000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>