#400E12

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

Shades of Rustic Red #400E12

Tints of Rustic Red #400E12

Color information

#400E12 (or 0x400E12) is unknown color: approx Rustic Red. HEX triplet: 40, 0E and 12. RGB value is (64,14,18). Sum of RGB (Red+Green+Blue) = 64+14+18=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #400E12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400E12 is #BFF1ED. Grayscale: #1D1D1D. Windows color (decimal): -12579310 or 1183296. OLE color: 1183296.

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

Color convert

RGB641418-
CMYK00.780.720.75
HSL355.2º64.1%15.29%-
HSV(B)355.2º78.12%25.1%-
XYZ2.381.450.73-
YUV29.41121.56152.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 18 (7.42% from 255) = 18.75%
R=66.67%
G=14.58%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64141800.780.720.75355.264.115.29
Hex40E1204E484B16340f
Octal1001622011611011354310017
Binary1000000111010010010011101001000100101110110001110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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