Html Css Color HEX #401E20 Rustic Red

📋 copy color: '#401E20'

red 64 ◦ green 30 ◦ blue 32

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

Shades of Rustic Red #401E20

Tints of Rustic Red #401E20

RGB

 RED value IS 64 (25.39% from 255) = 50.79%

 GREEN value IS 30 (12.11% from 255) = 23.81%

 BLUE value IS 32 (12.89% from 255) = 25.4%

R = 50.79%
G = 23.81%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#401E20 (or 0x401E20) is known color: Rustic Red. HEX triplet: 40, 1E and 20. RGB value is (64,30,32). Sum of RGB (Red+Green+Blue) = 64+30+32=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 32 (12.89% from 255 or 25.40% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #401E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E20 is #BFE1DF. Grayscale: #282828. Windows color (decimal): -12575200 or 2104896. OLE color: 2104896.

HSL color Cylindrical-coordinate representation of color #401E20: hue angle of 356.47º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E20 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 30 32 -
CMYK 0 0.53 0.50 0.75
HSL 356.47º 0.36% 0.18% -
HSV(B) 356.47º 0.53% 0.25% -
XYZ 2.84 2.12 1.63 -
YUV 40.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 64 30 32 0 0.53 0.50 0.75 356.47 0.36 0.18
Hex 40 1E 20 0 35 32 4B 164 24 12
Octal 100 36 40 0 65 62 113 544 44 22
Binary 1000000 11110 100000 0 110101 110010 1001011 101100100 100100 10010

Color Harmonies of #401E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E20

Black with #401E20

Text Example


Text Example

White with #401E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401E20; }

 p { color: rgb(64,30,32); }

 H1.HeaderClassName
 {
   color: #401E20;
 }
 .AnyTagClassName
 {
   color: #401E20;
 }
</style>

background-color css

<style>
 a { background-color: #401E20; }

 a { background-color: rgb(64,30,32); }

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

border-color css

<style>
 span { border-color: #401E20; }

 span { border-color: rgb(64,30,32); }

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