#401218

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

Shades of Rustic Red #401218

Tints of Rustic Red #401218

Color information

#401218 (or 0x401218) is unknown color: approx Rustic Red. HEX triplet: 40, 12 and 18. RGB value is (64,18,24). Sum of RGB (Red+Green+Blue) = 64+18+24=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401218 is #BFEDE7. Grayscale: #202020. Windows color (decimal): -12578280 or 1577536. OLE color: 1577536.

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

Color convert

RGB641824-
CMYK00.720.620.75
HSL352.17º56.1%16.08%-
HSV(B)352.17º71.88%25.1%-
XYZ2.51.591.04-
YUV32.44123.24150.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=60.38%
G=16.98%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64182400.720.620.75352.1756.116.08
Hex4012180483E4B1603810
Octal10022300110761135407020
Binary1000000100101100001001000111110100101110110000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401218; }

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

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

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

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

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

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

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

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