#440911

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

Shades of Rustic Red #440911

Tints of Rustic Red #440911

Color information

#440911 (or 0x440911) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 11. RGB value is (68,9,17). Sum of RGB (Red+Green+Blue) = 68+9+17=94 (12% of max value = 765). Red value is 68 (26.95% from 255 or 72.34% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 68 - color contains mainly: red. Hex color #440911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440911 is #BBF6EE. Grayscale: #1B1B1B. Windows color (decimal): -12318447 or 1116484. OLE color: 1116484.

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

Color convert

RGB68917-
CMYK00.870.750.73
HSL351.86º76.62%15.1%-
HSV(B)351.86º86.76%26.67%-
XYZ2.581.460.68-
YUV27.55122.05156.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 72.34%
GREEN value IS 9 (3.91% from 255) = 9.57%
BLUE value IS 17 (7.03% from 255) = 18.09%
R=72.34%
G=9.57%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6891700.870.750.73351.8676.6215.1
Hex449110574B491604df
Octal1041121012711311154011517
Binary1000100100110001010101111001011100100110110000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440911; }

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

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

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

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

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

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

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

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