#401B1E

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

Shades of Rustic Red #401B1E

Tints of Rustic Red #401B1E

Color information

#401B1E (or 0x401B1E) is unknown color: approx Rustic Red. HEX triplet: 40, 1B and 1E. RGB value is (64,27,30). Sum of RGB (Red+Green+Blue) = 64+27+30=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B1E is #BFE4E1. Grayscale: #262626. Windows color (decimal): -12575970 or 1973056. OLE color: 1973056.

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

Color convert

RGB642730-
CMYK00.580.530.75
HSL355.14º40.66%17.84%-
HSV(B)355.14º57.81%25.1%-
XYZ2.741.971.46-
YUV38.4123.26146.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=52.89%
G=22.31%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64273000.580.530.75355.1440.6617.84
Hex401B1E03A354B1632912
Octal1003336072651135435122
Binary100000011011111100111010110101100101110110001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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