#2E0811

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

Shades of Rustic Red #2E0811

Tints of Rustic Red #2E0811

Color information

#2E0811 (or 0x2E0811) is unknown color: approx Rustic Red. HEX triplet: 2E, 08 and 11. RGB value is (46,8,17). Sum of RGB (Red+Green+Blue) = 46+8+17=71 (9% of max value = 765). Red value is 46 (18.36% from 255 or 64.79% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0811 is #D1F7EE. Grayscale: #141414. Windows color (decimal): -13760495 or 1116206. OLE color: 1116206.

HSL color Cylindrical-coordinate representation of color #2E0811: hue angle of 345.79º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0811 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB46817-
CMYK00.830.630.82
HSL345.79º70.37%10.59%-
HSV(B)345.79º82.61%18.04%-
XYZ1.310.790.61-
YUV20.39126.09146.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 64.79%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=64.79%
G=11.27%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4681700.830.630.82345.7970.3710.59
Hex2E8110533F5215a46b
Octal56102101237712253210613
Binary10111010001000101010011111111101001010101101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,17); }

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

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

 a { background-color: rgb(46,8,17); }

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

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

 span { border-color: rgb(46,8,17); }

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