#40111A

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

Shades of Rustic Red #40111A

Tints of Rustic Red #40111A

Color information

#40111A (or 0x40111A) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 1A. RGB value is (64,17,26). Sum of RGB (Red+Green+Blue) = 64+17+26=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #40111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #40111A is #BFEEE5. Grayscale: #202020. Windows color (decimal): -12578534 or 1708352. OLE color: 1708352.

HSL color Cylindrical-coordinate representation of color #40111A: hue angle of 348.51º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40111A is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB641726-
CMYK00.730.590.75
HSL348.51º58.02%15.88%-
HSV(B)348.51º73.44%25.1%-
XYZ2.51.571.15-
YUV32.08124.57150.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 26 (10.55% from 255) = 24.30%
R=59.81%
G=15.89%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64172600.730.590.75348.5158.0215.88
Hex40111A0493B4B15d3a10
Octal10021320111731135357220
Binary1000000100011101001001001111011100101110101110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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