#49000D

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

Shades of Rustic Red #49000D

Tints of Rustic Red #49000D

Color information

#49000D (or 0x49000D) is unknown color: approx Rustic Red. HEX triplet: 49, 00 and 0D. RGB value is (73,0,13). Sum of RGB (Red+Green+Blue) = 73+0+13=86 (11% of max value = 765). Red value is 73 (28.91% from 255 or 84.88% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 73 - color contains mainly: red. Hex color #49000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49000D is #B6FFF2. Grayscale: #171717. Windows color (decimal): -11993075 or 852041. OLE color: 852041.

HSL color Cylindrical-coordinate representation of color #49000D: hue angle of 349.32º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49000D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB73013-
CMYK010.820.71
HSL349.32º100%14.31%-
HSV(B)349.32º100%28.63%-
XYZ2.821.450.51-
YUV23.31122.18163.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 84.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=84.88%
G=0%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73013010.820.71349.3210014.31
Hex490D064524715d64e
Octal111015014412210753514416
Binary100100101101011001001010010100011110101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49000D; }

 p { color: rgb(73,0,13); }

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

<style>
 a { background-color: #49000D; }

 a { background-color: rgb(73,0,13); }

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

<style>
 span { border-color: #49000D; }

 span { border-color: rgb(73,0,13); }

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