#440413

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

Shades of Rustic Red #440413

Tints of Rustic Red #440413

Color information

#440413 (or 0x440413) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 13. RGB value is (68,4,19). Sum of RGB (Red+Green+Blue) = 68+4+19=91 (12% of max value = 765). Red value is 68 (26.95% from 255 or 74.73% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 68 - color contains mainly: red. Hex color #440413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440413 is #BBFBEC. Grayscale: #181818. Windows color (decimal): -12319725 or 1246276. OLE color: 1246276.

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

Color convert

RGB68419-
CMYK00.940.720.73
HSL345.94º88.89%14.12%-
HSV(B)345.94º94.12%26.67%-
XYZ2.541.360.75-
YUV24.85124.7158.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 74.73%
GREEN value IS 4 (1.95% from 255) = 4.40%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=74.73%
G=4.40%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841900.940.720.73345.9488.8914.12
Hex4441305E484915a59e
Octal104423013611011153213116
Binary100010010010011010111101001000100100110101101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440413; }

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

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

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

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

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

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

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

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