#400204

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

Shades of Rustic Red #400204

Tints of Rustic Red #400204

Color information

#400204 (or 0x400204) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 04. RGB value is (64,2,4). Sum of RGB (Red+Green+Blue) = 64+2+4=70 (9% of max value = 765). Red value is 64 (25.39% from 255 or 91.43% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 4 (1.95% from 255 or 5.71% from 70); Max value from RGB is 64 - color contains mainly: red. Hex color #400204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400204 is #BFFDFB. Grayscale: #141414. Windows color (decimal): -12582396 or 262720. OLE color: 262720.

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

Color convert

RGB6424-
CMYK00.970.940.75
HSL358.06º93.94%12.94%-
HSV(B)358.06º96.88%25.1%-
XYZ2.161.140.22-
YUV20.77118.54158.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 91.43%
GREEN value IS 2 (1.17% from 255) = 2.86%
BLUE value IS 4 (1.95% from 255) = 5.71%
R=91.43%
G=2.86%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642400.970.940.75358.0693.9412.94
Hex40240615E4B1665ed
Octal10024014113611354613615
Binary100000010100011000011011110100101110110011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400204; }

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

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

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

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

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

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

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

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