Html Css Color HEX #3E191F Rustic Red

📋 copy color: '#3E191F'

red 62 ◦ green 25 ◦ blue 31

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

Shades of Rustic Red #3E191F

Tints of Rustic Red #3E191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.27%

R = 52.54%
G = 21.19%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#3E191F (or 0x3E191F) is known color: Rustic Red. HEX triplet: 3E, 19 and 1F. RGB value is (62,25,31). Sum of RGB (Red+Green+Blue) = 62+25+31=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191F is #C1E6E0. Grayscale: #242424. Windows color (decimal): -12707553 or 2038078. OLE color: 2038078.

HSL color Cylindrical-coordinate representation of color #3E191F: hue angle of 350.27º 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 #3E191F is Cyan = 0, Magento = 0.60, Yellow = 0.5 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 25 31 -
CMYK 0 0.60 0.5 0.76
HSL 350.27º 0.43% 0.17% -
HSV(B) 350.27º 0.6% 0.24% -
XYZ 2.58 1.82 1.51 -
YUV 36.75 124.76 146.01 -
System Red Green Blue C M Y K H S L
Decimal 62 25 31 0 0.60 0.5 0.76 350.27 0.43 0.17
Hex 3E 19 1F 0 3C 32 4C 15E 2B 11
Octal 76 31 37 0 74 62 114 536 53 21
Binary 111110 11001 11111 0 111100 110010 1001100 101011110 101011 10001

Color Harmonies of #3E191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E191F

Black with #3E191F

Text Example


Text Example

White with #3E191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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