#491516

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

Shades of Rustic Red #491516

Tints of Rustic Red #491516

Color information

#491516 (or 0x491516) is unknown color: approx Rustic Red. HEX triplet: 49, 15 and 16. RGB value is (73,21,22). Sum of RGB (Red+Green+Blue) = 73+21+22=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491516 is #B6EAE9. Grayscale: #242424. Windows color (decimal): -11987690 or 1447241. OLE color: 1447241.

HSL color Cylindrical-coordinate representation of color #491516: hue angle of 358.85º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491516 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB732122-
CMYK00.710.700.71
HSL358.85º55.32%18.43%-
HSV(B)358.85º71.23%28.63%-
XYZ3.162.010.98-
YUV36.66119.73153.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=62.93%
G=18.10%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73212200.710.700.71358.8555.3218.43
Hex49151604746471673712
Octal111252601071061075476722
Binary10010011010110110010001111000110100011110110011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491516; }

 p { color: rgb(73,21,22); }

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

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

 a { background-color: rgb(73,21,22); }

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

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

 span { border-color: rgb(73,21,22); }

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