#49030E

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

Shades of Rustic Red #49030E

Tints of Rustic Red #49030E

Color information

#49030E (or 0x49030E) is unknown color: approx Rustic Red. HEX triplet: 49, 03 and 0E. RGB value is (73,3,14). Sum of RGB (Red+Green+Blue) = 73+3+14=90 (11% of max value = 765). Red value is 73 (28.91% from 255 or 81.11% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 73 - color contains mainly: red. Hex color #49030E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49030E is #B6FCF1. Grayscale: #191919. Windows color (decimal): -11992306 or 918345. OLE color: 918345.

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

Color convert

RGB73314-
CMYK00.960.810.71
HSL350.57º92.11%14.9%-
HSV(B)350.57º95.89%28.63%-
XYZ2.861.510.56-
YUV25.18121.69162.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 81.11%
GREEN value IS 3 (1.56% from 255) = 3.33%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=81.11%
G=3.33%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7331400.960.810.71350.5792.1114.9
Hex493E060514715f5cf
Octal111316014012110753713417
Binary1001001111110011000001010001100011110101111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49030E; }

 p { color: rgb(73,3,14); }

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

<style>
 a { background-color: #49030E; }

 a { background-color: rgb(73,3,14); }

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

<style>
 span { border-color: #49030E; }

 span { border-color: rgb(73,3,14); }

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