#400412

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

Shades of Rustic Red #400412

Tints of Rustic Red #400412

Color information

#400412 (or 0x400412) is unknown color: approx Rustic Red. HEX triplet: 40, 04 and 12. RGB value is (64,4,18). Sum of RGB (Red+Green+Blue) = 64+4+18=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400412 is #BFFBED. Grayscale: #171717. Windows color (decimal): -12581870 or 1180736. OLE color: 1180736.

HSL color Cylindrical-coordinate representation of color #400412: hue angle of 346º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #400412 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB64418-
CMYK00.940.720.75
HSL346º88.24%13.33%-
HSV(B)346º93.75%25.1%-
XYZ2.271.220.69-
YUV23.54124.88156.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=74.42%
G=4.65%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441800.940.720.7534688.2413.33
Hex4041205E484B15a58d
Octal100422013611011353213015
Binary100000010010010010111101001000100101110101101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400412; }

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

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

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

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

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

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

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

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