#49181A

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

Shades of Rustic Red #49181A

Tints of Rustic Red #49181A

Color information

#49181A (or 0x49181A) is unknown color: approx Rustic Red. HEX triplet: 49, 18 and 1A. RGB value is (73,24,26). Sum of RGB (Red+Green+Blue) = 73+24+26=123 (16% of max value = 765). Red value is 73 (28.91% from 255 or 59.35% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 73 - color contains mainly: red. Hex color #49181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49181A is #B6E7E5. Grayscale: #262626. Windows color (decimal): -11986918 or 1710153. OLE color: 1710153.

HSL color Cylindrical-coordinate representation of color #49181A: hue angle of 357.55º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49181A is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB732426-
CMYK00.670.640.71
HSL357.55º50.52%19.02%-
HSV(B)357.55º67.12%28.63%-
XYZ3.262.141.22-
YUV38.88120.73152.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 59.35%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=59.35%
G=19.51%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73242600.670.640.71357.5550.5219.02
Hex49181A04340471663313
Octal111303201031001075466323
Binary10010011100011010010000111000000100011110110011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49181A; }

 p { color: rgb(73,24,26); }

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

<style>
 a { background-color: #49181A; }

 a { background-color: rgb(73,24,26); }

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

<style>
 span { border-color: #49181A; }

 span { border-color: rgb(73,24,26); }

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