#44191D

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

Shades of Rustic Red #44191D

Tints of Rustic Red #44191D

Color information

#44191D (or 0x44191D) is unknown color: approx Rustic Red. HEX triplet: 44, 19 and 1D. RGB value is (68,25,29). Sum of RGB (Red+Green+Blue) = 68+25+29=122 (16% of max value = 765). Red value is 68 (26.95% from 255 or 55.74% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 68 - color contains mainly: red. Hex color #44191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44191D is #BBE6E2. Grayscale: #262626. Windows color (decimal): -12314339 or 1907012. OLE color: 1907012.

HSL color Cylindrical-coordinate representation of color #44191D: hue angle of 354.42º 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 #44191D is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB682529-
CMYK00.630.570.73
HSL354.42º46.24%18.24%-
HSV(B)354.42º63.24%26.67%-
XYZ2.952.011.4-
YUV38.31122.75149.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 55.74%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=55.74%
G=20.49%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68252900.630.570.73354.4246.2418.24
Hex44191D03F39491622e12
Octal1043135077711115425622
Binary100010011001111010111111111001100100110110001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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