#40090D

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

Shades of Rustic Red #40090D

Tints of Rustic Red #40090D

Color information

#40090D (or 0x40090D) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 0D. RGB value is (64,9,13). Sum of RGB (Red+Green+Blue) = 64+9+13=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #40090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40090D is #BFF6F2. Grayscale: #191919. Windows color (decimal): -12580595 or 854336. OLE color: 854336.

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

Color convert

RGB64913-
CMYK00.860.800.75
HSL355.64º75.34%14.31%-
HSV(B)355.64º85.94%25.1%-
XYZ2.281.310.51-
YUV25.9120.72155.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 9 (3.91% from 255) = 10.47%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=74.42%
G=10.47%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.80
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491300.860.800.75355.6475.3414.31
Hex409D056504B1644be
Octal1001115012612011354411316
Binary100000010011101010101101010000100101110110010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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