#401214

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

Shades of Rustic Red #401214

Tints of Rustic Red #401214

Color information

#401214 (or 0x401214) is unknown color: approx Rustic Red. HEX triplet: 40, 12 and 14. RGB value is (64,18,20). Sum of RGB (Red+Green+Blue) = 64+18+20=102 (13% of max value = 765). Red value is 64 (25.39% from 255 or 62.75% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 64 - color contains mainly: red. Hex color #401214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401214 is #BFEDEB. Grayscale: #202020. Windows color (decimal): -12578284 or 1315392. OLE color: 1315392.

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

Color convert

RGB641820-
CMYK00.720.690.75
HSL357.39º56.1%16.08%-
HSV(B)357.39º71.88%25.1%-
XYZ2.461.570.84-
YUV31.98121.24150.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 62.75%
GREEN value IS 18 (7.42% from 255) = 17.65%
BLUE value IS 20 (8.20% from 255) = 19.61%
R=62.75%
G=17.65%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64182000.720.690.75357.3956.116.08
Hex401214048454B1653810
Octal100222401101051135457020
Binary10000001001010100010010001000101100101110110010111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401214; }

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

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

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

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

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

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

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

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