#44131B

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

Shades of Rustic Red #44131B

Tints of Rustic Red #44131B

Color information

#44131B (or 0x44131B) is unknown color: approx Rustic Red. HEX triplet: 44, 13 and 1B. RGB value is (68,19,27). Sum of RGB (Red+Green+Blue) = 68+19+27=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #44131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44131B is #BBECE4. Grayscale: #222222. Windows color (decimal): -12315877 or 1774404. OLE color: 1774404.

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

Color convert

RGB681927-
CMYK00.720.600.73
HSL350.2º56.32%17.06%-
HSV(B)350.2º72.06%26.67%-
XYZ2.811.771.23-
YUV34.56123.73151.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 23.68%
R=59.65%
G=16.67%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68192700.720.600.73350.256.3217.06
Hex44131B0483C4915e3811
Octal10423330110741115367021
Binary1000100100111101101001000111100100100110101111011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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