#401016

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

Shades of Rustic Red #401016

Tints of Rustic Red #401016

Color information

#401016 (or 0x401016) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 16. RGB value is (64,16,22). Sum of RGB (Red+Green+Blue) = 64+16+22=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401016 is #BFEFE9. Grayscale: #1F1F1F. Windows color (decimal): -12578794 or 1445952. OLE color: 1445952.

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

Color convert

RGB641622-
CMYK00.750.660.75
HSL352.5º60%15.69%-
HSV(B)352.5º75%25.1%-
XYZ2.441.520.92-
YUV31.04122.9151.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 22 (8.98% from 255) = 21.57%
R=62.75%
G=15.69%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64162200.750.660.75352.56015.69
Hex40101604B424B1603c10
Octal100202601131021135407420
Binary10000001000010110010010111000010100101110110000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401016; }

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

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

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

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

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

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

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

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