#49080F

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

Shades of Rustic Red #49080F

Tints of Rustic Red #49080F

Color information

#49080F (or 0x49080F) is unknown color: approx Rustic Red. HEX triplet: 49, 08 and 0F. RGB value is (73,8,15). Sum of RGB (Red+Green+Blue) = 73+8+15=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #49080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080F is #B6F7F0. Grayscale: #1C1C1C. Windows color (decimal): -11991025 or 985161. OLE color: 985161.

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

Color convert

RGB73815-
CMYK00.890.790.71
HSL353.54º80.25%15.88%-
HSV(B)353.54º89.04%28.63%-
XYZ2.921.620.61-
YUV28.23120.53159.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.04%
GREEN value IS 8 (3.52% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 15.62%
R=76.04%
G=8.33%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7381500.890.790.71353.5480.2515.88
Hex498F0594F471625010
Octal1111017013111710754212020
Binary1001001100011110101100110011111000111101100010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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