#401018

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

Shades of Rustic Red #401018

Tints of Rustic Red #401018

Color information

#401018 (or 0x401018) is unknown color: approx Rustic Red. HEX triplet: 40, 10 and 18. RGB value is (64,16,24). Sum of RGB (Red+Green+Blue) = 64+16+24=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401018 is #BFEFE7. Grayscale: #1F1F1F. Windows color (decimal): -12578792 or 1577024. OLE color: 1577024.

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

Color convert

RGB641624-
CMYK00.750.620.75
HSL350º60%15.69%-
HSV(B)350º75%25.1%-
XYZ2.461.531.03-
YUV31.26123.9151.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64162400.750.620.753506015.69
Hex40101804B3E4B15e3c10
Octal10020300113761135367420
Binary1000000100001100001001011111110100101110101111011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401018; }

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

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

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

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

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

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

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

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