#491318

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

Shades of Rustic Red #491318

Tints of Rustic Red #491318

Color information

#491318 (or 0x491318) is unknown color: approx Rustic Red. HEX triplet: 49, 13 and 18. RGB value is (73,19,24). Sum of RGB (Red+Green+Blue) = 73+19+24=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 19 (7.81% from 255 or 16.38% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491318 is #B6ECE7. Grayscale: #232323. Windows color (decimal): -11988200 or 1577801. OLE color: 1577801.

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

Color convert

RGB731924-
CMYK00.740.670.71
HSL354.44º58.7%18.04%-
HSV(B)354.44º73.97%28.63%-
XYZ3.151.951.07-
YUV35.72121.39154.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 62.93%
GREEN value IS 19 (7.81% from 255) = 16.38%
BLUE value IS 24 (9.77% from 255) = 20.69%
R=62.93%
G=16.38%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73192400.740.670.71354.4458.718.04
Hex49131804A43471623b12
Octal111233001121031075427322
Binary10010011001111000010010101000011100011110110001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491318; }

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

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

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

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

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

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

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

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