Html Css Color HEX #3E121A Rustic Red

📋 copy color: '#3E121A'

red 62 ◦ green 18 ◦ blue 26

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

Shades of Rustic Red #3E121A

Tints of Rustic Red #3E121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.53%

R = 58.49%
G = 16.98%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3E121A (or 0x3E121A) is known color: Rustic Red. HEX triplet: 3E, 12 and 1A. RGB value is (62,18,26). Sum of RGB (Red+Green+Blue) = 62+18+26=106 (14% of max value = 765). Red value is 62 (24.61% from 255 or 58.49% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 62 - color contains mainly: red. Hex color #3E121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E121A is #C1EDE5. Grayscale: #202020. Windows color (decimal): -12709350 or 1708606. OLE color: 1708606.

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

Color convert

RGB 62 18 26 -
CMYK 0 0.71 0.58 0.76
HSL 349.09º 0.55% 0.16% -
HSV(B) 349.09º 0.71% 0.24% -
XYZ 2.39 1.53 1.15 -
YUV 32.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 62 18 26 0 0.71 0.58 0.76 349.09 0.55 0.16
Hex 3E 12 1A 0 47 3A 4C 15D 37 10
Octal 76 22 32 0 107 72 114 535 67 20
Binary 111110 10010 11010 0 1000111 111010 1001100 101011101 110111 10000

Color Harmonies of #3E121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E121A

Black with #3E121A

Text Example


Text Example

White with #3E121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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