#401819

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

Shades of Rustic Red #401819

Tints of Rustic Red #401819

Color information

#401819 (or 0x401819) is unknown color: approx Rustic Red. HEX triplet: 40, 18 and 19. RGB value is (64,24,25). Sum of RGB (Red+Green+Blue) = 64+24+25=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #401819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401819 is #BFE7E6. Grayscale: #242424. Windows color (decimal): -12576743 or 1644608. OLE color: 1644608.

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

Color convert

RGB642425-
CMYK00.620.610.75
HSL358.5º45.45%17.25%-
HSV(B)358.5º62.5%25.1%-
XYZ2.621.811.13-
YUV36.07121.75147.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 24 (9.77% from 255) = 21.24%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=56.64%
G=21.24%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64242500.620.610.75358.545.4517.25
Hex40181903E3D4B1662d11
Octal1003031076751135465521
Binary100000011000110010111110111101100101110110011010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401819; }

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

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

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

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

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

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

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

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