#400516

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

Shades of Rustic Red #400516

Tints of Rustic Red #400516

Color information

#400516 (or 0x400516) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 16. RGB value is (64,5,22). Sum of RGB (Red+Green+Blue) = 64+5+22=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 22 (8.98% from 255 or 24.18% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400516 is #BFFAE9. Grayscale: #181818. Windows color (decimal): -12581610 or 1443136. OLE color: 1443136.

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

Color convert

RGB64522-
CMYK00.920.660.75
HSL342.71º85.51%13.53%-
HSV(B)342.71º92.19%25.1%-
XYZ2.311.260.88-
YUV24.58126.55156.12-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 22 (8.98% from 255) = 24.18%
R=70.33%
G=5.49%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452200.920.660.75342.7185.5113.53
Hex4051605C424B15756e
Octal100526013410211352712616
Binary100000010110110010111001000010100101110101011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400516; }

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

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

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

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

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

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

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

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