#490915

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

Shades of Rustic Red #490915

Tints of Rustic Red #490915

Color information

#490915 (or 0x490915) is unknown color: approx Rustic Red. HEX triplet: 49, 09 and 15. RGB value is (73,9,21). Sum of RGB (Red+Green+Blue) = 73+9+21=103 (13% of max value = 765). Red value is 73 (28.91% from 255 or 70.87% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 21 (8.59% from 255 or 20.39% from 103); Max value from RGB is 73 - color contains mainly: red. Hex color #490915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490915 is #B6F6EA. Grayscale: #1D1D1D. Windows color (decimal): -11990763 or 1378633. OLE color: 1378633.

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

Color convert

RGB73921-
CMYK00.880.710.71
HSL348.75º78.05%16.08%-
HSV(B)348.75º87.67%28.63%-
XYZ2.981.670.87-
YUV29.5123.2159.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 70.87%
GREEN value IS 9 (3.91% from 255) = 8.74%
BLUE value IS 21 (8.59% from 255) = 20.39%
R=70.87%
G=8.74%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7392100.880.710.71348.7578.0516.08
Hex49915058474715d4e10
Octal1111125013010710753511620
Binary10010011001101010101100010001111000111101011101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #490915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #490915; }

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

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

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

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

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

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

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

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