#441618

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

Shades of Rustic Red #441618

Tints of Rustic Red #441618

Color information

#441618 (or 0x441618) is unknown color: approx Rustic Red. HEX triplet: 44, 16 and 18. RGB value is (68,22,24). Sum of RGB (Red+Green+Blue) = 68+22+24=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 22 (8.98% from 255 or 19.30% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #441618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #441618 is #BBE9E7. Grayscale: #242424. Windows color (decimal): -12315112 or 1578564. OLE color: 1578564.

HSL color Cylindrical-coordinate representation of color #441618: hue angle of 357.39º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #441618 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB682224-
CMYK00.680.650.73
HSL357.39º51.11%17.65%-
HSV(B)357.39º67.65%26.67%-
XYZ2.841.871.08-
YUV35.98121.24150.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 22 (8.98% from 255) = 19.30%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=59.65%
G=19.30%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68222400.680.650.73357.3951.1117.65
Hex44161804441491653312
Octal104263001041011115456322
Binary10001001011011000010001001000001100100110110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441618; }

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

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

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

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

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

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

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

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