#401119

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

Shades of Rustic Red #401119

Tints of Rustic Red #401119

Color information

#401119 (or 0x401119) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 19. RGB value is (64,17,25). Sum of RGB (Red+Green+Blue) = 64+17+25=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 25 (10.16% from 255 or 23.58% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401119 is #BFEEE6. Grayscale: #1F1F1F. Windows color (decimal): -12578535 or 1642816. OLE color: 1642816.

HSL color Cylindrical-coordinate representation of color #401119: hue angle of 349.79º 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 #401119 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB641725-
CMYK00.730.610.75
HSL349.79º58.02%15.88%-
HSV(B)349.79º73.44%25.1%-
XYZ2.491.561.09-
YUV31.96124.07150.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 25 (10.16% from 255) = 23.58%
R=60.38%
G=16.04%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64172500.730.610.75349.7958.0215.88
Hex4011190493D4B15e3a10
Octal10021310111751135367220
Binary1000000100011100101001001111101100101110101111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401119; }

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

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

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

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

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

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

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

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