#440506

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

Shades of Rustic Red #440506

Tints of Rustic Red #440506

Color information

#440506 (or 0x440506) is unknown color: approx Rustic Red. HEX triplet: 44, 05 and 06. RGB value is (68,5,6). Sum of RGB (Red+Green+Blue) = 68+5+6=79 (10% of max value = 765). Red value is 68 (26.95% from 255 or 86.08% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 68 - color contains mainly: red. Hex color #440506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440506 is #BBFAF9. Grayscale: #181818. Windows color (decimal): -12319482 or 394564. OLE color: 394564.

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

Color convert

RGB6856-
CMYK00.930.910.73
HSL359.05º86.3%14.31%-
HSV(B)359.05º92.65%26.67%-
XYZ2.471.350.3-
YUV23.95117.87159.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 86.08%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 6 (2.73% from 255) = 7.59%
R=86.08%
G=6.33%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685600.930.910.73359.0586.314.31
Hex445605D5B4916756e
Octal10456013513311154712616
Binary1000100101110010111011011011100100110110011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440506; }

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

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

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

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

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

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

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

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