#440615

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

Shades of Rustic Red #440615

Tints of Rustic Red #440615

Color information

#440615 (or 0x440615) is unknown color: approx Rustic Red. HEX triplet: 44, 06 and 15. RGB value is (68,6,21). Sum of RGB (Red+Green+Blue) = 68+6+21=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440615 is #BBF9EA. Grayscale: #1A1A1A. Windows color (decimal): -12319211 or 1377860. OLE color: 1377860.

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

Color convert

RGB68621-
CMYK00.910.690.73
HSL345.48º83.78%14.51%-
HSV(B)345.48º91.18%26.67%-
XYZ2.581.410.85-
YUV26.25125.04157.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 6 (2.73% from 255) = 6.32%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=71.58%
G=6.32%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6862100.910.690.73345.4883.7814.51
Hex4461505B454915954f
Octal104625013310511153112417
Binary100010011010101010110111000101100100110101100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440615; }

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

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

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

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

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

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

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

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