#49000F

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

Shades of Rustic Red #49000F

Tints of Rustic Red #49000F

Color information

#49000F (or 0x49000F) is unknown color: approx Rustic Red. HEX triplet: 49, 00 and 0F. RGB value is (73,0,15). Sum of RGB (Red+Green+Blue) = 73+0+15=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49000F is #B6FFF0. Grayscale: #171717. Windows color (decimal): -11993073 or 983113. OLE color: 983113.

HSL color Cylindrical-coordinate representation of color #49000F: hue angle of 347.67º 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 #49000F is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB73015-
CMYK010.790.71
HSL347.67º100%14.31%-
HSV(B)347.67º100%28.63%-
XYZ2.831.450.58-
YUV23.54123.18163.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=82.95%
G=0%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73015010.790.71347.6710014.31
Hex490F0644F4715c64e
Octal111017014411710753414416
Binary100100101111011001001001111100011110101110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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