#40060F

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

Shades of Rustic Red #40060F

Tints of Rustic Red #40060F

Color information

#40060F (or 0x40060F) is unknown color: approx Rustic Red. HEX triplet: 40, 06 and 0F. RGB value is (64,6,15). Sum of RGB (Red+Green+Blue) = 64+6+15=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 15 (6.25% from 255 or 17.65% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #40060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40060F is #BFF9F0. Grayscale: #181818. Windows color (decimal): -12581361 or 984640. OLE color: 984640.

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

Color convert

RGB64615-
CMYK00.910.770.75
HSL350.69º82.86%13.73%-
HSV(B)350.69º90.62%25.1%-
XYZ2.271.250.57-
YUV24.37122.72156.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 6 (2.73% from 255) = 7.06%
BLUE value IS 15 (6.25% from 255) = 17.65%
R=75.29%
G=7.06%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6461500.910.770.75350.6982.8613.73
Hex406F05B4D4B15f53e
Octal100617013311511353712316
Binary10000001101111010110111001101100101110101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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