#40090F

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

Shades of Rustic Red #40090F

Tints of Rustic Red #40090F

Color information

#40090F (or 0x40090F) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 0F. RGB value is (64,9,15). Sum of RGB (Red+Green+Blue) = 64+9+15=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #40090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090F is #BFF6F0. Grayscale: #1A1A1A. Windows color (decimal): -12580593 or 985408. OLE color: 985408.

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

Color convert

RGB64915-
CMYK00.860.770.75
HSL353.45º75.34%14.31%-
HSV(B)353.45º85.94%25.1%-
XYZ2.31.320.59-
YUV26.13121.72155.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=72.73%
G=10.23%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491500.860.770.75353.4575.3414.31
Hex409F0564D4B1614be
Octal1001117012611511354111316
Binary100000010011111010101101001101100101110110000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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