#400209

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

Shades of Rustic Red #400209

Tints of Rustic Red #400209

Color information

#400209 (or 0x400209) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 09. RGB value is (64,2,9). Sum of RGB (Red+Green+Blue) = 64+2+9=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 9 (3.91% from 255 or 12% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400209 is #BFFDF6. Grayscale: #151515. Windows color (decimal): -12582391 or 590400. OLE color: 590400.

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

Color convert

RGB6429-
CMYK00.970.860.75
HSL353.23º93.94%12.94%-
HSV(B)353.23º96.88%25.1%-
XYZ2.191.150.37-
YUV21.34121.04158.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 85.33%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 9 (3.91% from 255) = 12%
R=85.33%
G=2.67%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642900.970.860.75353.2393.9412.94
Hex4029061564B1615ed
Octal100211014112611354113615
Binary1000000101001011000011010110100101110110000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400209; }

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

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

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

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

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

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

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

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