#44191C

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

Shades of Rustic Red #44191C

Tints of Rustic Red #44191C

Color information

#44191C (or 0x44191C) is unknown color: approx Rustic Red. HEX triplet: 44, 19 and 1C. RGB value is (68,25,28). Sum of RGB (Red+Green+Blue) = 68+25+28=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191C is #BBE6E3. Grayscale: #262626. Windows color (decimal): -12314340 or 1841476. OLE color: 1841476.

HSL color Cylindrical-coordinate representation of color #44191C: hue angle of 355.81º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44191C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB682528-
CMYK00.630.590.73
HSL355.81º46.24%18.24%-
HSV(B)355.81º63.24%26.67%-
XYZ2.942.011.33-
YUV38.2122.25149.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 25 (10.16% from 255) = 20.66%
BLUE value IS 28 (11.33% from 255) = 23.14%
R=56.20%
G=20.66%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68252800.630.590.73355.8146.2418.24
Hex44191C03F3B491642e12
Octal1043134077731115445622
Binary100010011001111000111111111011100100110110010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44191C; }

 p { color: rgb(68,25,28); }

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

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

 a { background-color: rgb(68,25,28); }

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

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

 span { border-color: rgb(68,25,28); }

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