#400113

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

Shades of Rustic Red #400113

Tints of Rustic Red #400113

Color information

#400113 (or 0x400113) is unknown color: approx Rustic Red. HEX triplet: 40, 01 and 13. RGB value is (64,1,19). Sum of RGB (Red+Green+Blue) = 64+1+19=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #400113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400113 is #BFFEEC. Grayscale: #151515. Windows color (decimal): -12582637 or 1245504. OLE color: 1245504.

HSL color Cylindrical-coordinate representation of color #400113: hue angle of 342.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400113 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB64119-
CMYK00.980.700.75
HSL342.86º96.92%12.75%-
HSV(B)342.86º98.44%25.1%-
XYZ2.241.160.72-
YUV21.89126.37158.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=76.19%
G=1.19%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6411900.980.700.75342.8696.9212.75
Hex40113062464B15761d
Octal100123014210611352714115
Binary1000000110011011000101000110100101110101011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400113; }

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

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

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

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

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

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

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

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