#440205

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

Shades of Rustic Red #440205

Tints of Rustic Red #440205

Color information

#440205 (or 0x440205) is unknown color: approx Rustic Red. HEX triplet: 44, 02 and 05. RGB value is (68,2,5). Sum of RGB (Red+Green+Blue) = 68+2+5=75 (9% of max value = 765). Red value is 68 (26.95% from 255 or 90.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 68 - color contains mainly: red. Hex color #440205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #440205 is #BBFDFA. Grayscale: #161616. Windows color (decimal): -12320251 or 328260. OLE color: 328260.

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

Color convert

RGB6825-
CMYK00.970.930.73
HSL357.27º94.29%13.73%-
HSV(B)357.27º97.06%26.67%-
XYZ2.431.280.26-
YUV22.08118.37160.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 90.67%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 5 (2.34% from 255) = 6.67%
R=90.67%
G=2.67%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal682500.970.930.73357.2794.2913.73
Hex44250615D491655ee
Octal10425014113511154513616
Binary100010010101011000011011101100100110110010110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440205; }

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

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

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

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

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

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

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

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