Html Css Color HEX #2E1213 Rustic Red

📋 copy color: '#2E1213'

red 46 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #2E1213

Tints of Rustic Red #2E1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.69%

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

R = 55.42%
G = 21.69%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.82

RGB Variations

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

Color information

#2E1213 (or 0x2E1213) is known color: Rustic Red. HEX triplet: 2E, 12 and 13. RGB value is (46,18,19). Sum of RGB (Red+Green+Blue) = 46+18+19=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1213 is #D1EDEC. Grayscale: #1A1A1A. Windows color (decimal): -13757933 or 1249838. OLE color: 1249838.

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

Color convert

RGB 46 18 19 -
CMYK 0 0.61 0.59 0.82
HSL 357.86º 0.44% 0.13% -
HSV(B) 357.86º 0.61% 0.18% -
XYZ 1.46 1.06 0.74 -
YUV 26.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 46 18 19 0 0.61 0.59 0.82 357.86 0.44 0.13
Hex 2E 12 13 0 3D 3B 52 166 2C D
Octal 56 22 23 0 75 73 122 546 54 15
Binary 101110 10010 10011 0 111101 111011 1010010 101100110 101100 1101

Color Harmonies of #2E1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1213

Black with #2E1213

Text Example


Text Example

White with #2E1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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