#400708

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

Shades of Rustic Red #400708

Tints of Rustic Red #400708

Color information

#400708 (or 0x400708) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 08. RGB value is (64,7,8). Sum of RGB (Red+Green+Blue) = 64+7+8=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #400708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400708 is #BFF8F7. Grayscale: #181818. Windows color (decimal): -12581112 or 526144. OLE color: 526144.

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

Color convert

RGB6478-
CMYK00.890.870.75
HSL358.95º80.28%13.92%-
HSV(B)358.95º89.06%25.1%-
XYZ2.231.260.36-
YUV24.16118.88156.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 81.01%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 8 (3.52% from 255) = 10.13%
R=81.01%
G=8.86%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal647800.890.870.75358.9580.2813.92
Hex4078059574B16750e
Octal100710013112711354712016
Binary10000001111000010110011010111100101110110011110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400708; }

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

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

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

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

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

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

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

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