#2E0C10

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

Shades of Rustic Red #2E0C10

Tints of Rustic Red #2E0C10

Color information

#2E0C10 (or 0x2E0C10) is unknown color: approx Rustic Red. HEX triplet: 2E, 0C and 10. RGB value is (46,12,16). Sum of RGB (Red+Green+Blue) = 46+12+16=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0C10 is #D1F3EF. Grayscale: #161616. Windows color (decimal): -13759472 or 1051694. OLE color: 1051694.

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

Color convert

RGB461216-
CMYK00.740.650.82
HSL352.94º58.62%11.37%-
HSV(B)352.94º73.91%18.04%-
XYZ1.350.880.59-
YUV22.62124.26144.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 62.16%
GREEN value IS 12 (5.08% from 255) = 16.22%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=62.16%
G=16.22%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46121600.740.650.82352.9458.6211.37
Hex2EC1004A41521613bb
Octal56142001121011225417313
Binary10111011001000001001010100000110100101011000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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