#40141A

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

Shades of Rustic Red #40141A

Tints of Rustic Red #40141A

Color information

#40141A (or 0x40141A) is unknown color: approx Rustic Red. HEX triplet: 40, 14 and 1A. RGB value is (64,20,26). Sum of RGB (Red+Green+Blue) = 64+20+26=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #40141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40141A is #BFEBE5. Grayscale: #212121. Windows color (decimal): -12577766 or 1709120. OLE color: 1709120.

HSL color Cylindrical-coordinate representation of color #40141A: hue angle of 351.82º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40141A is Cyan = 0, Magento = 0.69, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB642026-
CMYK00.690.590.75
HSL351.82º52.38%16.47%-
HSV(B)351.82º68.75%25.1%-
XYZ2.551.661.16-
YUV33.84123.58149.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 20 (8.20% from 255) = 18.18%
BLUE value IS 26 (10.55% from 255) = 23.64%
R=58.18%
G=18.18%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64202600.690.590.75351.8252.3816.47
Hex40141A0453B4B1603410
Octal10024320105731135406420
Binary1000000101001101001000101111011100101110110000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40141A; }

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

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

<style>
 a { background-color: #40141A; }

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

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

<style>
 span { border-color: #40141A; }

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

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