#490210

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

Shades of Rustic Red #490210

Tints of Rustic Red #490210

Color information

#490210 (or 0x490210) is unknown color: approx Rustic Red. HEX triplet: 49, 02 and 10. RGB value is (73,2,16). Sum of RGB (Red+Green+Blue) = 73+2+16=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #490210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490210 is #B6FDEF. Grayscale: #181818. Windows color (decimal): -11992560 or 1049161. OLE color: 1049161.

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

Color convert

RGB73216-
CMYK00.970.780.71
HSL348.17º94.67%14.71%-
HSV(B)348.17º97.26%28.63%-
XYZ2.861.50.63-
YUV24.82123.02162.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 80.22%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 16 (6.64% from 255) = 17.58%
R=80.22%
G=2.20%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321600.970.780.71348.1794.6714.71
Hex492100614E4715c5ff
Octal111220014111610753413717
Binary10010011010000011000011001110100011110101110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490210; }

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

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

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

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

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

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

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

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