Html Css Color HEX #3E121D Rustic Red

📋 copy color: '#3E121D'

red 62 ◦ green 18 ◦ blue 29

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

Shades of Rustic Red #3E121D

Tints of Rustic Red #3E121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.51%

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

R = 56.88%
G = 16.51%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E121D (or 0x3E121D) is known color: Rustic Red. HEX triplet: 3E, 12 and 1D. RGB value is (62,18,29). Sum of RGB (Red+Green+Blue) = 62+18+29=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E121D is #C1EDE2. Grayscale: #202020. Windows color (decimal): -12709347 or 1905214. OLE color: 1905214.

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

Color convert

RGB 62 18 29 -
CMYK 0 0.71 0.53 0.76
HSL 345º 0.55% 0.16% -
HSV(B) 345º 0.71% 0.24% -
XYZ 2.42 1.55 1.33 -
YUV 32.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 62 18 29 0 0.71 0.53 0.76 345 0.55 0.16
Hex 3E 12 1D 0 47 35 4C 159 37 10
Octal 76 22 35 0 107 65 114 531 67 20
Binary 111110 10010 11101 0 1000111 110101 1001100 101011001 110111 10000

Color Harmonies of #3E121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E121D

Black with #3E121D

Text Example


Text Example

White with #3E121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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