Html Css Color HEX #491516 Rustic Red

📋 copy color: '#491516'

red 73 ◦ green 21 ◦ blue 22

#491516
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #491516

Tints of Rustic Red #491516

RGB

 RED value IS 73 (28.91% from 255) = 62.93%

 GREEN value IS 21 (8.59% from 255) = 18.1%

 BLUE value IS 22 (8.98% from 255) = 18.97%

R = 62.93%
G = 18.1%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#491516 (or 0x491516) is known color: Rustic Red. HEX triplet: 49, 15 and 16. RGB value is (73,21,22). Sum of RGB (Red+Green+Blue) = 73+21+22=116 (15% of max value = 765). Red value is 73 (28.91% from 255 or 62.93% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 73 - color contains mainly: red. Hex color #491516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491516 is #B6EAE9. Grayscale: #242424. Windows color (decimal): -11987690 or 1447241. OLE color: 1447241.

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

Color convert

RGB 73 21 22 -
CMYK 0 0.71 0.70 0.71
HSL 358.85º 0.55% 0.18% -
HSV(B) 358.85º 0.71% 0.29% -
XYZ 3.16 2.01 0.98 -
YUV 36.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 73 21 22 0 0.71 0.70 0.71 358.85 0.55 0.18
Hex 49 15 16 0 47 46 47 167 37 12
Octal 111 25 26 0 107 106 107 547 67 22
Binary 1001001 10101 10110 0 1000111 1000110 1000111 101100111 110111 10010

Color Harmonies of #491516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491516

Black with #491516

Text Example


Text Example

White with #491516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491516; }

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

 H1.HeaderClassName
 {
   color: #491516;
 }
 .AnyTagClassName
 {
   color: #491516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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