#400E11

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

Shades of Rustic Red #400E11

Tints of Rustic Red #400E11

Color information

#400E11 (or 0x400E11) is unknown color: approx Rustic Red. HEX triplet: 40, 0E and 11. RGB value is (64,14,17). Sum of RGB (Red+Green+Blue) = 64+14+17=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E11 is #BFF1EE. Grayscale: #1D1D1D. Windows color (decimal): -12579311 or 1117760. OLE color: 1117760.

HSL color Cylindrical-coordinate representation of color #400E11: hue angle of 356.4º 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 #400E11 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB641417-
CMYK00.780.730.75
HSL356.4º64.1%15.29%-
HSV(B)356.4º78.12%25.1%-
XYZ2.371.440.68-
YUV29.29121.06152.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=67.37%
G=14.74%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64141700.780.730.75356.464.115.29
Hex40E1104E494B16440f
Octal1001621011611111354410017
Binary1000000111010001010011101001001100101110110010010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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