#40090E

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

Shades of Rustic Red #40090E

Tints of Rustic Red #40090E

Color information

#40090E (or 0x40090E) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 0E. RGB value is (64,9,14). Sum of RGB (Red+Green+Blue) = 64+9+14=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 9 (3.91% from 255 or 10.34% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #40090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090E is #BFF6F1. Grayscale: #1A1A1A. Windows color (decimal): -12580594 or 919872. OLE color: 919872.

HSL color Cylindrical-coordinate representation of color #40090E: hue angle of 354.55º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40090E is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB64914-
CMYK00.860.780.75
HSL354.55º75.34%14.31%-
HSV(B)354.55º85.94%25.1%-
XYZ2.291.320.55-
YUV26.01121.22155.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 9 (3.91% from 255) = 10.34%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=73.56%
G=10.34%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491400.860.780.75354.5575.3414.31
Hex409E0564E4B1634be
Octal1001116012611611354311316
Binary100000010011110010101101001110100101110110001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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