#400014

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

Shades of Rustic Red #400014

Tints of Rustic Red #400014

Color information

#400014 (or 0x400014) is unknown color: approx Rustic Red. HEX triplet: 40, 00 and 14. RGB value is (64,0,20). Sum of RGB (Red+Green+Blue) = 64+0+20=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 20 (8.20% from 255 or 23.81% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400014 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400014 is #BFFFEB. Grayscale: #151515. Windows color (decimal): -12582892 or 1310784. OLE color: 1310784.

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

Color convert

RGB64020-
CMYK010.690.75
HSL341.25º100%12.55%-
HSV(B)341.25º100%25.1%-
XYZ2.241.140.76-
YUV21.42127.2158.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 23.81%
R=76.19%
G=0%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64020010.690.75341.2510012.55
Hex40014064454B15564d
Octal100024014410511352514415
Binary1000000010100011001001000101100101110101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400014; }

 p { color: rgb(64,0,20); }

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

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

 a { background-color: rgb(64,0,20); }

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

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

 span { border-color: rgb(64,0,20); }

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