#400D11

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

Shades of Rustic Red #400D11

Tints of Rustic Red #400D11

Color information

#400D11 (or 0x400D11) is unknown color: approx Rustic Red. HEX triplet: 40, 0D and 11. RGB value is (64,13,17). Sum of RGB (Red+Green+Blue) = 64+13+17=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400D11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D11 is #BFF2EE. Grayscale: #1C1C1C. Windows color (decimal): -12579567 or 1117504. OLE color: 1117504.

HSL color Cylindrical-coordinate representation of color #400D11: hue angle of 355.29º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D11 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.75.

Color convert

RGB641317-
CMYK00.800.730.75
HSL355.29º66.23%15.1%-
HSV(B)355.29º79.69%25.1%-
XYZ2.361.420.68-
YUV28.7121.4153.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=68.09%
G=13.83%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64131700.800.730.75355.2966.2315.1
Hex40D11050494B16342f
Octal1001521012011111354310217
Binary1000000110110001010100001001001100101110110001110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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