#400E18

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

Shades of Rustic Red #400E18

Tints of Rustic Red #400E18

Color information

#400E18 (or 0x400E18) is unknown color: approx Rustic Red. HEX triplet: 40, 0E and 18. RGB value is (64,14,24). Sum of RGB (Red+Green+Blue) = 64+14+24=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #400E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E18 is #BFF1E7. Grayscale: #1E1E1E. Windows color (decimal): -12579304 or 1576512. OLE color: 1576512.

HSL color Cylindrical-coordinate representation of color #400E18: hue angle of 348º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #400E18 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB641424-
CMYK00.780.620.75
HSL348º64.1%15.29%-
HSV(B)348º78.12%25.1%-
XYZ2.441.471.02-
YUV30.09124.56152.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 14 (5.86% from 255) = 13.73%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=62.75%
G=13.73%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64142400.780.620.7534864.115.29
Hex40E1804E3E4B15c40f
Octal100163001167611353410017
Binary100000011101100001001110111110100101110101110010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400E18; }

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

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

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

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

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

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

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

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