#440410

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

Shades of Rustic Red #440410

Tints of Rustic Red #440410

Color information

#440410 (or 0x440410) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 10. RGB value is (68,4,16). Sum of RGB (Red+Green+Blue) = 68+4+16=88 (11% of max value = 765). Red value is 68 (26.95% from 255 or 77.27% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 68 - color contains mainly: red. Hex color #440410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440410 is #BBFBEF. Grayscale: #181818. Windows color (decimal): -12319728 or 1049668. OLE color: 1049668.

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

Color convert

RGB68416-
CMYK00.940.760.73
HSL348.75º88.89%14.12%-
HSV(B)348.75º94.12%26.67%-
XYZ2.521.350.62-
YUV24.5123.2159.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 77.27%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=77.27%
G=4.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841600.940.760.73348.7588.8914.12
Hex4441005E4C4915d59e
Octal104420013611411153513116
Binary100010010010000010111101001100100100110101110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440410; }

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

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

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

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

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

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

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

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