#401112

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

Shades of Rustic Red #401112

Tints of Rustic Red #401112

Color information

#401112 (or 0x401112) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 12. RGB value is (64,17,18). Sum of RGB (Red+Green+Blue) = 64+17+18=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401112 is #BFEEED. Grayscale: #1F1F1F. Windows color (decimal): -12578542 or 1184064. OLE color: 1184064.

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

Color convert

RGB641718-
CMYK00.730.720.75
HSL358.72º58.02%15.88%-
HSV(B)358.72º73.44%25.1%-
XYZ2.421.530.74-
YUV31.17120.57151.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 18 (7.42% from 255) = 18.18%
R=64.65%
G=17.17%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64171800.730.720.75358.7258.0215.88
Hex401112049484B1673a10
Octal100212201111101135477220
Binary10000001000110010010010011001000100101110110011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401112; }

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

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

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

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

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

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

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

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