#401116

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

Shades of Rustic Red #401116

Tints of Rustic Red #401116

Color information

#401116 (or 0x401116) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 16. RGB value is (64,17,22). Sum of RGB (Red+Green+Blue) = 64+17+22=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401116 is #BFEEE9. Grayscale: #1F1F1F. Windows color (decimal): -12578538 or 1446208. OLE color: 1446208.

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

Color convert

RGB641722-
CMYK00.730.660.75
HSL353.62º58.02%15.88%-
HSV(B)353.62º73.44%25.1%-
XYZ2.461.550.93-
YUV31.62122.57151.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 17 (7.03% from 255) = 16.50%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=62.14%
G=16.50%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64172200.730.660.75353.6258.0215.88
Hex401116049424B1623a10
Octal100212601111021135427220
Binary10000001000110110010010011000010100101110110001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401116; }

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

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

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

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

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

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

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

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