#440E18

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

Shades of Rustic Red #440E18

Tints of Rustic Red #440E18

Color information

#440E18 (or 0x440E18) is unknown color: approx Rustic Red. HEX triplet: 44, 0E and 18. RGB value is (68,14,24). Sum of RGB (Red+Green+Blue) = 68+14+24=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #440E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440E18 is #BBF1E7. Grayscale: #1F1F1F. Windows color (decimal): -12317160 or 1576516. OLE color: 1576516.

HSL color Cylindrical-coordinate representation of color #440E18: hue angle of 348.89º 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 #440E18 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB681424-
CMYK00.790.650.73
HSL348.89º65.85%16.08%-
HSV(B)348.89º79.41%26.67%-
XYZ2.711.611.03-
YUV31.29123.89154.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 14 (5.86% from 255) = 13.21%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=64.15%
G=13.21%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68142400.790.650.73348.8965.8516.08
Hex44E1804F414915d4210
Octal1041630011710111153510220
Binary10001001110110000100111110000011001001101011101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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