#49020F

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

Shades of Rustic Red #49020F

Tints of Rustic Red #49020F

Color information

#49020F (or 0x49020F) is unknown color: approx Rustic Red. HEX triplet: 49, 02 and 0F. RGB value is (73,2,15). Sum of RGB (Red+Green+Blue) = 73+2+15=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49020F is #B6FDF0. Grayscale: #181818. Windows color (decimal): -11992561 or 983625. OLE color: 983625.

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

Color convert

RGB73215-
CMYK00.970.790.71
HSL349.01º94.67%14.71%-
HSV(B)349.01º97.26%28.63%-
XYZ2.861.490.59-
YUV24.71122.52162.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 81.11%
GREEN value IS 2 (1.17% from 255) = 2.22%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=81.11%
G=2.22%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321500.970.790.71349.0194.6714.71
Hex492F0614F4715d5ff
Octal111217014111710753513717
Binary1001001101111011000011001111100011110101110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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