#440616

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

Shades of Rustic Red #440616

Tints of Rustic Red #440616

Color information

#440616 (or 0x440616) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 16. RGB value is (68,6,22). Sum of RGB (Red+Green+Blue) = 68+6+22=96 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.83% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 68 - color contains mainly: red. Hex color #440616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440616 is #BBF9E9. Grayscale: #1A1A1A. Windows color (decimal): -12319210 or 1443396. OLE color: 1443396.

HSL color Cylindrical-coordinate representation of color #440616: hue angle of 344.52º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440616 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.73.

Color convert

RGB68622-
CMYK00.910.680.73
HSL344.52º83.78%14.51%-
HSV(B)344.52º91.18%26.67%-
XYZ2.591.420.9-
YUV26.36125.54157.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.83%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=70.83%
G=6.25%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862200.910.680.73344.5283.7814.51
Hex4461605B444915954f
Octal104626013310411153112417
Binary100010011010110010110111000100100100110101100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440616; }

 p { color: rgb(68,6,22); }

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

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

 a { background-color: rgb(68,6,22); }

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

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

 span { border-color: rgb(68,6,22); }

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