#40181C

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

Shades of Rustic Red #40181C

Tints of Rustic Red #40181C

Color information

#40181C (or 0x40181C) is unknown color: approx Rustic Red. HEX triplet: 40, 18 and 1C. RGB value is (64,24,28). Sum of RGB (Red+Green+Blue) = 64+24+28=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 28 (11.33% from 255 or 24.14% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #40181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181C is #BFE7E3. Grayscale: #242424. Windows color (decimal): -12576740 or 1841216. OLE color: 1841216.

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

Color convert

RGB642428-
CMYK00.620.560.75
HSL354º45.45%17.25%-
HSV(B)354º62.5%25.1%-
XYZ2.651.831.31-
YUV36.42123.25147.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 28 (11.33% from 255) = 24.14%
R=55.17%
G=20.69%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242800.620.560.7535445.4517.25
Hex40181C03E384B1622d11
Octal1003034076701135425521
Binary100000011000111000111110111000100101110110001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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