#440914

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

Shades of Rustic Red #440914

Tints of Rustic Red #440914

Color information

#440914 (or 0x440914) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 14. RGB value is (68,9,20). Sum of RGB (Red+Green+Blue) = 68+9+20=97 (12% of max value = 765). Red value is 68 (26.95% from 255 or 70.10% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 68 - color contains mainly: red. Hex color #440914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440914 is #BBF6EB. Grayscale: #1B1B1B. Windows color (decimal): -12318444 or 1313092. OLE color: 1313092.

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

Color convert

RGB68920-
CMYK00.870.710.73
HSL348.81º76.62%15.1%-
HSV(B)348.81º86.76%26.67%-
XYZ2.611.470.81-
YUV27.9123.55156.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 70.10%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 20 (8.20% from 255) = 20.62%
R=70.10%
G=9.28%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6892000.870.710.73348.8176.6215.1
Hex44914057474915d4df
Octal1041124012710711153511517
Binary1000100100110100010101111000111100100110101110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440914; }

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

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

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

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

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

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

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

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