#49040A

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

Shades of Rustic Red #49040A

Tints of Rustic Red #49040A

Color information

#49040A (or 0x49040A) is unknown color: approx Rustic Red. HEX triplet: 49, 04 and 0A. RGB value is (73,4,10). Sum of RGB (Red+Green+Blue) = 73+4+10=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #49040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49040A is #B6FBF5. Grayscale: #191919. Windows color (decimal): -11992054 or 656457. OLE color: 656457.

HSL color Cylindrical-coordinate representation of color #49040A: hue angle of 354.78º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #49040A is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB73410-
CMYK00.950.860.71
HSL354.78º89.61%15.1%-
HSV(B)354.78º94.52%28.63%-
XYZ2.851.530.43-
YUV25.32119.36162.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 83.91%
GREEN value IS 4 (1.95% from 255) = 4.60%
BLUE value IS 10 (4.30% from 255) = 11.49%
R=83.91%
G=4.60%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7341000.950.860.71354.7889.6115.1
Hex494A05F56471635af
Octal111412013712610754313217
Binary10010011001010010111111010110100011110110001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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