#40171E

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

Shades of Rustic Red #40171E

Tints of Rustic Red #40171E

Color information

#40171E (or 0x40171E) is unknown color: approx Rustic Red. HEX triplet: 40, 17 and 1E. RGB value is (64,23,30). Sum of RGB (Red+Green+Blue) = 64+23+30=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 30 (12.11% from 255 or 25.64% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #40171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171E is #BFE8E1. Grayscale: #242424. Windows color (decimal): -12576994 or 1972032. OLE color: 1972032.

HSL color Cylindrical-coordinate representation of color #40171E: hue angle of 349.76º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40171E is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB642330-
CMYK00.640.530.75
HSL349.76º47.13%17.06%-
HSV(B)349.76º64.06%25.1%-
XYZ2.661.81.44-
YUV36.06124.58147.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 30 (12.11% from 255) = 25.64%
R=54.70%
G=19.66%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.53
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64233000.640.530.75349.7647.1317.06
Hex40171E040354B15e2f11
Octal10027360100651135365721
Binary1000000101111111001000000110101100101110101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40171E; }

 p { color: rgb(64,23,30); }

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

<style>
 a { background-color: #40171E; }

 a { background-color: rgb(64,23,30); }

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

<style>
 span { border-color: #40171E; }

 span { border-color: rgb(64,23,30); }

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