#401113

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

Shades of Rustic Red #401113

Tints of Rustic Red #401113

Color information

#401113 (or 0x401113) is unknown color: approx Rustic Red. HEX triplet: 40, 11 and 13. RGB value is (64,17,19). Sum of RGB (Red+Green+Blue) = 64+17+19=100 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 64 - color contains mainly: red. Hex color #401113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401113 is #BFEEEC. Grayscale: #1F1F1F. Windows color (decimal): -12578541 or 1249600. OLE color: 1249600.

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

Color convert

RGB641719-
CMYK00.730.700.75
HSL357.45º58.02%15.88%-
HSV(B)357.45º73.44%25.1%-
XYZ2.431.540.78-
YUV31.28121.07151.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 19 (7.81% from 255) = 19%
R=64%
G=17%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64171900.730.700.75357.4558.0215.88
Hex401113049464B1653a10
Octal100212301111061135457220
Binary10000001000110011010010011000110100101110110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401113; }

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

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

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

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

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

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

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

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