#2E1214

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

Shades of Rustic Red #2E1214

Tints of Rustic Red #2E1214

Color information

#2E1214 (or 0x2E1214) is unknown color: approx Rustic Red. HEX triplet: 2E, 12 and 14. RGB value is (46,18,20). Sum of RGB (Red+Green+Blue) = 46+18+20=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1214 is #D1EDEB. Grayscale: #1A1A1A. Windows color (decimal): -13757932 or 1315374. OLE color: 1315374.

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

Color convert

RGB461820-
CMYK00.610.570.82
HSL355.71º43.75%12.55%-
HSV(B)355.71º60.87%18.04%-
XYZ1.471.060.79-
YUV26.6124.28141.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 54.76%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=54.76%
G=21.43%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46182000.610.570.82355.7143.7512.55
Hex2E121403D39521642cd
Octal562224075711225445415
Binary1011101001010100011110111100110100101011001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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