Html Css Color HEX #2E090B Rustic Red

📋 copy color: '#2E090B'

red 46 ◦ green 9 ◦ blue 11

#2E090B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #2E090B

Tints of Rustic Red #2E090B

RGB

 RED value IS 46 (18.36% from 255) = 69.7%

 GREEN value IS 9 (3.91% from 255) = 13.64%

 BLUE value IS 11 (4.69% from 255) = 16.67%

R = 69.7%
G = 13.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.82

RGB Variations

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

Color information

#2E090B (or 0x2E090B) is known color: 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

RGB 46 9 11 -
CMYK 0 0.80 0.76 0.82
HSL 356.76º 0.67% 0.11% -
HSV(B) 356.76º 0.8% 0.18% -
XYZ 1.28 0.8 0.4 -
YUV 20.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 46 9 11 0 0.80 0.76 0.82 356.76 0.67 0.11
Hex 2E 9 B 0 50 4C 52 165 43 B
Octal 56 11 13 0 120 114 122 545 103 13
Binary 101110 1001 1011 0 1010000 1001100 1010010 101100101 1000011 1011

Color Harmonies of #2E090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E090B

Black with #2E090B

Text Example


Text Example

White with #2E090B

Text Example


Text Example

HTML Codes & Css Web 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>