#400512

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

Shades of Rustic Red #400512

Tints of Rustic Red #400512

Color information

#400512 (or 0x400512) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 12. RGB value is (64,5,18). Sum of RGB (Red+Green+Blue) = 64+5+18=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #400512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400512 is #BFFAED. Grayscale: #181818. Windows color (decimal): -12581614 or 1180992. OLE color: 1180992.

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

Color convert

RGB64518-
CMYK00.920.720.75
HSL346.78º85.51%13.53%-
HSV(B)346.78º92.19%25.1%-
XYZ2.281.240.69-
YUV24.12124.55156.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 5 (2.34% from 255) = 5.75%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=73.56%
G=5.75%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451800.920.720.75346.7885.5113.53
Hex4051205C484B15b56e
Octal100522013411011353312616
Binary100000010110010010111001001000100101110101101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400512; }

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

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

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

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

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

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

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

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