#2E181D

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

Shades of Rustic Red #2E181D

Tints of Rustic Red #2E181D

Color information

#2E181D (or 0x2E181D) is unknown color: approx Rustic Red. HEX triplet: 2E, 18 and 1D. RGB value is (46,24,29). Sum of RGB (Red+Green+Blue) = 46+24+29=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E181D is #D1E7E2. Grayscale: #1F1F1F. Windows color (decimal): -13756387 or 1906734. OLE color: 1906734.

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

Color convert

RGB462429-
CMYK00.480.370.82
HSL346.36º31.43%13.73%-
HSV(B)346.36º47.83%18.04%-
XYZ1.681.321.33-
YUV31.15126.79138.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 29 (11.72% from 255) = 29.29%
R=46.46%
G=24.24%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46242900.480.370.82346.3631.4313.73
Hex2E181D030255215a1fe
Octal563035060451225323716
Binary101110110001110101100001001011010010101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,24,29); }

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

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

 a { background-color: rgb(46,24,29); }

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

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

 span { border-color: rgb(46,24,29); }

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