Html Css Color HEX #401F20 Rustic Red

📋 copy color: '#401F20'

red 64 ◦ green 31 ◦ blue 32

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

Shades of Rustic Red #401F20

Tints of Rustic Red #401F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 24.41%

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

R = 50.39%
G = 24.41%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#401F20 (or 0x401F20) is known color: Rustic Red. HEX triplet: 40, 1F and 20. RGB value is (64,31,32). Sum of RGB (Red+Green+Blue) = 64+31+32=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 32 (12.89% from 255 or 25.20% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #401F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401F20 is #BFE0DF. Grayscale: #292929. Windows color (decimal): -12574944 or 2105152. OLE color: 2105152.

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

Color convert

RGB 64 31 32 -
CMYK 0 0.52 0.50 0.75
HSL 358.18º 0.35% 0.19% -
HSV(B) 358.18º 0.52% 0.25% -
XYZ 2.87 2.17 1.64 -
YUV 40.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 64 31 32 0 0.52 0.50 0.75 358.18 0.35 0.19
Hex 40 1F 20 0 34 32 4B 166 23 13
Octal 100 37 40 0 64 62 113 546 43 23
Binary 1000000 11111 100000 0 110100 110010 1001011 101100110 100011 10011

Color Harmonies of #401F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F20

Black with #401F20

Text Example


Text Example

White with #401F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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