#401C1E

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

Shades of Rustic Red #401C1E

Tints of Rustic Red #401C1E

Color information

#401C1E (or 0x401C1E) is unknown color: approx Rustic Red. HEX triplet: 40, 1C and 1E. RGB value is (64,28,30). Sum of RGB (Red+Green+Blue) = 64+28+30=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1E is #BFE3E1. Grayscale: #272727. Windows color (decimal): -12575714 or 1973312. OLE color: 1973312.

HSL color Cylindrical-coordinate representation of color #401C1E: hue angle of 356.67º 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 #401C1E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB642830-
CMYK00.560.530.75
HSL356.67º39.13%18.04%-
HSV(B)356.67º56.25%25.1%-
XYZ2.762.011.47-
YUV38.99122.93145.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 30 (12.11% from 255) = 24.59%
R=52.46%
G=22.95%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64283000.560.530.75356.6739.1318.04
Hex401C1E038354B1652712
Octal1003436070651135454722
Binary100000011100111100111000110101100101110110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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