#401219

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

Shades of Rustic Red #401219

Tints of Rustic Red #401219

Color information

#401219 (or 0x401219) is unknown color: approx Rustic Red. HEX triplet: 40, 12 and 19. RGB value is (64,18,25). Sum of RGB (Red+Green+Blue) = 64+18+25=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #401219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401219 is #BFEDE6. Grayscale: #202020. Windows color (decimal): -12578279 or 1643072. OLE color: 1643072.

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

Color convert

RGB641825-
CMYK00.720.610.75
HSL350.87º56.1%16.08%-
HSV(B)350.87º71.88%25.1%-
XYZ2.511.591.1-
YUV32.55123.74150.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 18 (7.42% from 255) = 16.82%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=59.81%
G=16.82%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64182500.720.610.75350.8756.116.08
Hex4012190483D4B15f3810
Octal10022310110751135377020
Binary1000000100101100101001000111101100101110101111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401219; }

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

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

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

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

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

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

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

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