#440415

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

Shades of Rustic Red #440415

Tints of Rustic Red #440415

Color information

#440415 (or 0x440415) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 15. RGB value is (68,4,21). Sum of RGB (Red+Green+Blue) = 68+4+21=93 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.12% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 68 - color contains mainly: red. Hex color #440415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440415 is #BBFBEA. Grayscale: #191919. Windows color (decimal): -12319723 or 1377348. OLE color: 1377348.

HSL color Cylindrical-coordinate representation of color #440415: hue angle of 344.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440415 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB68421-
CMYK00.940.690.73
HSL344.06º88.89%14.12%-
HSV(B)344.06º94.12%26.67%-
XYZ2.561.370.84-
YUV25.07125.7158.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.12%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=73.12%
G=4.30%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842100.940.690.73344.0688.8914.12
Hex4441505E454915859e
Octal104425013610511153013116
Binary100010010010101010111101000101100100110101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440415; }

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

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

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

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

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

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

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

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