#400509

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

Shades of Rustic Red #400509

Tints of Rustic Red #400509

Color information

#400509 (or 0x400509) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 09. RGB value is (64,5,9). Sum of RGB (Red+Green+Blue) = 64+5+9=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 9 (3.91% from 255 or 11.54% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400509 is #BFFAF6. Grayscale: #171717. Windows color (decimal): -12581623 or 591168. OLE color: 591168.

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

Color convert

RGB6459-
CMYK00.920.860.75
HSL355.93º85.51%13.53%-
HSV(B)355.93º92.19%25.1%-
XYZ2.221.220.38-
YUV23.1120.05157.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 9 (3.91% from 255) = 11.54%
R=82.05%
G=6.41%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645900.920.860.75355.9385.5113.53
Hex405905C564B16456e
Octal100511013412611354412616
Binary10000001011001010111001010110100101110110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400509; }

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

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

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

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

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

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

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

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