Html Css Color HEX #3E181B Rustic Red

📋 copy color: '#3E181B'

red 62 ◦ green 24 ◦ blue 27

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

Shades of Rustic Red #3E181B

Tints of Rustic Red #3E181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 21.24%

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

R = 54.87%
G = 21.24%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#3E181B (or 0x3E181B) is known color: Rustic Red. HEX triplet: 3E, 18 and 1B. RGB value is (62,24,27). Sum of RGB (Red+Green+Blue) = 62+24+27=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E181B is #C1E7E4. Grayscale: #232323. Windows color (decimal): -12707813 or 1775678. OLE color: 1775678.

HSL color Cylindrical-coordinate representation of color #3E181B: hue angle of 355.26º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E181B is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 24 27 -
CMYK 0 0.61 0.56 0.76
HSL 355.26º 0.44% 0.17% -
HSV(B) 355.26º 0.61% 0.24% -
XYZ 2.51 1.76 1.24 -
YUV 35.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 62 24 27 0 0.61 0.56 0.76 355.26 0.44 0.17
Hex 3E 18 1B 0 3D 38 4C 163 2C 11
Octal 76 30 33 0 75 70 114 543 54 21
Binary 111110 11000 11011 0 111101 111000 1001100 101100011 101100 10001

Color Harmonies of #3E181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E181B

Black with #3E181B

Text Example


Text Example

White with #3E181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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