#401019

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

Shades of Rustic Red #401019

Tints of Rustic Red #401019

Color information

#401019 (or 0x401019) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 19. RGB value is (64,16,25). Sum of RGB (Red+Green+Blue) = 64+16+25=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401019 is #BFEFE6. Grayscale: #1F1F1F. Windows color (decimal): -12578791 or 1642560. OLE color: 1642560.

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

Color convert

RGB641625-
CMYK00.750.610.75
HSL348.75º60%15.69%-
HSV(B)348.75º75%25.1%-
XYZ2.481.531.08-
YUV31.38124.4151.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=60.95%
G=15.24%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64162500.750.610.75348.756015.69
Hex40101904B3D4B15d3c10
Octal10020310113751135357420
Binary1000000100001100101001011111101100101110101110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401019; }

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

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

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

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

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

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

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

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