Html Css Color HEX #401C20 Rustic Red

📋 copy color: '#401C20'

red 64 ◦ green 28 ◦ blue 32

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

Shades of Rustic Red #401C20

Tints of Rustic Red #401C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

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

R = 51.61%
G = 22.58%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#401C20 (or 0x401C20) is known color: Rustic Red. HEX triplet: 40, 1C and 20. RGB value is (64,28,32). Sum of RGB (Red+Green+Blue) = 64+28+32=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C20 is #BFE3DF. Grayscale: #272727. Windows color (decimal): -12575712 or 2104384. OLE color: 2104384.

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

Color convert

RGB 64 28 32 -
CMYK 0 0.56 0.50 0.75
HSL 353.33º 0.39% 0.18% -
HSV(B) 353.33º 0.56% 0.25% -
XYZ 2.79 2.02 1.61 -
YUV 39.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 64 28 32 0 0.56 0.50 0.75 353.33 0.39 0.18
Hex 40 1C 20 0 38 32 4B 161 27 12
Octal 100 34 40 0 70 62 113 541 47 22
Binary 1000000 11100 100000 0 111000 110010 1001011 101100001 100111 10010

Color Harmonies of #401C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C20

Black with #401C20

Text Example


Text Example

White with #401C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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