#400207

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

Shades of Rustic Red #400207

Tints of Rustic Red #400207

Color information

#400207 (or 0x400207) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 07. RGB value is (64,2,7). Sum of RGB (Red+Green+Blue) = 64+2+7=73 (9% of max value = 765). Red value is 64 (25.39% from 255 or 87.67% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 7 (3.12% from 255 or 9.59% from 73); Max value from RGB is 64 - color contains mainly: red. Hex color #400207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400207 is #BFFDF8. Grayscale: #151515. Windows color (decimal): -12582393 or 459328. OLE color: 459328.

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

Color convert

RGB6427-
CMYK00.970.890.75
HSL355.16º93.94%12.94%-
HSV(B)355.16º96.88%25.1%-
XYZ2.171.150.31-
YUV21.11120.04158.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 87.67%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 7 (3.12% from 255) = 9.59%
R=87.67%
G=2.74%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642700.970.890.75355.1693.9412.94
Hex4027061594B1635ed
Octal10027014113111354313615
Binary100000010111011000011011001100101110110001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400207; }

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

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

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

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

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

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

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

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