#440112

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

Shades of Rustic Red #440112

Tints of Rustic Red #440112

Color information

#440112 (or 0x440112) is unknown color: approx Rustic Red. HEX triplet: 44, 01 and 12. RGB value is (68,1,18). Sum of RGB (Red+Green+Blue) = 68+1+18=87 (11% of max value = 765). Red value is 68 (26.95% from 255 or 78.16% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 68 - color contains mainly: red. Hex color #440112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440112 is #BBFEED. Grayscale: #161616. Windows color (decimal): -12320494 or 1179972. OLE color: 1179972.

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

Color convert

RGB68118-
CMYK00.990.740.73
HSL344.78º97.1%13.53%-
HSV(B)344.78º98.53%26.67%-
XYZ2.51.290.69-
YUV22.97125.2160.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 78.16%
GREEN value IS 1 (0.78% from 255) = 1.15%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=78.16%
G=1.15%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6811800.990.740.73344.7897.113.53
Hex441120634A4915961e
Octal104122014311211153114116
Binary1000100110010011000111001010100100110101100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440112; }

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

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

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

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

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

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

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

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