#49050B

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

Shades of Rustic Red #49050B

Tints of Rustic Red #49050B

Color information

#49050B (or 0x49050B) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 0B. RGB value is (73,5,11). Sum of RGB (Red+Green+Blue) = 73+5+11=89 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.02% from 89); Green value is 5 (2.34% from 255 or 5.62% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 73 - color contains mainly: red. Hex color #49050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49050B is #B6FAF4. Grayscale: #1A1A1A. Windows color (decimal): -11991797 or 722249. OLE color: 722249.

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

Color convert

RGB73511-
CMYK00.930.850.71
HSL354.71º87.18%15.29%-
HSV(B)354.71º93.15%28.63%-
XYZ2.861.550.46-
YUV26.02119.53161.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.02%
GREEN value IS 5 (2.34% from 255) = 5.62%
BLUE value IS 11 (4.69% from 255) = 12.36%
R=82.02%
G=5.62%
B=12.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351100.930.850.71354.7187.1815.29
Hex495B05D554716357f
Octal111513013512510754312717
Binary10010011011011010111011010101100011110110001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49050B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49050B; }

 p { color: rgb(73,5,11); }

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

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

 a { background-color: rgb(73,5,11); }

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

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

 span { border-color: rgb(73,5,11); }

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