#40171A

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

Shades of Rustic Red #40171A

Tints of Rustic Red #40171A

Color information

#40171A (or 0x40171A) is unknown color: approx Rustic Red. HEX triplet: 40, 17 and 1A. RGB value is (64,23,26). Sum of RGB (Red+Green+Blue) = 64+23+26=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 26 (10.55% from 255 or 23.01% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40171A is #BFE8E5. Grayscale: #232323. Windows color (decimal): -12576998 or 1709888. OLE color: 1709888.

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

Color convert

RGB642326-
CMYK00.640.590.75
HSL355.61º47.13%17.06%-
HSV(B)355.61º64.06%25.1%-
XYZ2.611.781.18-
YUV35.6122.58148.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 26 (10.55% from 255) = 23.01%
R=56.64%
G=20.35%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64232600.640.590.75355.6147.1317.06
Hex40171A0403B4B1642f11
Octal10027320100731135445721
Binary1000000101111101001000000111011100101110110010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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