#440F18

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

Shades of Rustic Red #440F18

Tints of Rustic Red #440F18

Color information

#440F18 (or 0x440F18) is unknown color: approx Rustic Red. HEX triplet: 44, 0F and 18. RGB value is (68,15,24). Sum of RGB (Red+Green+Blue) = 68+15+24=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 15 (6.25% from 255 or 14.02% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #440F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440F18 is #BBF0E7. Grayscale: #1F1F1F. Windows color (decimal): -12316904 or 1576772. OLE color: 1576772.

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

Color convert

RGB681524-
CMYK00.780.650.73
HSL349.81º63.86%16.27%-
HSV(B)349.81º77.94%26.67%-
XYZ2.721.641.04-
YUV31.87123.56153.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 15 (6.25% from 255) = 14.02%
BLUE value IS 24 (9.77% from 255) = 22.43%
R=63.55%
G=14.02%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68152400.780.650.73349.8163.8616.27
Hex44F1804E414915e4010
Octal1041730011610111153610020
Binary10001001111110000100111010000011001001101011110100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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