#400A11

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

Shades of Rustic Red #400A11

Tints of Rustic Red #400A11

Color information

#400A11 (or 0x400A11) is unknown color: approx Rustic Red. HEX triplet: 40, 0A and 11. RGB value is (64,10,17). Sum of RGB (Red+Green+Blue) = 64+10+17=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #400A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400A11 is #BFF5EE. Grayscale: #1A1A1A. Windows color (decimal): -12580335 or 1116736. OLE color: 1116736.

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

Color convert

RGB641017-
CMYK00.840.730.75
HSL352.22º72.97%14.51%-
HSV(B)352.22º84.38%25.1%-
XYZ2.321.350.67-
YUV26.94122.39154.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 17 (7.03% from 255) = 18.68%
R=70.33%
G=10.99%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64101700.840.730.75352.2272.9714.51
Hex40A11054494B16049f
Octal1001221012411111354011117
Binary1000000101010001010101001001001100101110110000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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