#40070E

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

Shades of Rustic Red #40070E

Tints of Rustic Red #40070E

Color information

#40070E (or 0x40070E) is unknown color: approx Rustic Red. HEX triplet: 40, 07 and 0E. RGB value is (64,7,14). Sum of RGB (Red+Green+Blue) = 64+7+14=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #40070E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40070E is #BFF8F1. Grayscale: #181818. Windows color (decimal): -12581106 or 919360. OLE color: 919360.

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

Color convert

RGB64714-
CMYK00.890.780.75
HSL352.63º80.28%13.92%-
HSV(B)352.63º89.06%25.1%-
XYZ2.271.270.54-
YUV24.84121.88155.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 7 (3.12% from 255) = 8.24%
BLUE value IS 14 (5.86% from 255) = 16.47%
R=75.29%
G=8.24%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6471400.890.780.75352.6380.2813.92
Hex407E0594E4B16150e
Octal100716013111611354112016
Binary10000001111110010110011001110100101110110000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40070E; }

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

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

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

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

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

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

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

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