#2E090B

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

Shades of Rustic Red #2E090B

Tints of Rustic Red #2E090B

Color information

#2E090B (or 0x2E090B) is unknown color: approx Rustic Red. HEX triplet: 2E, 09 and 0B. RGB value is (46,9,11). Sum of RGB (Red+Green+Blue) = 46+9+11=66 (8% of max value = 765). Red value is 46 (18.36% from 255 or 69.70% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 11 (4.69% from 255 or 16.67% from 66); Max value from RGB is 46 - color contains mainly: red. Hex color #2E090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E090B is #D1F6F4. Grayscale: #141414. Windows color (decimal): -13760245 or 723246. OLE color: 723246.

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

Color convert

RGB46911-
CMYK00.800.760.82
HSL356.76º67.27%10.78%-
HSV(B)356.76º80.43%18.04%-
XYZ1.280.80.4-
YUV20.29122.76146.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 69.70%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 11 (4.69% from 255) = 16.67%
R=69.70%
G=13.64%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4691100.800.760.82356.7667.2710.78
Hex2E9B0504C5216543b
Octal561113012011412254510313
Binary10111010011011010100001001100101001010110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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