#400214

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

Shades of Rustic Red #400214

Tints of Rustic Red #400214

Color information

#400214 (or 0x400214) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 14. RGB value is (64,2,20). Sum of RGB (Red+Green+Blue) = 64+2+20=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 20 (8.20% from 255 or 23.26% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #400214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400214 is #BFFDEB. Grayscale: #161616. Windows color (decimal): -12582380 or 1311296. OLE color: 1311296.

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

Color convert

RGB64220-
CMYK00.970.690.75
HSL342.58º93.94%12.94%-
HSV(B)342.58º96.88%25.1%-
XYZ2.261.180.77-
YUV22.59126.54157.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 20 (8.20% from 255) = 23.26%
R=74.42%
G=2.33%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422000.970.690.75342.5893.9412.94
Hex40214061454B1575ed
Octal100224014110511352713615
Binary10000001010100011000011000101100101110101011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400214; }

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

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

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

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

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

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

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

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