#400616

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

Shades of Rustic Red #400616

Tints of Rustic Red #400616

Color information

#400616 (or 0x400616) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 16. RGB value is (64,6,22). Sum of RGB (Red+Green+Blue) = 64+6+22=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400616 is #BFF9E9. Grayscale: #191919. Windows color (decimal): -12581354 or 1443392. OLE color: 1443392.

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

Color convert

RGB64622-
CMYK00.910.660.75
HSL343.45º82.86%13.73%-
HSV(B)343.45º90.62%25.1%-
XYZ2.321.280.88-
YUV25.17126.22155.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 6 (2.73% from 255) = 6.52%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=69.57%
G=6.52%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462200.910.660.75343.4582.8613.73
Hex4061605B424B15753e
Octal100626013310211352712316
Binary100000011010110010110111000010100101110101011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400616; }

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

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

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

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

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

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

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

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