#400911

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

Shades of Rustic Red #400911

Tints of Rustic Red #400911

Color information

#400911 (or 0x400911) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 11. RGB value is (64,9,17). Sum of RGB (Red+Green+Blue) = 64+9+17=90 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.11% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 64 - color contains mainly: red. Hex color #400911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400911 is #BFF6EE. Grayscale: #1A1A1A. Windows color (decimal): -12580591 or 1116480. OLE color: 1116480.

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

Color convert

RGB64917-
CMYK00.860.730.75
HSL351.27º75.34%14.31%-
HSV(B)351.27º85.94%25.1%-
XYZ2.311.330.66-
YUV26.36122.72154.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.11%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 17 (7.03% from 255) = 18.89%
R=71.11%
G=10%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491700.860.730.75351.2775.3414.31
Hex40911056494B15f4be
Octal1001121012611111353711316
Binary1000000100110001010101101001001100101110101111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400911; }

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

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

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

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

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

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

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

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