#401118

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

Shades of Rustic Red #401118

Tints of Rustic Red #401118

Color information

#401118 (or 0x401118) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 18. RGB value is (64,17,24). Sum of RGB (Red+Green+Blue) = 64+17+24=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401118 is #BFEEE7. Grayscale: #1F1F1F. Windows color (decimal): -12578536 or 1577280. OLE color: 1577280.

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

Color convert

RGB641724-
CMYK00.730.620.75
HSL351.06º58.02%15.88%-
HSV(B)351.06º73.44%25.1%-
XYZ2.481.561.03-
YUV31.85123.57150.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=60.95%
G=16.19%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64172400.730.620.75351.0658.0215.88
Hex4011180493E4B15f3a10
Octal10021300111761135377220
Binary1000000100011100001001001111110100101110101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401118; }

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

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

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

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

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

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

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

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