#491215

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

Shades of Rustic Red #491215

Tints of Rustic Red #491215

Color information

#491215 (or 0x491215) is unknown color: approx Rustic Red. HEX triplet: 49, 12 and 15. RGB value is (73,18,21). Sum of RGB (Red+Green+Blue) = 73+18+21=112 (14% of max value = 765). Red value is 73 (28.91% from 255 or 65.18% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 73 - color contains mainly: red. Hex color #491215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491215 is #B6EDEA. Grayscale: #222222. Windows color (decimal): -11988459 or 1380937. OLE color: 1380937.

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

Color convert

RGB731821-
CMYK00.750.710.71
HSL356.73º60.44%17.84%-
HSV(B)356.73º75.34%28.63%-
XYZ3.11.90.91-
YUV34.79120.22155.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 65.18%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=65.18%
G=16.07%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73182100.750.710.71356.7360.4417.84
Hex49121504B47471653c12
Octal111222501131071075457422
Binary10010011001010101010010111000111100011110110010111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491215; }

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

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

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

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

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

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

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

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