#490004

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

Shades of Rustic Red #490004

Tints of Rustic Red #490004

Color information

#490004 (or 0x490004) is unknown color: approx Rustic Red. HEX triplet: 49, 00 and 04. RGB value is (73,0,4). Sum of RGB (Red+Green+Blue) = 73+0+4=77 (10% of max value = 765). Red value is 73 (28.91% from 255 or 94.81% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 73 - color contains mainly: red. Hex color #490004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490004 is #B6FFFB. Grayscale: #161616. Windows color (decimal): -11993084 or 262217. OLE color: 262217.

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

Color convert

RGB7304-
CMYK010.950.71
HSL356.71º100%14.31%-
HSV(B)356.71º100%28.63%-
XYZ2.771.430.24-
YUV22.28117.68164.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 94.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 5.19%
R=94.81%
G=0%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7304010.950.71356.7110014.31
Hex49040645F4716564e
Octal11104014413710754514416
Binary10010010100011001001011111100011110110010111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490004; }

 p { color: rgb(73,0,4); }

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

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

 a { background-color: rgb(73,0,4); }

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

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

 span { border-color: rgb(73,0,4); }

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