#490712

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

Shades of Rustic Red #490712

Tints of Rustic Red #490712

Color information

#490712 (or 0x490712) is unknown color: approx Rustic Red. HEX triplet: 49, 07 and 12. RGB value is (73,7,18). Sum of RGB (Red+Green+Blue) = 73+7+18=98 (12% of max value = 765). Red value is 73 (28.91% from 255 or 74.49% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 73 - color contains mainly: red. Hex color #490712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490712 is #B6F8ED. Grayscale: #1C1C1C. Windows color (decimal): -11991278 or 1181513. OLE color: 1181513.

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

Color convert

RGB73718-
CMYK00.900.750.71
HSL350º82.5%15.69%-
HSV(B)350º90.41%28.63%-
XYZ2.931.610.73-
YUV27.99122.37160.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 74.49%
GREEN value IS 7 (3.12% from 255) = 7.14%
BLUE value IS 18 (7.42% from 255) = 18.37%
R=74.49%
G=7.14%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.75
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371800.900.750.7135082.515.69
Hex4971205A4B4715e5210
Octal111722013211310753612220
Binary1001001111100100101101010010111000111101011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490712; }

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

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

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

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

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

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

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

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