#44090D

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

Shades of Rustic Red #44090D

Tints of Rustic Red #44090D

Color information

#44090D (or 0x44090D) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 0D. RGB value is (68,9,13). Sum of RGB (Red+Green+Blue) = 68+9+13=90 (11% of max value = 765). Red value is 68 (26.95% from 255 or 75.56% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 68 - color contains mainly: red. Hex color #44090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44090D is #BBF6F2. Grayscale: #1B1B1B. Windows color (decimal): -12318451 or 854340. OLE color: 854340.

HSL color Cylindrical-coordinate representation of color #44090D: hue angle of 355.93º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44090D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB68913-
CMYK00.870.810.73
HSL355.93º76.62%15.1%-
HSV(B)355.93º86.76%26.67%-
XYZ2.551.450.53-
YUV27.1120.05157.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 75.56%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 14.44%
R=75.56%
G=10%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6891300.870.810.73355.9376.6215.1
Hex449D05751491644df
Octal1041115012712111154411517
Binary100010010011101010101111010001100100110110010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44090D; }

 p { color: rgb(68,9,13); }

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

<style>
 a { background-color: #44090D; }

 a { background-color: rgb(68,9,13); }

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

<style>
 span { border-color: #44090D; }

 span { border-color: rgb(68,9,13); }

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