#491011

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

Shades of Rustic Red #491011

Tints of Rustic Red #491011

Color information

#491011 (or 0x491011) is unknown color: approx Rustic Red. HEX triplet: 49, 10 and 11. RGB value is (73,16,17). Sum of RGB (Red+Green+Blue) = 73+16+17=106 (14% of max value = 765). Red value is 73 (28.91% from 255 or 68.87% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 73 - color contains mainly: red. Hex color #491011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491011 is #B6EFEE. Grayscale: #212121. Windows color (decimal): -11988975 or 1118281. OLE color: 1118281.

HSL color Cylindrical-coordinate representation of color #491011: hue angle of 358.95º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #491011 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB731617-
CMYK00.780.770.71
HSL358.95º64.04%17.45%-
HSV(B)358.95º78.08%28.63%-
XYZ3.031.830.72-
YUV33.16118.88156.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 68.87%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=68.87%
G=15.09%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73161700.780.770.71358.9564.0417.45
Hex49101104E4D471674011
Octal1112021011611510754710021
Binary100100110000100010100111010011011000111101100111100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491011; }

 p { color: rgb(73,16,17); }

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

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

 a { background-color: rgb(73,16,17); }

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

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

 span { border-color: rgb(73,16,17); }

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