Html Css Color HEX #3E191E Rustic Red

📋 copy color: '#3E191E'

red 62 ◦ green 25 ◦ blue 30

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

Shades of Rustic Red #3E191E

Tints of Rustic Red #3E191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 25.64%

R = 52.99%
G = 21.37%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3E191E (or 0x3E191E) is known color: Rustic Red. HEX triplet: 3E, 19 and 1E. RGB value is (62,25,30). Sum of RGB (Red+Green+Blue) = 62+25+30=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E191E is #C1E6E1. Grayscale: #242424. Windows color (decimal): -12707554 or 1972542. OLE color: 1972542.

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

Color convert

RGB 62 25 30 -
CMYK 0 0.60 0.52 0.76
HSL 351.89º 0.43% 0.17% -
HSV(B) 351.89º 0.6% 0.24% -
XYZ 2.57 1.81 1.44 -
YUV 36.63 124.26 146.09 -
System Red Green Blue C M Y K H S L
Decimal 62 25 30 0 0.60 0.52 0.76 351.89 0.43 0.17
Hex 3E 19 1E 0 3C 34 4C 160 2B 11
Octal 76 31 36 0 74 64 114 540 53 21
Binary 111110 11001 11110 0 111100 110100 1001100 101100000 101011 10001

Color Harmonies of #3E191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E191E

Black with #3E191E

Text Example


Text Example

White with #3E191E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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