#440009

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

Shades of Rustic Red #440009

Tints of Rustic Red #440009

Color information

#440009 (or 0x440009) is unknown color: approx Rustic Red. HEX triplet: 44, 00 and 09. RGB value is (68,0,9). Sum of RGB (Red+Green+Blue) = 68+0+9=77 (10% of max value = 765). Red value is 68 (26.95% from 255 or 88.31% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 9 (3.91% from 255 or 11.69% from 77); Max value from RGB is 68 - color contains mainly: red. Hex color #440009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440009 is #BBFFF6. Grayscale: #151515. Windows color (decimal): -12320759 or 589892. OLE color: 589892.

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

Color convert

RGB6809-
CMYK010.870.73
HSL352.06º100%13.33%-
HSV(B)352.06º100%26.67%-
XYZ2.431.250.37-
YUV21.36121.03161.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 88.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 11.69%
R=88.31%
G=0%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6809010.870.73352.0610013.33
Hex4409064574916064d
Octal104011014412711154014415
Binary100010001001011001001010111100100110110000011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440009; }

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

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

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

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

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

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

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

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