#440314

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

Shades of Rustic Red #440314

Tints of Rustic Red #440314

Color information

#440314 (or 0x440314) is unknown color: approx Rustic Red. HEX triplet: 44, 03 and 14. RGB value is (68,3,20). Sum of RGB (Red+Green+Blue) = 68+3+20=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440314 is #BBFCEB. Grayscale: #181818. Windows color (decimal): -12319980 or 1311556. OLE color: 1311556.

HSL color Cylindrical-coordinate representation of color #440314: hue angle of 344.31º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #440314 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.73.

Color convert

RGB68320-
CMYK00.960.710.73
HSL344.31º91.55%13.92%-
HSV(B)344.31º95.59%26.67%-
XYZ2.541.340.79-
YUV24.37125.53159.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 74.73%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=74.73%
G=3.30%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6832000.960.710.73344.3191.5513.92
Hex4431406047491585ce
Octal104324014010711153013416
Binary10001001110100011000001000111100100110101100010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440314; }

 p { color: rgb(68,3,20); }

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

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

 a { background-color: rgb(68,3,20); }

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

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

 span { border-color: rgb(68,3,20); }

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