#400506

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

Shades of Rustic Red #400506

Tints of Rustic Red #400506

Color information

#400506 (or 0x400506) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 06. RGB value is (64,5,6). Sum of RGB (Red+Green+Blue) = 64+5+6=75 (9% of max value = 765). Red value is 64 (25.39% from 255 or 85.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 6 (2.73% from 255 or 8% from 75); Max value from RGB is 64 - color contains mainly: red. Hex color #400506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400506 is #BFFAF9. Grayscale: #161616. Windows color (decimal): -12581626 or 394560. OLE color: 394560.

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

Color convert

RGB6456-
CMYK00.920.910.75
HSL358.98º85.51%13.53%-
HSV(B)358.98º92.19%25.1%-
XYZ2.21.210.29-
YUV22.76118.55157.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 85.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 6 (2.73% from 255) = 8%
R=85.33%
G=6.67%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645600.920.910.75358.9885.5113.53
Hex405605C5B4B16756e
Octal10056013413311354712616
Binary1000000101110010111001011011100101110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400506; }

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

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

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

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

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

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

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

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