#490405

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

Shades of Rustic Red #490405

Tints of Rustic Red #490405

Color information

#490405 (or 0x490405) is unknown color: approx Rustic Red. HEX triplet: 49, 04 and 05. RGB value is (73,4,5). Sum of RGB (Red+Green+Blue) = 73+4+5=82 (10% of max value = 765). Red value is 73 (28.91% from 255 or 89.02% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 73 - color contains mainly: red. Hex color #490405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490405 is #B6FBFA. Grayscale: #181818. Windows color (decimal): -11992059 or 328777. OLE color: 328777.

HSL color Cylindrical-coordinate representation of color #490405: hue angle of 359.13º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #490405 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.71.

Color convert

RGB7345-
CMYK00.950.930.71
HSL359.13º89.61%15.1%-
HSV(B)359.13º94.52%28.63%-
XYZ2.821.510.29-
YUV24.74116.86162.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 89.02%
GREEN value IS 4 (1.95% from 255) = 4.88%
BLUE value IS 5 (2.34% from 255) = 6.10%
R=89.02%
G=4.88%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal734500.950.930.71359.1389.6115.1
Hex494505F5D471675af
Octal11145013713510754713217
Binary1001001100101010111111011101100011110110011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490405; }

 p { color: rgb(73,4,5); }

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

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

 a { background-color: rgb(73,4,5); }

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

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

 span { border-color: rgb(73,4,5); }

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