#401C20

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

Shades of Rustic Red #401C20

Tints of Rustic Red #401C20

Color information

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

RGB642832-
CMYK00.560.500.75
HSL353.33º39.13%18.04%-
HSV(B)353.33º56.25%25.1%-
XYZ2.792.021.61-
YUV39.22123.93145.67-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64283200.560.500.75353.3339.1318.04
Hex401C20038324B1612712
Octal1003440070621135414722
Binary1000000111001000000111000110010100101110110000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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