#400918

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

Shades of Rustic Red #400918

Tints of Rustic Red #400918

Color information

#400918 (or 0x400918) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 18. RGB value is (64,9,24). Sum of RGB (Red+Green+Blue) = 64+9+24=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400918 is #BFF6E7. Grayscale: #1B1B1B. Windows color (decimal): -12580584 or 1575232. OLE color: 1575232.

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

Color convert

RGB64924-
CMYK00.860.620.75
HSL343.64º75.34%14.31%-
HSV(B)343.64º85.94%25.1%-
XYZ2.381.351-
YUV27.15126.22154.28-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=65.98%
G=9.28%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6492400.860.620.75343.6475.3414.31
Hex409180563E4B1584be
Octal100113001267611353011316
Binary100000010011100001010110111110100101110101100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400918; }

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

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

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

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

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

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

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

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