#2E0816

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

Shades of Rustic Red #2E0816

Tints of Rustic Red #2E0816

Color information

#2E0816 (or 0x2E0816) is unknown color: approx Rustic Red. HEX triplet: 2E, 08 and 16. RGB value is (46,8,22). Sum of RGB (Red+Green+Blue) = 46+8+22=76 (10% of max value = 765). Red value is 46 (18.36% from 255 or 60.53% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0816 is #D1F7E9. Grayscale: #141414. Windows color (decimal): -13760490 or 1443886. OLE color: 1443886.

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

Color convert

RGB46822-
CMYK00.830.520.82
HSL337.89º70.37%10.59%-
HSV(B)337.89º82.61%18.04%-
XYZ1.360.810.84-
YUV20.96128.59145.86-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 60.53%
GREEN value IS 8 (3.52% from 255) = 10.53%
BLUE value IS 22 (8.98% from 255) = 28.95%
R=60.53%
G=10.53%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4682200.830.520.82337.8970.3710.59
Hex2E816053345215246b
Octal56102601236412252210613
Binary10111010001011001010011110100101001010101001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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