#49020D

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

Shades of Rustic Red #49020D

Tints of Rustic Red #49020D

Color information

#49020D (or 0x49020D) is unknown color: approx Rustic Red. HEX triplet: 49, 02 and 0D. RGB value is (73,2,13). Sum of RGB (Red+Green+Blue) = 73+2+13=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #49020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49020D is #B6FDF2. Grayscale: #181818. Windows color (decimal): -11992563 or 852553. OLE color: 852553.

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

Color convert

RGB73213-
CMYK00.970.820.71
HSL350.7º94.67%14.71%-
HSV(B)350.7º97.26%28.63%-
XYZ2.841.490.52-
YUV24.48121.52162.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 82.95%
GREEN value IS 2 (1.17% from 255) = 2.27%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=82.95%
G=2.27%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7321300.970.820.71350.794.6714.71
Hex492D061524715f5ff
Octal111215014112210753713717
Binary1001001101101011000011010010100011110101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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