#2E0B10

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

Shades of Rustic Red #2E0B10

Tints of Rustic Red #2E0B10

Color information

#2E0B10 (or 0x2E0B10) is unknown color: approx Rustic Red. HEX triplet: 2E, 0B and 10. RGB value is (46,11,16). Sum of RGB (Red+Green+Blue) = 46+11+16=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0B10 is #D1F4EF. Grayscale: #161616. Windows color (decimal): -13759728 or 1051438. OLE color: 1051438.

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

Color convert

RGB461116-
CMYK00.760.650.82
HSL351.43º61.4%11.18%-
HSV(B)351.43º76.09%18.04%-
XYZ1.340.860.59-
YUV22.04124.6145.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 63.01%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=63.01%
G=15.07%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46111600.760.650.82351.4361.411.18
Hex2EB1004C415215f3db
Octal56132001141011225377513
Binary10111010111000001001100100000110100101010111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,16); }

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

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

 a { background-color: rgb(46,11,16); }

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

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

 span { border-color: rgb(46,11,16); }

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