#40081A

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

Shades of Rustic Red #40081A

Tints of Rustic Red #40081A

Color information

#40081A (or 0x40081A) is unknown color: approx Rustic Red. HEX triplet: 40, 08 and 1A. RGB value is (64,8,26). Sum of RGB (Red+Green+Blue) = 64+8+26=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #40081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40081A is #BFF7E5. Grayscale: #1A1A1A. Windows color (decimal): -12580838 or 1706048. OLE color: 1706048.

HSL color Cylindrical-coordinate representation of color #40081A: hue angle of 340.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #40081A is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB64826-
CMYK00.870.590.75
HSL340.71º77.78%14.12%-
HSV(B)340.71º87.5%25.1%-
XYZ2.391.341.11-
YUV26.8127.55154.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 8 (3.52% from 255) = 8.16%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=65.31%
G=8.16%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6482600.870.590.75340.7177.7814.12
Hex4081A0573B4B1554ee
Octal100103201277311352511616
Binary100000010001101001010111111011100101110101010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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