#400916

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

Shades of Rustic Red #400916

Tints of Rustic Red #400916

Color information

#400916 (or 0x400916) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 16. RGB value is (64,9,22). Sum of RGB (Red+Green+Blue) = 64+9+22=95 (12% of max value = 765). Red value is 64 (25.39% from 255 or 67.37% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 64 - color contains mainly: red. Hex color #400916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400916 is #BFF6E9. Grayscale: #1A1A1A. Windows color (decimal): -12580586 or 1444160. OLE color: 1444160.

HSL color Cylindrical-coordinate representation of color #400916: hue angle of 345.82º 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 #400916 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB64922-
CMYK00.860.660.75
HSL345.82º75.34%14.31%-
HSV(B)345.82º85.94%25.1%-
XYZ2.361.340.89-
YUV26.93125.22154.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 67.37%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=67.37%
G=9.47%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6492200.860.660.75345.8275.3414.31
Hex40916056424B15a4be
Octal1001126012610211353211316
Binary1000000100110110010101101000010100101110101101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400916; }

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

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

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

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

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

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

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

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