Html Css Color HEX #2E080B Rustic Red

📋 copy color: '#2E080B'

red 46 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #2E080B

Tints of Rustic Red #2E080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.31%

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

R = 70.77%
G = 12.31%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.82

RGB Variations

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

Color information

#2E080B (or 0x2E080B) is known color: Rustic Red. HEX triplet: 2E, 08 and 0B. RGB value is (46,8,11). Sum of RGB (Red+Green+Blue) = 46+8+11=65 (8% of max value = 765). Red value is 46 (18.36% from 255 or 70.77% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 46 - color contains mainly: red. Hex color #2E080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E080B is #D1F7F4. Grayscale: #131313. Windows color (decimal): -13760501 or 722990. OLE color: 722990.

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

Color convert

RGB 46 8 11 -
CMYK 0 0.83 0.76 0.82
HSL 355.26º 0.7% 0.11% -
HSV(B) 355.26º 0.83% 0.18% -
XYZ 1.27 0.78 0.4 -
YUV 19.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 46 8 11 0 0.83 0.76 0.82 355.26 0.7 0.11
Hex 2E 8 B 0 53 4C 52 163 46 B
Octal 56 10 13 0 123 114 122 543 106 13
Binary 101110 1000 1011 0 1010011 1001100 1010010 101100011 1000110 1011

Color Harmonies of #2E080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E080B

Black with #2E080B

Text Example


Text Example

White with #2E080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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