#440E19

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

Shades of Rustic Red #440E19

Tints of Rustic Red #440E19

Color information

#440E19 (or 0x440E19) is unknown color: approx Rustic Red. HEX triplet: 44, 0E and 19. RGB value is (68,14,25). Sum of RGB (Red+Green+Blue) = 68+14+25=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E19 is #BBF1E6. Grayscale: #1F1F1F. Windows color (decimal): -12317159 or 1642052. OLE color: 1642052.

HSL color Cylindrical-coordinate representation of color #440E19: hue angle of 347.78º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #440E19 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB681425-
CMYK00.790.630.73
HSL347.78º65.85%16.08%-
HSV(B)347.78º79.41%26.67%-
XYZ2.721.611.09-
YUV31.4124.39154.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 14 (5.86% from 255) = 13.08%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=63.55%
G=13.08%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68142500.790.630.73347.7865.8516.08
Hex44E1904F3F4915c4210
Octal104163101177711153410220
Binary1000100111011001010011111111111001001101011100100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440E19; }

 p { color: rgb(68,14,25); }

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

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

 a { background-color: rgb(68,14,25); }

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

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

 span { border-color: rgb(68,14,25); }

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