Html Css Color HEX #2E1217 Rustic Red

📋 copy color: '#2E1217'

red 46 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #2E1217

Tints of Rustic Red #2E1217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.44%

R = 52.87%
G = 20.69%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1217 (or 0x2E1217) is known color: Rustic Red. HEX triplet: 2E, 12 and 17. RGB value is (46,18,23). Sum of RGB (Red+Green+Blue) = 46+18+23=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1217 is #D1EDE8. Grayscale: #1A1A1A. Windows color (decimal): -13757929 or 1511982. OLE color: 1511982.

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

Color convert

RGB 46 18 23 -
CMYK 0 0.61 0.50 0.82
HSL 349.29º 0.44% 0.13% -
HSV(B) 349.29º 0.61% 0.18% -
XYZ 1.5 1.08 0.94 -
YUV 26.94 125.78 141.59 -
System Red Green Blue C M Y K H S L
Decimal 46 18 23 0 0.61 0.50 0.82 349.29 0.44 0.13
Hex 2E 12 17 0 3D 32 52 15D 2C D
Octal 56 22 27 0 75 62 122 535 54 15
Binary 101110 10010 10111 0 111101 110010 1010010 101011101 101100 1101

Color Harmonies of #2E1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1217

Black with #2E1217

Text Example


Text Example

White with #2E1217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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