#490305

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

Shades of Rustic Red #490305

Tints of Rustic Red #490305

Color information

#490305 (or 0x490305) is unknown color: approx Rustic Red. HEX triplet: 49, 03 and 05. RGB value is (73,3,5). Sum of RGB (Red+Green+Blue) = 73+3+5=81 (10% of max value = 765). Red value is 73 (28.91% from 255 or 90.12% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 5 (2.34% from 255 or 6.17% from 81); Max value from RGB is 73 - color contains mainly: red. Hex color #490305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490305 is #B6FCFA. Grayscale: #181818. Windows color (decimal): -11992315 or 328521. OLE color: 328521.

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

Color convert

RGB7335-
CMYK00.960.930.71
HSL358.29º92.11%14.9%-
HSV(B)358.29º95.89%28.63%-
XYZ2.811.490.28-
YUV24.16117.19162.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 90.12%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 5 (2.34% from 255) = 6.17%
R=90.12%
G=3.70%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.93
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal733500.960.930.71358.2992.1114.9
Hex49350605D471665cf
Octal11135014013510754613417
Binary100100111101011000001011101100011110110011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490305; }

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

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

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

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

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

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

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

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