#401314

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

Shades of Rustic Red #401314

Tints of Rustic Red #401314

Color information

#401314 (or 0x401314) is unknown color: approx Rustic Red. HEX triplet: 40, 13 and 14. RGB value is (64,19,20). Sum of RGB (Red+Green+Blue) = 64+19+20=103 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.14% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 64 - color contains mainly: red. Hex color #401314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401314 is #BFECEB. Grayscale: #202020. Windows color (decimal): -12578028 or 1315648. OLE color: 1315648.

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

Color convert

RGB641920-
CMYK00.700.690.75
HSL358.67º54.22%16.27%-
HSV(B)358.67º70.31%25.1%-
XYZ2.471.610.84-
YUV32.57120.91150.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.14%
GREEN value IS 19 (7.81% from 255) = 18.45%
BLUE value IS 20 (8.20% from 255) = 19.42%
R=62.14%
G=18.45%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64192000.700.690.75358.6754.2216.27
Hex401314046454B1673610
Octal100232401061051135476620
Binary10000001001110100010001101000101100101110110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401314; }

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

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

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

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

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

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

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

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