#400810

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

Shades of Rustic Red #400810

Tints of Rustic Red #400810

Color information

#400810 (or 0x400810) is unknown color: approx Rustic Red. HEX triplet: 40, 08 and 10. RGB value is (64,8,16). Sum of RGB (Red+Green+Blue) = 64+8+16=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #400810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400810 is #BFF7EF. Grayscale: #191919. Windows color (decimal): -12580848 or 1050688. OLE color: 1050688.

HSL color Cylindrical-coordinate representation of color #400810: hue angle of 351.43º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400810 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB64816-
CMYK00.870.750.75
HSL351.43º77.78%14.12%-
HSV(B)351.43º87.5%25.1%-
XYZ2.291.30.62-
YUV25.66122.55155.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=72.73%
G=9.09%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6481600.870.750.75351.4377.7814.12
Hex408100574B4B15f4ee
Octal1001020012711311353711616
Binary1000000100010000010101111001011100101110101111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400810; }

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

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

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

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

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

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

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

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