#401E1F

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

Shades of Rustic Red #401E1F

Tints of Rustic Red #401E1F

Color information

#401E1F (or 0x401E1F) is unknown color: approx Rustic Red. HEX triplet: 40, 1E and 1F. RGB value is (64,30,31). Sum of RGB (Red+Green+Blue) = 64+30+31=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #401E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E1F is #BFE1E0. Grayscale: #282828. Windows color (decimal): -12575201 or 2039360. OLE color: 2039360.

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

Color convert

RGB643031-
CMYK00.530.520.75
HSL358.24º36.17%18.43%-
HSV(B)358.24º53.12%25.1%-
XYZ2.832.121.56-
YUV40.28122.76144.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.2%
GREEN value IS 30 (12.11% from 255) = 24%
BLUE value IS 31 (12.5% from 255) = 24.8%
R=51.2%
G=24%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64303100.530.520.75358.2436.1718.43
Hex401E1F035344B1662412
Octal1003637065641135464422
Binary100000011110111110110101110100100101110110011010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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