#40161B

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

Shades of Rustic Red #40161B

Tints of Rustic Red #40161B

Color information

#40161B (or 0x40161B) is unknown color: approx Rustic Red. HEX triplet: 40, 16 and 1B. RGB value is (64,22,27). Sum of RGB (Red+Green+Blue) = 64+22+27=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 27 (10.94% from 255 or 23.89% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40161B is #BFE9E4. Grayscale: #232323. Windows color (decimal): -12577253 or 1775168. OLE color: 1775168.

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

Color convert

RGB642227-
CMYK00.660.580.75
HSL352.86º48.84%16.86%-
HSV(B)352.86º65.62%25.1%-
XYZ2.61.741.24-
YUV35.13123.41148.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 22 (8.98% from 255) = 19.47%
BLUE value IS 27 (10.94% from 255) = 23.89%
R=56.64%
G=19.47%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64222700.660.580.75352.8648.8416.86
Hex40161B0423A4B1613111
Octal10026330102721135416121
Binary1000000101101101101000010111010100101110110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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