#490312

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

Shades of Rustic Red #490312

Tints of Rustic Red #490312

Color information

#490312 (or 0x490312) is unknown color: approx Rustic Red. HEX triplet: 49, 03 and 12. RGB value is (73,3,18). Sum of RGB (Red+Green+Blue) = 73+3+18=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 18 (7.42% from 255 or 19.15% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490312 is #B6FCED. Grayscale: #191919. Windows color (decimal): -11992302 or 1180489. OLE color: 1180489.

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

Color convert

RGB73318-
CMYK00.960.750.71
HSL347.14º92.11%14.9%-
HSV(B)347.14º95.89%28.63%-
XYZ2.891.530.71-
YUV25.64123.69161.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 3 (1.56% from 255) = 3.19%
BLUE value IS 18 (7.42% from 255) = 19.15%
R=77.66%
G=3.19%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7331800.960.750.71347.1492.1114.9
Hex493120604B4715b5cf
Octal111322014011310753313417
Binary10010011110010011000001001011100011110101101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490312; }

 p { color: rgb(73,3,18); }

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

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

 a { background-color: rgb(73,3,18); }

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

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

 span { border-color: rgb(73,3,18); }

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