Html Css Color HEX #2E1417 Rustic Red

📋 copy color: '#2E1417'

red 46 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #2E1417

Tints of Rustic Red #2E1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 51.69%
G = 22.47%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.82

RGB Variations

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

Color information

#2E1417 (or 0x2E1417) is known color: Rustic Red. HEX triplet: 2E, 14 and 17. RGB value is (46,20,23). Sum of RGB (Red+Green+Blue) = 46+20+23=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E1417 is #D1EBE8. Grayscale: #1C1C1C. Windows color (decimal): -13757417 or 1512494. OLE color: 1512494.

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

Color convert

RGB 46 20 23 -
CMYK 0 0.57 0.50 0.82
HSL 353.08º 0.39% 0.13% -
HSV(B) 353.08º 0.57% 0.18% -
XYZ 1.53 1.14 0.95 -
YUV 28.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 46 20 23 0 0.57 0.50 0.82 353.08 0.39 0.13
Hex 2E 14 17 0 39 32 52 161 27 D
Octal 56 24 27 0 71 62 122 541 47 15
Binary 101110 10100 10111 0 111001 110010 1010010 101100001 100111 1101

Color Harmonies of #2E1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1417

Black with #2E1417

Text Example


Text Example

White with #2E1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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