#490506

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

Shades of Rustic Red #490506

Tints of Rustic Red #490506

Color information

#490506 (or 0x490506) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 06. RGB value is (73,5,6). Sum of RGB (Red+Green+Blue) = 73+5+6=84 (11% of max value = 765). Red value is 73 (28.91% from 255 or 86.90% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 6 (2.73% from 255 or 7.14% from 84); Max value from RGB is 73 - color contains mainly: red. Hex color #490506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490506 is #B6FAF9. Grayscale: #191919. Windows color (decimal): -11991802 or 394569. OLE color: 394569.

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

Color convert

RGB7356-
CMYK00.930.920.71
HSL359.12º87.18%15.29%-
HSV(B)359.12º93.15%28.63%-
XYZ2.831.540.32-
YUV25.45117.03161.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 86.90%
GREEN value IS 5 (2.34% from 255) = 5.95%
BLUE value IS 6 (2.73% from 255) = 7.14%
R=86.90%
G=5.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal735600.930.920.71359.1287.1815.29
Hex495605D5C4716757f
Octal11156013513410754712717
Binary1001001101110010111011011100100011110110011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490506; }

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

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

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

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

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

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

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

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