#49060F

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

Shades of Rustic Red #49060F

Tints of Rustic Red #49060F

Color information

#49060F (or 0x49060F) is unknown color: approx Rustic Red. HEX triplet: 49, 06 and 0F. RGB value is (73,6,15). Sum of RGB (Red+Green+Blue) = 73+6+15=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #49060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49060F is #B6F9F0. Grayscale: #1B1B1B. Windows color (decimal): -11991537 or 984649. OLE color: 984649.

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

Color convert

RGB73615-
CMYK00.920.790.71
HSL351.94º84.81%15.49%-
HSV(B)351.94º91.78%28.63%-
XYZ2.91.580.6-
YUV27.06121.2160.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 77.66%
GREEN value IS 6 (2.73% from 255) = 6.38%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=77.66%
G=6.38%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7361500.920.790.71351.9484.8115.49
Hex496F05C4F4716055f
Octal111617013411710754012517
Binary10010011101111010111001001111100011110110000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49060F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49060F; }

 p { color: rgb(73,6,15); }

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

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

 a { background-color: rgb(73,6,15); }

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

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

 span { border-color: rgb(73,6,15); }

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