#401C1D

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

Shades of Rustic Red #401C1D

Tints of Rustic Red #401C1D

Color information

#401C1D (or 0x401C1D) is unknown color: approx Rustic Red. HEX triplet: 40, 1C and 1D. RGB value is (64,28,29). Sum of RGB (Red+Green+Blue) = 64+28+29=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #401C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401C1D is #BFE3E2. Grayscale: #262626. Windows color (decimal): -12575715 or 1907776. OLE color: 1907776.

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

Color convert

RGB642829-
CMYK00.560.550.75
HSL358.33º39.13%18.04%-
HSV(B)358.33º56.25%25.1%-
XYZ2.752.011.41-
YUV38.88122.43145.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=52.89%
G=23.14%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64282900.560.550.75358.3339.1318.04
Hex401C1D038374B1662712
Octal1003435070671135464722
Binary100000011100111010111000110111100101110110011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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