Html Css Color HEX #2E1113 Rustic Red

📋 copy color: '#2E1113'

red 46 ◦ green 17 ◦ blue 19

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

Shades of Rustic Red #2E1113

Tints of Rustic Red #2E1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.73%

 BLUE value IS 19 (7.81% from 255) = 23.17%

R = 56.1%
G = 20.73%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E1113 (or 0x2E1113) is known color: Rustic Red. HEX triplet: 2E, 11 and 13. RGB value is (46,17,19). Sum of RGB (Red+Green+Blue) = 46+17+19=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1113 is #D1EEEC. Grayscale: #191919. Windows color (decimal): -13758189 or 1249582. OLE color: 1249582.

HSL color Cylindrical-coordinate representation of color #2E1113: hue angle of 355.86º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1113 is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 17 19 -
CMYK 0 0.63 0.59 0.82
HSL 355.86º 0.46% 0.12% -
HSV(B) 355.86º 0.63% 0.18% -
XYZ 1.44 1.03 0.74 -
YUV 25.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 46 17 19 0 0.63 0.59 0.82 355.86 0.46 0.12
Hex 2E 11 13 0 3F 3B 52 164 2E C
Octal 56 21 23 0 77 73 122 544 56 14
Binary 101110 10001 10011 0 111111 111011 1010010 101100100 101110 1100

Color Harmonies of #2E1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1113

Black with #2E1113

Text Example


Text Example

White with #2E1113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,17,19); }

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

background-color css

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

 a { background-color: rgb(46,17,19); }

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

border-color css

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

 span { border-color: rgb(46,17,19); }

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