Html Css Color HEX #3E191B Rustic Red

📋 copy color: '#3E191B'

red 62 ◦ green 25 ◦ blue 27

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

Shades of Rustic Red #3E191B

Tints of Rustic Red #3E191B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.68%

R = 54.39%
G = 21.93%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3E191B (or 0x3E191B) is known color: Rustic Red. HEX triplet: 3E, 19 and 1B. RGB value is (62,25,27). Sum of RGB (Red+Green+Blue) = 62+25+27=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191B is #C1E6E4. Grayscale: #242424. Windows color (decimal): -12707557 or 1775934. OLE color: 1775934.

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

Color convert

RGB 62 25 27 -
CMYK 0 0.60 0.56 0.76
HSL 356.76º 0.43% 0.17% -
HSV(B) 356.76º 0.6% 0.24% -
XYZ 2.53 1.8 1.25 -
YUV 36.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 62 25 27 0 0.60 0.56 0.76 356.76 0.43 0.17
Hex 3E 19 1B 0 3C 38 4C 165 2B 11
Octal 76 31 33 0 74 70 114 545 53 21
Binary 111110 11001 11011 0 111100 111000 1001100 101100101 101011 10001

Color Harmonies of #3E191B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E191B

Black with #3E191B

Text Example


Text Example

White with #3E191B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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