#440610

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

Shades of Rustic Red #440610

Tints of Rustic Red #440610

Color information

#440610 (or 0x440610) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 10. RGB value is (68,6,16). Sum of RGB (Red+Green+Blue) = 68+6+16=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 16 (6.64% from 255 or 17.78% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440610 is #BBF9EF. Grayscale: #191919. Windows color (decimal): -12319216 or 1050180. OLE color: 1050180.

HSL color Cylindrical-coordinate representation of color #440610: hue angle of 350.32º 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 #440610 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB68616-
CMYK00.910.760.73
HSL350.32º83.78%14.51%-
HSV(B)350.32º91.18%26.67%-
XYZ2.541.40.63-
YUV25.68122.54158.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 16 (6.64% from 255) = 17.78%
R=75.56%
G=6.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6861600.910.760.73350.3283.7814.51
Hex4461005B4C4915e54f
Octal104620013311411153612417
Binary100010011010000010110111001100100100110101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440610; }

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

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

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

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

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

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

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

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