#400A16

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

Shades of Rustic Red #400A16

Tints of Rustic Red #400A16

Color information

#400A16 (or 0x400A16) is unknown color: approx Rustic Red. HEX triplet: 40, 0A and 16. RGB value is (64,10,22). Sum of RGB (Red+Green+Blue) = 64+10+22=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A16 is #BFF5E9. Grayscale: #1B1B1B. Windows color (decimal): -12580330 or 1444416. OLE color: 1444416.

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

Color convert

RGB641022-
CMYK00.840.660.75
HSL346.67º72.97%14.51%-
HSV(B)346.67º84.38%25.1%-
XYZ2.371.360.9-
YUV27.51124.89154.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=66.67%
G=10.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64102200.840.660.75346.6772.9714.51
Hex40A16054424B15b49f
Octal1001226012410211353311117
Binary1000000101010110010101001000010100101110101101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,10,22); }

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

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

 a { background-color: rgb(64,10,22); }

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

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

 span { border-color: rgb(64,10,22); }

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