#49070B

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

Shades of Rustic Red #49070B

Tints of Rustic Red #49070B

Color information

#49070B (or 0x49070B) is unknown color: approx Rustic Red. HEX triplet: 49, 07 and 0B. RGB value is (73,7,11). Sum of RGB (Red+Green+Blue) = 73+7+11=91 (12% of max value = 765). Red value is 73 (28.91% from 255 or 80.22% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 73 - color contains mainly: red. Hex color #49070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49070B is #B6F8F4. Grayscale: #1B1B1B. Windows color (decimal): -11991285 or 722761. OLE color: 722761.

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

Color convert

RGB73711-
CMYK00.900.850.71
HSL356.36º82.5%15.69%-
HSV(B)356.36º90.41%28.63%-
XYZ2.881.590.47-
YUV27.19118.87160.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 80.22%
GREEN value IS 7 (3.12% from 255) = 7.69%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=80.22%
G=7.69%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7371100.900.850.71356.3682.515.69
Hex497B05A55471645210
Octal111713013212510754412220
Binary100100111110110101101010101011000111101100100101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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