#400F12

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

Shades of Rustic Red #400F12

Tints of Rustic Red #400F12

Color information

#400F12 (or 0x400F12) is unknown color: approx Rustic Red. HEX triplet: 40, 0F and 12. RGB value is (64,15,18). Sum of RGB (Red+Green+Blue) = 64+15+18=97 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.98% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 64 - color contains mainly: red. Hex color #400F12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400F12 is #BFF0ED. Grayscale: #1E1E1E. Windows color (decimal): -12579054 or 1183552. OLE color: 1183552.

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

Color convert

RGB641518-
CMYK00.770.720.75
HSL356.33º62.03%15.49%-
HSV(B)356.33º76.56%25.1%-
XYZ2.391.480.73-
YUV29.99121.23152.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.98%
GREEN value IS 15 (6.25% from 255) = 15.46%
BLUE value IS 18 (7.42% from 255) = 18.56%
R=65.98%
G=15.46%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64151800.770.720.75356.3362.0315.49
Hex40F1204D484B1643ef
Octal100172201151101135447617
Binary100000011111001001001101100100010010111011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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