#400519

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

Shades of Rustic Red #400519

Tints of Rustic Red #400519

Color information

#400519 (or 0x400519) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 19. RGB value is (64,5,25). Sum of RGB (Red+Green+Blue) = 64+5+25=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #400519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400519 is #BFFAE6. Grayscale: #181818. Windows color (decimal): -12581607 or 1639744. OLE color: 1639744.

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

Color convert

RGB64525-
CMYK00.920.610.75
HSL339.66º85.51%13.53%-
HSV(B)339.66º92.19%25.1%-
XYZ2.341.271.04-
YUV24.92128.05155.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 25 (10.16% from 255) = 26.60%
R=68.09%
G=5.32%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452500.920.610.75339.6685.5113.53
Hex4051905C3D4B15456e
Octal10053101347511352412616
Binary10000001011100101011100111101100101110101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400519; }

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

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

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

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

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

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

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

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