#401618

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

Shades of Rustic Red #401618

Tints of Rustic Red #401618

Color information

#401618 (or 0x401618) is unknown color: approx Rustic Red. HEX triplet: 40, 16 and 18. RGB value is (64,22,24). Sum of RGB (Red+Green+Blue) = 64+22+24=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401618 is #BFE9E7. Grayscale: #222222. Windows color (decimal): -12577256 or 1578560. OLE color: 1578560.

HSL color Cylindrical-coordinate representation of color #401618: hue angle of 357.14º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #401618 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB642224-
CMYK00.660.620.75
HSL357.14º48.84%16.86%-
HSV(B)357.14º65.62%25.1%-
XYZ2.571.731.06-
YUV34.79121.91148.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=58.18%
G=20%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64222400.660.620.75357.1448.8416.86
Hex4016180423E4B1653111
Octal10026300102761135456121
Binary1000000101101100001000010111110100101110110010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401618; }

 p { color: rgb(64,22,24); }

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

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

 a { background-color: rgb(64,22,24); }

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

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

 span { border-color: rgb(64,22,24); }

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