#40181A

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

Shades of Rustic Red #40181A

Tints of Rustic Red #40181A

Color information

#40181A (or 0x40181A) is unknown color: approx Rustic Red. HEX triplet: 40, 18 and 1A. RGB value is (64,24,26). Sum of RGB (Red+Green+Blue) = 64+24+26=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #40181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40181A is #BFE7E5. Grayscale: #242424. Windows color (decimal): -12576742 or 1710144. OLE color: 1710144.

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

Color convert

RGB642426-
CMYK00.620.590.75
HSL357º45.45%17.25%-
HSV(B)357º62.5%25.1%-
XYZ2.631.821.19-
YUV36.19122.25147.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 24 (9.77% from 255) = 21.05%
BLUE value IS 26 (10.55% from 255) = 22.81%
R=56.14%
G=21.05%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242600.620.590.7535745.4517.25
Hex40181A03E3B4B1652d11
Octal1003032076731135455521
Binary100000011000110100111110111011100101110110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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