#40040B

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

Shades of Rustic Red #40040B

Tints of Rustic Red #40040B

Color information

#40040B (or 0x40040B) is unknown color: approx Rustic Red. HEX triplet: 40, 04 and 0B. RGB value is (64,4,11). Sum of RGB (Red+Green+Blue) = 64+4+11=79 (10% of max value = 765). Red value is 64 (25.39% from 255 or 81.01% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 11 (4.69% from 255 or 13.92% from 79); Max value from RGB is 64 - color contains mainly: red. Hex color #40040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40040B is #BFFBF4. Grayscale: #161616. Windows color (decimal): -12581877 or 721984. OLE color: 721984.

HSL color Cylindrical-coordinate representation of color #40040B: hue angle of 353º 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 #40040B is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB64411-
CMYK00.940.830.75
HSL353º88.24%13.33%-
HSV(B)353º93.75%25.1%-
XYZ2.221.20.43-
YUV22.74121.38157.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 81.01%
GREEN value IS 4 (1.95% from 255) = 5.06%
BLUE value IS 11 (4.69% from 255) = 13.92%
R=81.01%
G=5.06%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6441100.940.830.7535388.2413.33
Hex404B05E534B16158d
Octal100413013612311354113015
Binary10000001001011010111101010011100101110110000110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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