Html Css Color HEX #2E090E Rustic Red

📋 copy color: '#2E090E'

red 46 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #2E090E

Tints of Rustic Red #2E090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 20.29%

R = 66.67%
G = 13.04%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.82

RGB Variations

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

Color information

#2E090E (or 0x2E090E) is known color: Rustic Red. HEX triplet: 2E, 09 and 0E. RGB value is (46,9,14). Sum of RGB (Red+Green+Blue) = 46+9+14=69 (9% of max value = 765). Red value is 46 (18.36% from 255 or 66.67% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 14 (5.86% from 255 or 20.29% from 69); Max value from RGB is 46 - color contains mainly: red. Hex color #2E090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E090E is #D1F6F1. Grayscale: #141414. Windows color (decimal): -13760242 or 919854. OLE color: 919854.

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

Color convert

RGB 46 9 14 -
CMYK 0 0.80 0.70 0.82
HSL 351.89º 0.67% 0.11% -
HSV(B) 351.89º 0.8% 0.18% -
XYZ 1.3 0.81 0.5 -
YUV 20.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 46 9 14 0 0.80 0.70 0.82 351.89 0.67 0.11
Hex 2E 9 E 0 50 46 52 160 43 B
Octal 56 11 16 0 120 106 122 540 103 13
Binary 101110 1001 1110 0 1010000 1000110 1010010 101100000 1000011 1011

Color Harmonies of #2E090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E090E

Black with #2E090E

Text Example


Text Example

White with #2E090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E090E;
 }
 .AnyTagClassName
 {
   color: #2E090E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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