#2E0F12

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

Shades of Rustic Red #2E0F12

Tints of Rustic Red #2E0F12

Color information

#2E0F12 (or 0x2E0F12) is unknown color: approx Rustic Red. HEX triplet: 2E, 0F and 12. RGB value is (46,15,18). Sum of RGB (Red+Green+Blue) = 46+15+18=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0F12 is #D1F0ED. Grayscale: #181818. Windows color (decimal): -13758702 or 1183534. OLE color: 1183534.

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

Color convert

RGB461518-
CMYK00.670.610.82
HSL354.19º50.82%11.96%-
HSV(B)354.19º67.39%18.04%-
XYZ1.410.970.68-
YUV24.61124.27143.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 58.23%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=58.23%
G=18.99%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46151800.670.610.82354.1950.8211.96
Hex2EF120433D5216233c
Octal5617220103751225426314
Binary1011101111100100100001111110110100101011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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