#44090F

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

Shades of Rustic Red #44090F

Tints of Rustic Red #44090F

Color information

#44090F (or 0x44090F) is unknown color: approx Rustic Red. HEX triplet: 44, 09 and 0F. RGB value is (68,9,15). Sum of RGB (Red+Green+Blue) = 68+9+15=92 (12% of max value = 765). Red value is 68 (26.95% from 255 or 73.91% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 15 (6.25% from 255 or 16.30% from 92); Max value from RGB is 68 - color contains mainly: red. Hex color #44090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #44090F is #BBF6F0. Grayscale: #1B1B1B. Windows color (decimal): -12318449 or 985412. OLE color: 985412.

HSL color Cylindrical-coordinate representation of color #44090F: hue angle of 353.9º 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 #44090F is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.73.

Color convert

RGB68915-
CMYK00.870.780.73
HSL353.9º76.62%15.1%-
HSV(B)353.9º86.76%26.67%-
XYZ2.571.460.6-
YUV27.33121.05157.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 73.91%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 15 (6.25% from 255) = 16.30%
R=73.91%
G=9.78%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.78
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6891500.870.780.73353.976.6215.1
Hex449F0574E491624df
Octal1041117012711611154211517
Binary100010010011111010101111001110100100110110001010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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