#440C18

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

Shades of Rustic Red #440C18

Tints of Rustic Red #440C18

Color information

#440C18 (or 0x440C18) is unknown color: approx Rustic Red. HEX triplet: 44, 0C and 18. RGB value is (68,12,24). Sum of RGB (Red+Green+Blue) = 68+12+24=104 (13% of max value = 765). Red value is 68 (26.95% from 255 or 65.38% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 68 - color contains mainly: red. Hex color #440C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440C18 is #BBF3E7. Grayscale: #1E1E1E. Windows color (decimal): -12317672 or 1576004. OLE color: 1576004.

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

Color convert

RGB681224-
CMYK00.820.650.73
HSL347.14º70%15.69%-
HSV(B)347.14º82.35%26.67%-
XYZ2.681.561.02-
YUV30.11124.55155.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 65.38%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 24 (9.77% from 255) = 23.08%
R=65.38%
G=11.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68122400.820.650.73347.147015.69
Hex44C18052414915b4610
Octal1041430012210111153310620
Binary10001001100110000101001010000011001001101011011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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