#491013

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

Shades of Rustic Red #491013

Tints of Rustic Red #491013

Color information

#491013 (or 0x491013) is unknown color: approx Rustic Red. HEX triplet: 49, 10 and 13. RGB value is (73,16,19). Sum of RGB (Red+Green+Blue) = 73+16+19=108 (14% of max value = 765). Red value is 73 (28.91% from 255 or 67.59% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 73 - color contains mainly: red. Hex color #491013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491013 is #B6EFEC. Grayscale: #212121. Windows color (decimal): -11988973 or 1249353. OLE color: 1249353.

HSL color Cylindrical-coordinate representation of color #491013: hue angle of 356.84º 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 #491013 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB731619-
CMYK00.780.740.71
HSL356.84º64.04%17.45%-
HSV(B)356.84º78.08%28.63%-
XYZ3.051.830.81-
YUV33.38119.88156.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 67.59%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=67.59%
G=14.81%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73161900.780.740.71356.8464.0417.45
Hex49101304E4A471654011
Octal1112023011611210754510021
Binary100100110000100110100111010010101000111101100101100000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491013; }

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

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

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

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

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

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

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

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