#44171A

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

Shades of Rustic Red #44171A

Tints of Rustic Red #44171A

Color information

#44171A (or 0x44171A) is unknown color: approx Rustic Red. HEX triplet: 44, 17 and 1A. RGB value is (68,23,26). Sum of RGB (Red+Green+Blue) = 68+23+26=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #44171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44171A is #BBE8E5. Grayscale: #242424. Windows color (decimal): -12314854 or 1709892. OLE color: 1709892.

HSL color Cylindrical-coordinate representation of color #44171A: hue angle of 356º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44171A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB682326-
CMYK00.660.620.73
HSL356º49.45%17.84%-
HSV(B)356º66.18%26.67%-
XYZ2.881.921.2-
YUV36.8121.91150.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 58.12%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=58.12%
G=19.66%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68232600.660.620.7335649.4517.84
Hex44171A0423E491643112
Octal10427320102761115446122
Binary1000100101111101001000010111110100100110110010011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44171A; }

 p { color: rgb(68,23,26); }

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

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

 a { background-color: rgb(68,23,26); }

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

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

 span { border-color: rgb(68,23,26); }

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