#2E070E

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

Shades of Rustic Red #2E070E

Tints of Rustic Red #2E070E

Color information

#2E070E (or 0x2E070E) is unknown color: approx Rustic Red. HEX triplet: 2E, 07 and 0E. RGB value is (46,7,14). Sum of RGB (Red+Green+Blue) = 46+7+14=67 (8% of max value = 765). Red value is 46 (18.36% from 255 or 68.66% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 14 (5.86% from 255 or 20.90% from 67); Max value from RGB is 46 - color contains mainly: red. Hex color #2E070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E070E is #D1F8F1. Grayscale: #131313. Windows color (decimal): -13760754 or 919342. OLE color: 919342.

HSL color Cylindrical-coordinate representation of color #2E070E: hue angle of 349.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E070E is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB46714-
CMYK00.850.700.82
HSL349.23º73.58%10.39%-
HSV(B)349.23º84.78%18.04%-
XYZ1.280.760.5-
YUV19.46124.92146.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 68.66%
GREEN value IS 7 (3.12% from 255) = 10.45%
BLUE value IS 14 (5.86% from 255) = 20.90%
R=68.66%
G=10.45%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4671400.850.700.82349.2373.5810.39
Hex2E7E055465215d4aa
Octal56716012510612253511212
Binary1011101111110010101011000110101001010101110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,7,14); }

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

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

 a { background-color: rgb(46,7,14); }

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

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

 span { border-color: rgb(46,7,14); }

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