#44181A

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

Shades of Rustic Red #44181A

Tints of Rustic Red #44181A

Color information

#44181A (or 0x44181A) is unknown color: approx Rustic Red. HEX triplet: 44, 18 and 1A. RGB value is (68,24,26). Sum of RGB (Red+Green+Blue) = 68+24+26=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 24 (9.77% from 255 or 20.34% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #44181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44181A is #BBE7E5. Grayscale: #252525. Windows color (decimal): -12314598 or 1710148. OLE color: 1710148.

HSL color Cylindrical-coordinate representation of color #44181A: hue angle of 357.27º 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 #44181A is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.73.

Color convert

RGB682426-
CMYK00.650.620.73
HSL357.27º47.83%18.04%-
HSV(B)357.27º64.71%26.67%-
XYZ2.91.961.2-
YUV37.38121.58149.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 24 (9.77% from 255) = 20.34%
BLUE value IS 26 (10.55% from 255) = 22.03%
R=57.63%
G=20.34%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68242600.650.620.73357.2747.8318.04
Hex44181A0413E491653012
Octal10430320101761115456022
Binary1000100110001101001000001111110100100110110010111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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