#49080E

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

Shades of Rustic Red #49080E

Tints of Rustic Red #49080E

Color information

#49080E (or 0x49080E) is unknown color: approx Rustic Red. HEX triplet: 49, 08 and 0E. RGB value is (73,8,14). Sum of RGB (Red+Green+Blue) = 73+8+14=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #49080E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #49080E is #B6F7F1. Grayscale: #1C1C1C. Windows color (decimal): -11991026 or 919625. OLE color: 919625.

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

Color convert

RGB73814-
CMYK00.890.810.71
HSL354.46º80.25%15.88%-
HSV(B)354.46º89.04%28.63%-
XYZ2.911.620.57-
YUV28.12120.03160.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 76.84%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 14 (5.86% from 255) = 14.74%
R=76.84%
G=8.42%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7381400.890.810.71354.4680.2515.88
Hex498E05951471625010
Octal1111016013112110754212020
Binary1001001100011100101100110100011000111101100010101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49080E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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