#401319

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

Shades of Rustic Red #401319

Tints of Rustic Red #401319

Color information

#401319 (or 0x401319) is unknown color: approx Rustic Red. HEX triplet: 40, 13 and 19. RGB value is (64,19,25). Sum of RGB (Red+Green+Blue) = 64+19+25=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401319 is #BFECE6. Grayscale: #212121. Windows color (decimal): -12578023 or 1643328. OLE color: 1643328.

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

Color convert

RGB641925-
CMYK00.700.610.75
HSL352º54.22%16.27%-
HSV(B)352º70.31%25.1%-
XYZ2.521.631.1-
YUV33.14123.41150.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 19 (7.81% from 255) = 17.59%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=59.26%
G=17.59%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64192500.700.610.7535254.2216.27
Hex4013190463D4B1603610
Octal10023310106751135406620
Binary1000000100111100101000110111101100101110110000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401319; }

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

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

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

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

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

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

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

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