#400206

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

Shades of Rustic Red #400206

Tints of Rustic Red #400206

Color information

#400206 (or 0x400206) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 06. RGB value is (64,2,6). Sum of RGB (Red+Green+Blue) = 64+2+6=72 (9% of max value = 765). Red value is 64 (25.39% from 255 or 88.89% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 6 (2.73% from 255 or 8.33% from 72); Max value from RGB is 64 - color contains mainly: red. Hex color #400206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400206 is #BFFDF9. Grayscale: #151515. Windows color (decimal): -12582394 or 393792. OLE color: 393792.

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

Color convert

RGB6426-
CMYK00.970.910.75
HSL356.13º93.94%12.94%-
HSV(B)356.13º96.88%25.1%-
XYZ2.171.150.28-
YUV20.99119.54158.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 88.89%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 6 (2.73% from 255) = 8.33%
R=88.89%
G=2.78%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal642600.970.910.75356.1393.9412.94
Hex40260615B4B1645ed
Octal10026014113311354413615
Binary100000010110011000011011011100101110110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400206; }

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

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

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

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

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

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

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

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