#49050A

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

Shades of Rustic Red #49050A

Tints of Rustic Red #49050A

Color information

#49050A (or 0x49050A) is unknown color: approx Rustic Red. HEX triplet: 49, 05 and 0A. RGB value is (73,5,10). Sum of RGB (Red+Green+Blue) = 73+5+10=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49050A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49050A is #B6FAF5. Grayscale: #191919. Windows color (decimal): -11991798 or 656713. OLE color: 656713.

HSL color Cylindrical-coordinate representation of color #49050A: hue angle of 355.59º 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 #49050A is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB73510-
CMYK00.930.860.71
HSL355.59º87.18%15.29%-
HSV(B)355.59º93.15%28.63%-
XYZ2.861.550.44-
YUV25.9119.03161.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 5 (2.34% from 255) = 5.68%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=82.95%
G=5.68%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7351000.930.860.71355.5987.1815.29
Hex495A05D564716457f
Octal111512013512610754412717
Binary10010011011010010111011010110100011110110010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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