#400507

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

Shades of Rustic Red #400507

Tints of Rustic Red #400507

Color information

#400507 (or 0x400507) is unknown color: approx Rustic Red. HEX triplet: 40, 05 and 07. RGB value is (64,5,7). Sum of RGB (Red+Green+Blue) = 64+5+7=76 (10% of max value = 765). Red value is 64 (25.39% from 255 or 84.21% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 64 - color contains mainly: red. Hex color #400507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400507 is #BFFAF8. Grayscale: #161616. Windows color (decimal): -12581625 or 460096. OLE color: 460096.

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

Color convert

RGB6457-
CMYK00.920.890.75
HSL357.97º85.51%13.53%-
HSV(B)357.97º92.19%25.1%-
XYZ2.211.210.32-
YUV22.87119.05157.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 84.21%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=84.21%
G=6.58%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal645700.920.890.75357.9785.5113.53
Hex405705C594B16656e
Octal10057013413111354612616
Binary1000000101111010111001011001100101110110011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400507; }

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

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

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

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

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

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

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

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