#400910

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

Shades of Rustic Red #400910

Tints of Rustic Red #400910

Color information

#400910 (or 0x400910) is unknown color: approx Rustic Red. HEX triplet: 40, 09 and 10. RGB value is (64,9,16). Sum of RGB (Red+Green+Blue) = 64+9+16=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 9 (3.91% from 255 or 10.11% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #400910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400910 is #BFF6EF. Grayscale: #1A1A1A. Windows color (decimal): -12580592 or 1050944. OLE color: 1050944.

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

Color convert

RGB64916-
CMYK00.860.750.75
HSL352.36º75.34%14.31%-
HSV(B)352.36º85.94%25.1%-
XYZ2.311.320.62-
YUV26.24122.22154.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 9 (3.91% from 255) = 10.11%
BLUE value IS 16 (6.64% from 255) = 17.98%
R=71.91%
G=10.11%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6491600.860.750.75352.3675.3414.31
Hex409100564B4B1604be
Octal1001120012611311354011316
Binary1000000100110000010101101001011100101110110000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400910; }

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

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

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

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

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

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

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

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