#2E1418

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

Shades of Rustic Red #2E1418

Tints of Rustic Red #2E1418

Color information

#2E1418 (or 0x2E1418) is unknown color: approx Rustic Red. HEX triplet: 2E, 14 and 18. RGB value is (46,20,24). Sum of RGB (Red+Green+Blue) = 46+20+24=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1418 is #D1EBE7. Grayscale: #1C1C1C. Windows color (decimal): -13757416 or 1578030. OLE color: 1578030.

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

Color convert

RGB462024-
CMYK00.570.480.82
HSL350.77º39.39%12.94%-
HSV(B)350.77º56.52%18.04%-
XYZ1.541.151-
YUV28.23125.61140.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.11%
GREEN value IS 20 (8.20% from 255) = 22.22%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=51.11%
G=22.22%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46202400.570.480.82350.7739.3912.94
Hex2E1418039305215f27d
Octal562430071601225374715
Binary1011101010011000011100111000010100101010111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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