#401013

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

Shades of Rustic Red #401013

Tints of Rustic Red #401013

Color information

#401013 (or 0x401013) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 13. RGB value is (64,16,19). Sum of RGB (Red+Green+Blue) = 64+16+19=99 (13% of max value = 765). Red value is 64 (25.39% from 255 or 64.65% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 64 - color contains mainly: red. Hex color #401013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401013 is #BFEFEC. Grayscale: #1E1E1E. Windows color (decimal): -12578797 or 1249344. OLE color: 1249344.

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

Color convert

RGB641619-
CMYK00.750.700.75
HSL356.25º60%15.69%-
HSV(B)356.25º75%25.1%-
XYZ2.421.510.78-
YUV30.69121.4151.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 64.65%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 19 (7.81% from 255) = 19.19%
R=64.65%
G=16.16%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64161900.750.700.75356.256015.69
Hex40101304B464B1643c10
Octal100202301131061135447420
Binary10000001000010011010010111000110100101110110010011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401013; }

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

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

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

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

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

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

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

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