Html Css Color HEX #3E151D Rustic Red

📋 copy color: '#3E151D'

red 62 ◦ green 21 ◦ blue 29

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

Shades of Rustic Red #3E151D

Tints of Rustic Red #3E151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 55.36%
G = 18.75%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E151D (or 0x3E151D) is known color: Rustic Red. HEX triplet: 3E, 15 and 1D. RGB value is (62,21,29). Sum of RGB (Red+Green+Blue) = 62+21+29=112 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.36% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 62 - color contains mainly: red. Hex color #3E151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E151D is #C1EAE2. Grayscale: #222222. Windows color (decimal): -12708579 or 1905982. OLE color: 1905982.

HSL color Cylindrical-coordinate representation of color #3E151D: hue angle of 348.29º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E151D is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 21 29 -
CMYK 0 0.66 0.53 0.76
HSL 348.29º 0.49% 0.16% -
HSV(B) 348.29º 0.66% 0.24% -
XYZ 2.48 1.65 1.35 -
YUV 34.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 62 21 29 0 0.66 0.53 0.76 348.29 0.49 0.16
Hex 3E 15 1D 0 42 35 4C 15C 31 10
Octal 76 25 35 0 102 65 114 534 61 20
Binary 111110 10101 11101 0 1000010 110101 1001100 101011100 110001 10000

Color Harmonies of #3E151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E151D

Black with #3E151D

Text Example


Text Example

White with #3E151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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