#44040A

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

Shades of Rustic Red #44040A

Tints of Rustic Red #44040A

Color information

#44040A (or 0x44040A) is unknown color: approx Rustic Red. HEX triplet: 44, 04 and 0A. RGB value is (68,4,10). Sum of RGB (Red+Green+Blue) = 68+4+10=82 (10% of max value = 765). Red value is 68 (26.95% from 255 or 82.93% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 68 - color contains mainly: red. Hex color #44040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44040A is #BBFBF5. Grayscale: #171717. Windows color (decimal): -12319734 or 656452. OLE color: 656452.

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

Color convert

RGB68410-
CMYK00.940.850.73
HSL354.38º88.89%14.12%-
HSV(B)354.38º94.12%26.67%-
XYZ2.481.340.41-
YUV23.82120.2159.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 82.93%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=82.93%
G=4.88%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841000.940.850.73354.3888.8914.12
Hex444A05E554916259e
Octal104412013612511154213116
Binary10001001001010010111101010101100100110110001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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