#400508

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

Shades of Rustic Red #400508

Tints of Rustic Red #400508

Color information

#400508 (or 0x400508) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 08. RGB value is (64,5,8). Sum of RGB (Red+Green+Blue) = 64+5+8=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400508 is #BFFAF7. Grayscale: #171717. Windows color (decimal): -12581624 or 525632. OLE color: 525632.

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

Color convert

RGB6458-
CMYK00.920.870.75
HSL356.95º85.51%13.53%-
HSV(B)356.95º92.19%25.1%-
XYZ2.211.220.35-
YUV22.98119.55157.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 83.12%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=83.12%
G=6.49%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645800.920.870.75356.9585.5113.53
Hex405805C574B16556e
Octal100510013412711354512616
Binary10000001011000010111001010111100101110110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400508; }

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

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

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

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

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

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

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

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