#40171B

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

Shades of Rustic Red #40171B

Tints of Rustic Red #40171B

Color information

#40171B (or 0x40171B) is unknown color: approx Rustic Red. HEX triplet: 40, 17 and 1B. RGB value is (64,23,27). Sum of RGB (Red+Green+Blue) = 64+23+27=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171B is #BFE8E4. Grayscale: #232323. Windows color (decimal): -12576997 or 1775424. OLE color: 1775424.

HSL color Cylindrical-coordinate representation of color #40171B: hue angle of 354.15º 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 #40171B is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB642327-
CMYK00.640.580.75
HSL354.15º47.13%17.06%-
HSV(B)354.15º64.06%25.1%-
XYZ2.621.781.24-
YUV35.72123.08148.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=56.14%
G=20.18%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64232700.640.580.75354.1547.1317.06
Hex40171B0403A4B1622f11
Octal10027330100721135425721
Binary1000000101111101101000000111010100101110110001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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