#400F11

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

Shades of Rustic Red #400F11

Tints of Rustic Red #400F11

Color information

#400F11 (or 0x400F11) is unknown color: approx Rustic Red. HEX triplet: 40, 0F and 11. RGB value is (64,15,17). Sum of RGB (Red+Green+Blue) = 64+15+17=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400F11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F11 is #BFF0EE. Grayscale: #1D1D1D. Windows color (decimal): -12579055 or 1118016. OLE color: 1118016.

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

Color convert

RGB641517-
CMYK00.770.730.75
HSL357.55º62.03%15.49%-
HSV(B)357.55º76.56%25.1%-
XYZ2.391.470.69-
YUV29.88120.73152.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 17 (7.03% from 255) = 17.71%
R=66.67%
G=15.62%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64151700.770.730.75357.5562.0315.49
Hex40F1104D494B1663ef
Octal100172101151111135467617
Binary100000011111000101001101100100110010111011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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