#40141C

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

Shades of Rustic Red #40141C

Tints of Rustic Red #40141C

Color information

#40141C (or 0x40141C) is unknown color: approx Rustic Red. HEX triplet: 40, 14 and 1C. RGB value is (64,20,28). Sum of RGB (Red+Green+Blue) = 64+20+28=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40141C is #BFEBE3. Grayscale: #222222. Windows color (decimal): -12577764 or 1840192. OLE color: 1840192.

HSL color Cylindrical-coordinate representation of color #40141C: hue angle of 349.09º 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 #40141C is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB642028-
CMYK00.690.560.75
HSL349.09º52.38%16.47%-
HSV(B)349.09º68.75%25.1%-
XYZ2.571.671.29-
YUV34.07124.58149.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 20 (8.20% from 255) = 17.86%
BLUE value IS 28 (11.33% from 255) = 25%
R=57.14%
G=17.86%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64202800.690.560.75349.0952.3816.47
Hex40141C045384B15d3410
Octal10024340105701135356420
Binary1000000101001110001000101111000100101110101110111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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