#400814

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

Shades of Rustic Red #400814

Tints of Rustic Red #400814

Color information

#400814 (or 0x400814) is unknown color: approx Rustic Red. HEX triplet: 40, 08 and 14. RGB value is (64,8,20). Sum of RGB (Red+Green+Blue) = 64+8+20=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #400814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400814 is #BFF7EB. Grayscale: #1A1A1A. Windows color (decimal): -12580844 or 1312832. OLE color: 1312832.

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

Color convert

RGB64820-
CMYK00.870.690.75
HSL347.14º77.78%14.12%-
HSV(B)347.14º87.5%25.1%-
XYZ2.331.310.79-
YUV26.11124.55155.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=69.57%
G=8.70%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6482000.870.690.75347.1477.7814.12
Hex40814057454B15b4ee
Octal1001024012710511353311616
Binary1000000100010100010101111000101100101110101101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400814; }

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

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

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

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

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

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

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

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