#40090B

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

Shades of Rustic Red #40090B

Tints of Rustic Red #40090B

Color information

#40090B (or 0x40090B) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 0B. RGB value is (64,9,11). Sum of RGB (Red+Green+Blue) = 64+9+11=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #40090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090B is #BFF6F4. Grayscale: #191919. Windows color (decimal): -12580597 or 723264. OLE color: 723264.

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

Color convert

RGB64911-
CMYK00.860.830.75
HSL357.82º75.34%14.31%-
HSV(B)357.82º85.94%25.1%-
XYZ2.271.310.45-
YUV25.67119.72155.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=76.19%
G=10.71%
B=13.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491100.860.830.75357.8275.3414.31
Hex409B056534B1664be
Octal1001113012612311354611316
Binary100000010011011010101101010011100101110110011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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