#440417

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

Shades of Rustic Red #440417

Tints of Rustic Red #440417

Color information

#440417 (or 0x440417) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 17. RGB value is (68,4,23). Sum of RGB (Red+Green+Blue) = 68+4+23=95 (12% of max value = 765). Red value is 68 (26.95% from 255 or 71.58% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 68 - color contains mainly: red. Hex color #440417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440417 is #BBFBE8. Grayscale: #191919. Windows color (decimal): -12319721 or 1508420. OLE color: 1508420.

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

Color convert

RGB68423-
CMYK00.940.660.73
HSL342.19º88.89%14.12%-
HSV(B)342.19º94.12%26.67%-
XYZ2.581.380.94-
YUV25.3126.7158.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 71.58%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=71.58%
G=4.21%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842300.940.660.73342.1988.8914.12
Hex4441705E424915659e
Octal104427013610211152613116
Binary100010010010111010111101000010100100110101011010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440417; }

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

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

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

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

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

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

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

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