Html Css Color HEX #3E2021 Rustic Red

📋 copy color: '#3E2021'

red 62 ◦ green 32 ◦ blue 33

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

Shades of Rustic Red #3E2021

Tints of Rustic Red #3E2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.2%

 BLUE value IS 33 (13.28% from 255) = 25.98%

R = 48.82%
G = 25.2%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.76

RGB Variations

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

Color information

#3E2021 (or 0x3E2021) is known color: Rustic Red. HEX triplet: 3E, 20 and 21. RGB value is (62,32,33). Sum of RGB (Red+Green+Blue) = 62+32+33=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2021 is #C1DFDE. Grayscale: #292929. Windows color (decimal): -12705759 or 2170942. OLE color: 2170942.

HSL color Cylindrical-coordinate representation of color #3E2021: hue angle of 358º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2021 is Cyan = 0, Magento = 0.48, Yellow = 0.47 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 32 33 -
CMYK 0 0.48 0.47 0.76
HSL 358º 0.32% 0.18% -
HSV(B) 358º 0.48% 0.24% -
XYZ 2.78 2.17 1.71 -
YUV 41.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 62 32 33 0 0.48 0.47 0.76 358 0.32 0.18
Hex 3E 20 21 0 30 2F 4C 166 20 12
Octal 76 40 41 0 60 57 114 546 40 22
Binary 111110 100000 100001 0 110000 101111 1001100 101100110 100000 10010

Color Harmonies of #3E2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2021

Black with #3E2021

Text Example


Text Example

White with #3E2021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,32,33); }

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

background-color css

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

 a { background-color: rgb(62,32,33); }

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

border-color css

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

 span { border-color: rgb(62,32,33); }

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