#440910

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

Shades of Rustic Red #440910

Tints of Rustic Red #440910

Color information

#440910 (or 0x440910) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 10. RGB value is (68,9,16). Sum of RGB (Red+Green+Blue) = 68+9+16=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440910 is #BBF6EF. Grayscale: #1B1B1B. Windows color (decimal): -12318448 or 1050948. OLE color: 1050948.

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

Color convert

RGB68916-
CMYK00.870.760.73
HSL352.88º76.62%15.1%-
HSV(B)352.88º86.76%26.67%-
XYZ2.581.460.64-
YUV27.44121.55156.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.12%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 16 (6.64% from 255) = 17.20%
R=73.12%
G=9.68%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6891600.870.760.73352.8876.6215.1
Hex449100574C491614df
Octal1041120012711411154111517
Binary1000100100110000010101111001100100100110110000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440910; }

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

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

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

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

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

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

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

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