#400118

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

Shades of Rustic Red #400118

Tints of Rustic Red #400118

Color information

#400118 (or 0x400118) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 18. RGB value is (64,1,24). Sum of RGB (Red+Green+Blue) = 64+1+24=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400118 is #BFFEE7. Grayscale: #161616. Windows color (decimal): -12582632 or 1573184. OLE color: 1573184.

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

Color convert

RGB64124-
CMYK00.980.620.75
HSL338.1º96.92%12.75%-
HSV(B)338.1º98.44%25.1%-
XYZ2.291.180.97-
YUV22.46128.87157.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=71.91%
G=1.12%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412400.980.620.75338.196.9212.75
Hex401180623E4B15261d
Octal10013001427611352214115
Binary100000011100001100010111110100101110101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400118; }

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

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

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

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

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

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

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

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