#401D1F

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

Shades of Rustic Red #401D1F

Tints of Rustic Red #401D1F

Color information

#401D1F (or 0x401D1F) is unknown color: approx Rustic Red. HEX triplet: 40, 1D and 1F. RGB value is (64,29,31). Sum of RGB (Red+Green+Blue) = 64+29+31=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #401D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401D1F is #BFE2E0. Grayscale: #272727. Windows color (decimal): -12575457 or 2039104. OLE color: 2039104.

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

Color convert

RGB642931-
CMYK00.550.520.75
HSL356.57º37.63%18.24%-
HSV(B)356.57º54.69%25.1%-
XYZ2.82.071.55-
YUV39.69123.1145.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 29 (11.72% from 255) = 23.39%
BLUE value IS 31 (12.5% from 255) = 25%
R=51.61%
G=23.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64293100.550.520.75356.5737.6318.24
Hex401D1F037344B1652612
Octal1003537067641135454622
Binary100000011101111110110111110100100101110110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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