#490412

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

Shades of Rustic Red #490412

Tints of Rustic Red #490412

Color information

#490412 (or 0x490412) is unknown color: approx Rustic Red. HEX triplet: 49, 04 and 12. RGB value is (73,4,18). Sum of RGB (Red+Green+Blue) = 73+4+18=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490412 is #B6FBED. Grayscale: #1A1A1A. Windows color (decimal): -11992046 or 1180745. OLE color: 1180745.

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

Color convert

RGB73418-
CMYK00.950.750.71
HSL347.83º89.61%15.1%-
HSV(B)347.83º94.52%28.63%-
XYZ2.91.550.72-
YUV26.23123.36161.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 4 (1.95% from 255) = 4.21%
BLUE value IS 18 (7.42% from 255) = 18.95%
R=76.84%
G=4.21%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341800.950.750.71347.8389.6115.1
Hex4941205F4B4715c5af
Octal111422013711310753413217
Binary100100110010010010111111001011100011110101110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490412; }

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

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

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

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

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

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

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

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