#401012

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

Shades of Rustic Red #401012

Tints of Rustic Red #401012

Color information

#401012 (or 0x401012) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 12. RGB value is (64,16,18). Sum of RGB (Red+Green+Blue) = 64+16+18=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401012 is #BFEFED. Grayscale: #1E1E1E. Windows color (decimal): -12578798 or 1183808. OLE color: 1183808.

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

Color convert

RGB641618-
CMYK00.750.720.75
HSL357.5º60%15.69%-
HSV(B)357.5º75%25.1%-
XYZ2.411.50.74-
YUV30.58120.9151.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=65.31%
G=16.33%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64161800.750.720.75357.56015.69
Hex40101204B484B1663c10
Octal100202201131101135467420
Binary10000001000010010010010111001000100101110110011011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401012; }

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

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

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

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

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

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

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

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