#401718

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

Shades of Rustic Red #401718

Tints of Rustic Red #401718

Color information

#401718 (or 0x401718) is unknown color: approx Rustic Red. HEX triplet: 40, 17 and 18. RGB value is (64,23,24). Sum of RGB (Red+Green+Blue) = 64+23+24=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 23 (9.38% from 255 or 20.72% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401718 is #BFE8E7. Grayscale: #232323. Windows color (decimal): -12577000 or 1578816. OLE color: 1578816.

HSL color Cylindrical-coordinate representation of color #401718: hue angle of 358.54º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401718 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB642324-
CMYK00.640.620.75
HSL358.54º47.13%17.06%-
HSV(B)358.54º64.06%25.1%-
XYZ2.591.771.07-
YUV35.37121.58148.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.66%
GREEN value IS 23 (9.38% from 255) = 20.72%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=57.66%
G=20.72%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64232400.640.620.75358.5447.1317.06
Hex4017180403E4B1672f11
Octal10027300100761135475721
Binary1000000101111100001000000111110100101110110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401718; }

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

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

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

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

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

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

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

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