#401E20

Color #401E20 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #401E20

Tints of Rustic Red #401E20

Color information

#401E20 (or 0x401E20) is unknown color: approx 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

RGB643032-
CMYK00.530.500.75
HSL356.47º36.17%18.43%-
HSV(B)356.47º53.12%25.1%-
XYZ2.842.121.63-
YUV40.39123.26144.84-

RGB Variations

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

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.40%
R=50.79%
G=23.81%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64303200.530.500.75356.4736.1718.43
Hex401E20035324B1642412
Octal1003640065621135444422
Binary1000000111101000000110101110010100101110110010010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>