#44040B

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

Shades of Rustic Red #44040B

Tints of Rustic Red #44040B

Color information

#44040B (or 0x44040B) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 0B. RGB value is (68,4,11). Sum of RGB (Red+Green+Blue) = 68+4+11=83 (10% of max value = 765). Red value is 68 (26.95% from 255 or 81.93% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 68 - color contains mainly: red. Hex color #44040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44040B is #BBFBF4. Grayscale: #171717. Windows color (decimal): -12319733 or 721988. OLE color: 721988.

HSL color Cylindrical-coordinate representation of color #44040B: hue angle of 353.44º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44040B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB68411-
CMYK00.940.840.73
HSL353.44º88.89%14.12%-
HSV(B)353.44º94.12%26.67%-
XYZ2.491.340.44-
YUV23.93120.7159.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 81.93%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 11 (4.69% from 255) = 13.25%
R=81.93%
G=4.82%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841100.940.840.73353.4488.8914.12
Hex444B05E544916159e
Octal104413013612411154113116
Binary10001001001011010111101010100100100110110000110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,4,11); }

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

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

 a { background-color: rgb(68,4,11); }

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

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

 span { border-color: rgb(68,4,11); }

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