#400608

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

Shades of Rustic Red #400608

Tints of Rustic Red #400608

Color information

#400608 (or 0x400608) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 08. RGB value is (64,6,8). Sum of RGB (Red+Green+Blue) = 64+6+8=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 6 (2.73% from 255 or 7.69% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400608 is #BFF9F7. Grayscale: #171717. Windows color (decimal): -12581368 or 525888. OLE color: 525888.

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

Color convert

RGB6468-
CMYK00.910.870.75
HSL357.93º82.86%13.73%-
HSV(B)357.93º90.62%25.1%-
XYZ2.221.240.35-
YUV23.57119.22156.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 6 (2.73% from 255) = 7.69%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=82.05%
G=7.69%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646800.910.870.75357.9382.8613.73
Hex406805B574B16653e
Octal100610013312711354612316
Binary10000001101000010110111010111100101110110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400608; }

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

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

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

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

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

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

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

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