#400E1A

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

Shades of Rustic Red #400E1A

Tints of Rustic Red #400E1A

Color information

#400E1A (or 0x400E1A) is unknown color: approx Rustic Red. HEX triplet: 40, 0E and 1A. RGB value is (64,14,26). Sum of RGB (Red+Green+Blue) = 64+14+26=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 14 (5.86% from 255 or 13.46% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #400E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400E1A is #BFF1E5. Grayscale: #1E1E1E. Windows color (decimal): -12579302 or 1707584. OLE color: 1707584.

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

Color convert

RGB641426-
CMYK00.780.590.75
HSL345.6º64.1%15.29%-
HSV(B)345.6º78.12%25.1%-
XYZ2.461.481.13-
YUV30.32125.56152.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 14 (5.86% from 255) = 13.46%
BLUE value IS 26 (10.55% from 255) = 25%
R=61.54%
G=13.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64142600.780.590.75345.664.115.29
Hex40E1A04E3B4B15a40f
Octal100163201167311353210017
Binary100000011101101001001110111011100101110101101010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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