#2E0214

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

Shades of Rustic Red #2E0214

Tints of Rustic Red #2E0214

Color information

#2E0214 (or 0x2E0214) is unknown color: approx Rustic Red. HEX triplet: 2E, 02 and 14. RGB value is (46,2,20). Sum of RGB (Red+Green+Blue) = 46+2+20=68 (9% of max value = 765). Red value is 46 (18.36% from 255 or 67.65% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0214 is #D1FDEB. Grayscale: #111111. Windows color (decimal): -13762028 or 1311278. OLE color: 1311278.

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

Color convert

RGB46220-
CMYK00.960.570.82
HSL335.45º91.67%9.41%-
HSV(B)335.45º95.65%18.04%-
XYZ1.270.670.72-
YUV17.21129.58148.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 67.65%
GREEN value IS 2 (1.17% from 255) = 2.94%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=67.65%
G=2.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4622000.960.570.82335.4591.679.41
Hex2E214060395214f5c9
Octal5622401407112251713411
Binary101110101010001100000111001101001010100111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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