#490510

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

Shades of Rustic Red #490510

Tints of Rustic Red #490510

Color information

#490510 (or 0x490510) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 10. RGB value is (73,5,16). Sum of RGB (Red+Green+Blue) = 73+5+16=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490510 is #B6FAEF. Grayscale: #1A1A1A. Windows color (decimal): -11991792 or 1049929. OLE color: 1049929.

HSL color Cylindrical-coordinate representation of color #490510: hue angle of 350.29º 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 #490510 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB73516-
CMYK00.930.780.71
HSL350.29º87.18%15.29%-
HSV(B)350.29º93.15%28.63%-
XYZ2.91.560.64-
YUV26.59122.03161.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 5 (2.34% from 255) = 5.32%
BLUE value IS 16 (6.64% from 255) = 17.02%
R=77.66%
G=5.32%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351600.930.780.71350.2987.1815.29
Hex4951005D4E4715e57f
Octal111520013511610753612717
Binary100100110110000010111011001110100011110101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490510; }

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

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

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

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

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

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

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

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