#440412

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

Shades of Rustic Red #440412

Tints of Rustic Red #440412

Color information

#440412 (or 0x440412) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 12. RGB value is (68,4,18). Sum of RGB (Red+Green+Blue) = 68+4+18=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 4 (1.95% from 255 or 4.44% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #440412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440412 is #BBFBED. Grayscale: #181818. Windows color (decimal): -12319726 or 1180740. OLE color: 1180740.

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

Color convert

RGB68418-
CMYK00.940.740.73
HSL346.88º88.89%14.12%-
HSV(B)346.88º94.12%26.67%-
XYZ2.541.360.7-
YUV24.73124.2158.86-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 4 (1.95% from 255) = 4.44%
BLUE value IS 18 (7.42% from 255) = 20%
R=75.56%
G=4.44%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841800.940.740.73346.8888.8914.12
Hex4441205E4A4915b59e
Octal104422013611211153313116
Binary100010010010010010111101001010100100110101101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440412; }

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

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

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

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

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

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

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

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