#40161C

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

Shades of Rustic Red #40161C

Tints of Rustic Red #40161C

Color information

#40161C (or 0x40161C) is unknown color: approx Rustic Red. HEX triplet: 40, 16 and 1C. RGB value is (64,22,28). Sum of RGB (Red+Green+Blue) = 64+22+28=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40161C is #BFE9E3. Grayscale: #232323. Windows color (decimal): -12577252 or 1840704. OLE color: 1840704.

HSL color Cylindrical-coordinate representation of color #40161C: hue angle of 351.43º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40161C is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB642228-
CMYK00.660.560.75
HSL351.43º48.84%16.86%-
HSV(B)351.43º65.62%25.1%-
XYZ2.611.751.3-
YUV35.24123.91148.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 28 (11.33% from 255) = 24.56%
R=56.14%
G=19.30%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64222800.660.560.75351.4348.8416.86
Hex40161C042384B15f3111
Octal10026340102701135376121
Binary1000000101101110001000010111000100101110101111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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