#400D10

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

Shades of Rustic Red #400D10

Tints of Rustic Red #400D10

Color information

#400D10 (or 0x400D10) is unknown color: approx Rustic Red. HEX triplet: 40, 0D and 10. RGB value is (64,13,16). Sum of RGB (Red+Green+Blue) = 64+13+16=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #400D10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400D10 is #BFF2EF. Grayscale: #1C1C1C. Windows color (decimal): -12579568 or 1051968. OLE color: 1051968.

HSL color Cylindrical-coordinate representation of color #400D10: hue angle of 356.47º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #400D10 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB641316-
CMYK00.800.750.75
HSL356.47º66.23%15.1%-
HSV(B)356.47º79.69%25.1%-
XYZ2.351.420.64-
YUV28.59120.9153.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 13 (5.47% from 255) = 13.98%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=68.82%
G=13.98%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64131600.800.750.75356.4766.2315.1
Hex40D100504B4B16442f
Octal1001520012011311354410217
Binary1000000110110000010100001001011100101110110010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400D10; }

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

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

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

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

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

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

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

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