#44141B

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

Shades of Rustic Red #44141B

Tints of Rustic Red #44141B

Color information

#44141B (or 0x44141B) is unknown color: approx Rustic Red. HEX triplet: 44, 14 and 1B. RGB value is (68,20,27). Sum of RGB (Red+Green+Blue) = 68+20+27=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #44141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44141B is #BBEBE4. Grayscale: #232323. Windows color (decimal): -12315621 or 1774660. OLE color: 1774660.

HSL color Cylindrical-coordinate representation of color #44141B: hue angle of 351.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44141B is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB682027-
CMYK00.710.600.73
HSL351.25º54.55%17.25%-
HSV(B)351.25º70.59%26.67%-
XYZ2.831.811.24-
YUV35.15123.4151.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 27 (10.94% from 255) = 23.48%
R=59.13%
G=17.39%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68202700.710.600.73351.2554.5517.25
Hex44141B0473C4915f3711
Octal10424330107741115376721
Binary1000100101001101101000111111100100100110101111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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