#400611

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

Shades of Rustic Red #400611

Tints of Rustic Red #400611

Color information

#400611 (or 0x400611) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 11. RGB value is (64,6,17). Sum of RGB (Red+Green+Blue) = 64+6+17=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400611 is #BFF9EE. Grayscale: #181818. Windows color (decimal): -12581359 or 1115712. OLE color: 1115712.

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

Color convert

RGB64617-
CMYK00.910.730.75
HSL348.62º82.86%13.73%-
HSV(B)348.62º90.62%25.1%-
XYZ2.281.260.65-
YUV24.6123.72156.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 6 (2.73% from 255) = 6.90%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=73.56%
G=6.90%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461700.910.730.75348.6282.8613.73
Hex4061105B494B15d53e
Octal100621013311111353512316
Binary100000011010001010110111001001100101110101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400611; }

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

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

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

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

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

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

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

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