#400714

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

Shades of Rustic Red #400714

Tints of Rustic Red #400714

Color information

#400714 (or 0x400714) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 14. RGB value is (64,7,20). Sum of RGB (Red+Green+Blue) = 64+7+20=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400714 is #BFF8EB. Grayscale: #191919. Windows color (decimal): -12581100 or 1312576. OLE color: 1312576.

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

Color convert

RGB64720-
CMYK00.890.690.75
HSL346.32º80.28%13.92%-
HSV(B)346.32º89.06%25.1%-
XYZ2.321.290.79-
YUV25.52124.88155.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=70.33%
G=7.69%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6472000.890.690.75346.3280.2813.92
Hex40714059454B15a50e
Octal100724013110511353212016
Binary100000011110100010110011000101100101110101101010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400714; }

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

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

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

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

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

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

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

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