#401F20

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

Shades of Rustic Red #401F20

Tints of Rustic Red #401F20

Color information

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

RGB643132-
CMYK00.520.500.75
HSL358.18º34.74%18.63%-
HSV(B)358.18º51.56%25.1%-
XYZ2.872.171.64-
YUV40.98122.93144.42-

RGB Variations

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

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.20%
R=50.39%
G=24.41%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64313200.520.500.75358.1834.7418.63
Hex401F20034324B1662313
Octal1003740064621135464323
Binary1000000111111000000110100110010100101110110011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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