#400618

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

Shades of Rustic Red #400618

Tints of Rustic Red #400618

Color information

#400618 (or 0x400618) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 18. RGB value is (64,6,24). Sum of RGB (Red+Green+Blue) = 64+6+24=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400618 is #BFF9E7. Grayscale: #191919. Windows color (decimal): -12581352 or 1574464. OLE color: 1574464.

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

Color convert

RGB64624-
CMYK00.910.620.75
HSL341.38º82.86%13.73%-
HSV(B)341.38º90.62%25.1%-
XYZ2.341.290.99-
YUV25.39127.22155.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 24 (9.77% from 255) = 25.53%
R=68.09%
G=6.38%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6462400.910.620.75341.3882.8613.73
Hex4061805B3E4B15553e
Octal10063001337611352512316
Binary10000001101100001011011111110100101110101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400618; }

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

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

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

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

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

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

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

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