#401519

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

Shades of Rustic Red #401519

Tints of Rustic Red #401519

Color information

#401519 (or 0x401519) is unknown color: approx Rustic Red. HEX triplet: 40, 15 and 19. RGB value is (64,21,25). Sum of RGB (Red+Green+Blue) = 64+21+25=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 21 (8.59% from 255 or 19.09% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401519 is #BFEAE6. Grayscale: #222222. Windows color (decimal): -12577511 or 1643840. OLE color: 1643840.

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

Color convert

RGB642125-
CMYK00.670.610.75
HSL354.42º50.59%16.67%-
HSV(B)354.42º67.19%25.1%-
XYZ2.561.71.11-
YUV34.31122.75149.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 21 (8.59% from 255) = 19.09%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=58.18%
G=19.09%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64212500.670.610.75354.4250.5916.67
Hex4015190433D4B1623311
Octal10025310103751135426321
Binary1000000101011100101000011111101100101110110001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401519; }

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

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

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

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

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

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

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

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