#44161B

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

Shades of Rustic Red #44161B

Tints of Rustic Red #44161B

Color information

#44161B (or 0x44161B) is unknown color: approx Rustic Red. HEX triplet: 44, 16 and 1B. RGB value is (68,22,27). Sum of RGB (Red+Green+Blue) = 68+22+27=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44161B is #BBE9E4. Grayscale: #242424. Windows color (decimal): -12315109 or 1775172. OLE color: 1775172.

HSL color Cylindrical-coordinate representation of color #44161B: hue angle of 353.48º 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 #44161B is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB682227-
CMYK00.680.600.73
HSL353.48º51.11%17.65%-
HSV(B)353.48º67.65%26.67%-
XYZ2.871.881.25-
YUV36.32122.74150.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 22 (8.98% from 255) = 18.80%
BLUE value IS 27 (10.94% from 255) = 23.08%
R=58.12%
G=18.80%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68222700.680.600.73353.4851.1117.65
Hex44161B0443C491613312
Octal10426330104741115416322
Binary1000100101101101101000100111100100100110110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44161B; }

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

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

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

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

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

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

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

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