#49060B

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

Shades of Rustic Red #49060B

Tints of Rustic Red #49060B

Color information

#49060B (or 0x49060B) is unknown color: approx Rustic Red. HEX triplet: 49, 06 and 0B. RGB value is (73,6,11). Sum of RGB (Red+Green+Blue) = 73+6+11=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 11 (4.69% from 255 or 12.22% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49060B is #B6F9F4. Grayscale: #1A1A1A. Windows color (decimal): -11991541 or 722505. OLE color: 722505.

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

Color convert

RGB73611-
CMYK00.920.850.71
HSL355.52º84.81%15.49%-
HSV(B)355.52º91.78%28.63%-
XYZ2.871.570.47-
YUV26.6119.2161.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 81.11%
GREEN value IS 6 (2.73% from 255) = 6.67%
BLUE value IS 11 (4.69% from 255) = 12.22%
R=81.11%
G=6.67%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7361100.920.850.71355.5284.8115.49
Hex496B05C554716455f
Octal111613013412510754412517
Binary10010011101011010111001010101100011110110010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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