#40060E

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

Shades of Rustic Red #40060E

Tints of Rustic Red #40060E

Color information

#40060E (or 0x40060E) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 0E. RGB value is (64,6,14). Sum of RGB (Red+Green+Blue) = 64+6+14=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40060E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40060E is #BFF9F1. Grayscale: #181818. Windows color (decimal): -12581362 or 919104. OLE color: 919104.

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

Color convert

RGB64614-
CMYK00.910.780.75
HSL351.72º82.86%13.73%-
HSV(B)351.72º90.62%25.1%-
XYZ2.261.250.54-
YUV24.25122.22156.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 6 (2.73% from 255) = 7.14%
BLUE value IS 14 (5.86% from 255) = 16.67%
R=76.19%
G=7.14%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461400.910.780.75351.7282.8613.73
Hex406E05B4E4B16053e
Octal100616013311611354012316
Binary10000001101110010110111001110100101110110000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40060E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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