#490513

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

Shades of Rustic Red #490513

Tints of Rustic Red #490513

Color information

#490513 (or 0x490513) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 13. RGB value is (73,5,19). Sum of RGB (Red+Green+Blue) = 73+5+19=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490513 is #B6FAEC. Grayscale: #1A1A1A. Windows color (decimal): -11991789 or 1246537. OLE color: 1246537.

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

Color convert

RGB73519-
CMYK00.930.740.71
HSL347.65º87.18%15.29%-
HSV(B)347.65º93.15%28.63%-
XYZ2.921.570.77-
YUV26.93123.53160.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 75.26%
GREEN value IS 5 (2.34% from 255) = 5.15%
BLUE value IS 19 (7.81% from 255) = 19.59%
R=75.26%
G=5.15%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351900.930.740.71347.6587.1815.29
Hex4951305D4A4715c57f
Octal111523013511210753412717
Binary100100110110011010111011001010100011110101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490513; }

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

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

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

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

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

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

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

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