#401014

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

Shades of Rustic Red #401014

Tints of Rustic Red #401014

Color information

#401014 (or 0x401014) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 14. RGB value is (64,16,20). Sum of RGB (Red+Green+Blue) = 64+16+20=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401014 is #BFEFEB. Grayscale: #1E1E1E. Windows color (decimal): -12578796 or 1314880. OLE color: 1314880.

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

Color convert

RGB641620-
CMYK00.750.690.75
HSL355º60%15.69%-
HSV(B)355º75%25.1%-
XYZ2.431.510.83-
YUV30.81121.9151.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 20 (8.20% from 255) = 20%
R=64%
G=16%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64162000.750.690.753556015.69
Hex40101404B454B1633c10
Octal100202401131051135437420
Binary10000001000010100010010111000101100101110110001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401014; }

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

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

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

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

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

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

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

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