#49080C

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

Shades of Rustic Red #49080C

Tints of Rustic Red #49080C

Color information

#49080C (or 0x49080C) is unknown color: approx Rustic Red. HEX triplet: 49, 08 and 0C. RGB value is (73,8,12). Sum of RGB (Red+Green+Blue) = 73+8+12=93 (12% of max value = 765). Red value is 73 (28.91% from 255 or 78.49% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 73 - color contains mainly: red. Hex color #49080C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080C is #B6F7F3. Grayscale: #1B1B1B. Windows color (decimal): -11991028 or 788553. OLE color: 788553.

HSL color Cylindrical-coordinate representation of color #49080C: hue angle of 356.31º 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 #49080C is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB73812-
CMYK00.890.840.71
HSL356.31º80.25%15.88%-
HSV(B)356.31º89.04%28.63%-
XYZ2.91.620.51-
YUV27.89119.03160.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 78.49%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 12 (5.08% from 255) = 12.90%
R=78.49%
G=8.60%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.84
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7381200.890.840.71356.3180.2515.88
Hex498C05954471645010
Octal1111014013112410754412020
Binary1001001100011000101100110101001000111101100100101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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