#400419

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

Shades of Rustic Red #400419

Tints of Rustic Red #400419

Color information

#400419 (or 0x400419) is unknown color: approx Rustic Red. HEX triplet: 40, 04 and 19. RGB value is (64,4,25). Sum of RGB (Red+Green+Blue) = 64+4+25=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400419 is #BFFBE6. Grayscale: #181818. Windows color (decimal): -12581863 or 1639488. OLE color: 1639488.

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

Color convert

RGB64425-
CMYK00.940.610.75
HSL339º88.24%13.33%-
HSV(B)339º93.75%25.1%-
XYZ2.331.251.04-
YUV24.33128.38156.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 25 (10.16% from 255) = 26.88%
R=68.82%
G=4.30%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6442500.940.610.7533988.2413.33
Hex4041905E3D4B15358d
Octal10043101367511352313015
Binary10000001001100101011110111101100101110101001110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400419; }

 p { color: rgb(64,4,25); }

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

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

 a { background-color: rgb(64,4,25); }

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

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

 span { border-color: rgb(64,4,25); }

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