#400717

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

Shades of Rustic Red #400717

Tints of Rustic Red #400717

Color information

#400717 (or 0x400717) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 17. RGB value is (64,7,23). Sum of RGB (Red+Green+Blue) = 64+7+23=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 23 (9.38% from 255 or 24.47% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400717 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400717 is #BFF8E8. Grayscale: #191919. Windows color (decimal): -12581097 or 1509184. OLE color: 1509184.

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

Color convert

RGB64723-
CMYK00.890.640.75
HSL343.16º80.28%13.92%-
HSV(B)343.16º89.06%25.1%-
XYZ2.341.30.94-
YUV25.87126.38155.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 23 (9.38% from 255) = 24.47%
R=68.09%
G=7.45%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6472300.890.640.75343.1680.2813.92
Hex40717059404B15750e
Octal100727013110011352712016
Binary100000011110111010110011000000100101110101011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400717; }

 p { color: rgb(64,7,23); }

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

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

 a { background-color: rgb(64,7,23); }

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

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

 span { border-color: rgb(64,7,23); }

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