#400210

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

Shades of Rustic Red #400210

Tints of Rustic Red #400210

Color information

#400210 (or 0x400210) is unknown color: approx Rustic Red. HEX triplet: 40, 02 and 10. RGB value is (64,2,16). Sum of RGB (Red+Green+Blue) = 64+2+16=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400210 is #BFFDEF. Grayscale: #161616. Windows color (decimal): -12582384 or 1049152. OLE color: 1049152.

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

Color convert

RGB64216-
CMYK00.970.750.75
HSL346.45º93.94%12.94%-
HSV(B)346.45º96.88%25.1%-
XYZ2.231.170.6-
YUV22.13124.54157.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 16 (6.64% from 255) = 19.51%
R=78.05%
G=2.44%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6421600.970.750.75346.4593.9412.94
Hex402100614B4B15a5ed
Octal100220014111311353213615
Binary10000001010000011000011001011100101110101101010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400210; }

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

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

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

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

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

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

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

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