#440414

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

Shades of Rustic Red #440414

Tints of Rustic Red #440414

Color information

#440414 (or 0x440414) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 14. RGB value is (68,4,20). Sum of RGB (Red+Green+Blue) = 68+4+20=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #440414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440414 is #BBFBEB. Grayscale: #181818. Windows color (decimal): -12319724 or 1311812. OLE color: 1311812.

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

Color convert

RGB68420-
CMYK00.940.710.73
HSL345º88.89%14.12%-
HSV(B)345º94.12%26.67%-
XYZ2.551.370.79-
YUV24.96125.2158.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 4 (1.95% from 255) = 4.35%
BLUE value IS 20 (8.20% from 255) = 21.74%
R=73.91%
G=4.35%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842000.940.710.7334588.8914.12
Hex4441405E474915959e
Octal104424013610711153113116
Binary100010010010100010111101000111100100110101100110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440414; }

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

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

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

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

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

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

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

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