Html Css Color HEX #3E191D Rustic Red

📋 copy color: '#3E191D'

red 62 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #3E191D

Tints of Rustic Red #3E191D

RGB

 RED value IS 62 (24.61% from 255) = 53.45%

 GREEN value IS 25 (10.16% from 255) = 21.55%

 BLUE value IS 29 (11.72% from 255) = 25%

R = 53.45%
G = 21.55%
B = 25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E191D (or 0x3E191D) is known color: Rustic Red. HEX triplet: 3E, 19 and 1D. RGB value is (62,25,29). Sum of RGB (Red+Green+Blue) = 62+25+29=116 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.45% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191D is #C1E6E2. Grayscale: #242424. Windows color (decimal): -12707555 or 1907006. OLE color: 1907006.

HSL color Cylindrical-coordinate representation of color #3E191D: hue angle of 353.51º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E191D is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 25 29 -
CMYK 0 0.60 0.53 0.76
HSL 353.51º 0.43% 0.17% -
HSV(B) 353.51º 0.6% 0.24% -
XYZ 2.56 1.81 1.38 -
YUV 36.52 123.76 146.17 -
System Red Green Blue C M Y K H S L
Decimal 62 25 29 0 0.60 0.53 0.76 353.51 0.43 0.17
Hex 3E 19 1D 0 3C 35 4C 162 2B 11
Octal 76 31 35 0 74 65 114 542 53 21
Binary 111110 11001 11101 0 111100 110101 1001100 101100010 101011 10001

Color Harmonies of #3E191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E191D

Black with #3E191D

Text Example


Text Example

White with #3E191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E191D; }

 p { color: rgb(62,25,29); }

 H1.HeaderClassName
 {
   color: #3E191D;
 }
 .AnyTagClassName
 {
   color: #3E191D;
 }
</style>

background-color css

<style>
 a { background-color: #3E191D; }

 a { background-color: rgb(62,25,29); }

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

border-color css

<style>
 span { border-color: #3E191D; }

 span { border-color: rgb(62,25,29); }

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