#40040D

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

Shades of Rustic Red #40040D

Tints of Rustic Red #40040D

Color information

#40040D (or 0x40040D) is unknown color: approx Rustic Red. HEX triplet: 40, 04 and 0D. RGB value is (64,4,13). Sum of RGB (Red+Green+Blue) = 64+4+13=81 (10% of max value = 765). Red value is 64 (25.39% from 255 or 79.01% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 64 - color contains mainly: red. Hex color #40040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040D is #BFFBF2. Grayscale: #161616. Windows color (decimal): -12581875 or 853056. OLE color: 853056.

HSL color Cylindrical-coordinate representation of color #40040D: hue angle of 351º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40040D is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB64413-
CMYK00.940.800.75
HSL351º88.24%13.33%-
HSV(B)351º93.75%25.1%-
XYZ2.231.210.5-
YUV22.97122.38157.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 79.01%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=79.01%
G=4.94%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441300.940.800.7535188.2413.33
Hex404D05E504B15f58d
Octal100415013612011353713015
Binary10000001001101010111101010000100101110101111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40040D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40040D; }

 p { color: rgb(64,4,13); }

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

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

 a { background-color: rgb(64,4,13); }

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

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

 span { border-color: rgb(64,4,13); }

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