#44181D

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

Shades of Rustic Red #44181D

Tints of Rustic Red #44181D

Color information

#44181D (or 0x44181D) is unknown color: approx Rustic Red. HEX triplet: 44, 18 and 1D. RGB value is (68,24,29). Sum of RGB (Red+Green+Blue) = 68+24+29=121 (16% of max value = 765). Red value is 68 (26.95% from 255 or 56.20% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 68 - color contains mainly: red. Hex color #44181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44181D is #BBE7E2. Grayscale: #252525. Windows color (decimal): -12314595 or 1906756. OLE color: 1906756.

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

Color convert

RGB682429-
CMYK00.650.570.73
HSL353.18º47.83%18.04%-
HSV(B)353.18º64.71%26.67%-
XYZ2.931.971.39-
YUV37.73123.08149.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 56.20%
GREEN value IS 24 (9.77% from 255) = 19.83%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=56.20%
G=19.83%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242900.650.570.73353.1847.8318.04
Hex44181D04139491613012
Octal10430350101711115416022
Binary1000100110001110101000001111001100100110110000111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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