#401A1C

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

Shades of Rustic Red #401A1C

Tints of Rustic Red #401A1C

Color information

#401A1C (or 0x401A1C) is unknown color: approx Rustic Red. HEX triplet: 40, 1A and 1C. RGB value is (64,26,28). Sum of RGB (Red+Green+Blue) = 64+26+28=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401A1C is #BFE5E3. Grayscale: #252525. Windows color (decimal): -12576228 or 1841728. OLE color: 1841728.

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

Color convert

RGB642628-
CMYK00.590.560.75
HSL356.84º42.22%17.65%-
HSV(B)356.84º59.38%25.1%-
XYZ2.691.911.33-
YUV37.59122.59146.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 26 (10.55% from 255) = 22.03%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=54.24%
G=22.03%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64262800.590.560.75356.8442.2217.65
Hex401A1C03B384B1652a12
Octal1003234073701135455222
Binary100000011010111000111011111000100101110110010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #401A1C;
 }
 .AnyTagClassName
 {
   color: #401A1C;
 }
</style>
background-color css

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

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

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

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

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

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