#2E0810

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

Shades of Rustic Red #2E0810

Tints of Rustic Red #2E0810

Color information

#2E0810 (or 0x2E0810) is unknown color: approx Rustic Red. HEX triplet: 2E, 08 and 10. RGB value is (46,8,16). Sum of RGB (Red+Green+Blue) = 46+8+16=70 (9% of max value = 765). Red value is 46 (18.36% from 255 or 65.71% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0810 is #D1F7EF. Grayscale: #141414. Windows color (decimal): -13760496 or 1050670. OLE color: 1050670.

HSL color Cylindrical-coordinate representation of color #2E0810: hue angle of 347.37º 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 #2E0810 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.82.

Color convert

RGB46816-
CMYK00.830.650.82
HSL347.37º70.37%10.59%-
HSV(B)347.37º82.61%18.04%-
XYZ1.310.790.57-
YUV20.27125.59146.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 65.71%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 16 (6.64% from 255) = 22.86%
R=65.71%
G=11.43%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4681600.830.650.82347.3770.3710.59
Hex2E810053415215b46b
Octal561020012310112253310613
Binary101110100010000010100111000001101001010101101110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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