#440508

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

Shades of Rustic Red #440508

Tints of Rustic Red #440508

Color information

#440508 (or 0x440508) is unknown color: approx Rustic Red. HEX triplet: 44, 05 and 08. RGB value is (68,5,8). Sum of RGB (Red+Green+Blue) = 68+5+8=81 (10% of max value = 765). Red value is 68 (26.95% from 255 or 83.95% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 68 - color contains mainly: red. Hex color #440508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440508 is #BBFAF7. Grayscale: #181818. Windows color (decimal): -12319480 or 525636. OLE color: 525636.

HSL color Cylindrical-coordinate representation of color #440508: hue angle of 357.14º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440508 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB6858-
CMYK00.930.880.73
HSL357.14º86.3%14.31%-
HSV(B)357.14º92.65%26.67%-
XYZ2.481.360.36-
YUV24.18118.87159.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 83.95%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=83.95%
G=6.17%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal685800.930.880.73357.1486.314.31
Hex445805D584916556e
Octal104510013513011154512616
Binary10001001011000010111011011000100100110110010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440508; }

 p { color: rgb(68,5,8); }

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

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

 a { background-color: rgb(68,5,8); }

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

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

 span { border-color: rgb(68,5,8); }

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