Html Css Color HEX #491316 Rustic Red

📋 copy color: '#491316'

red 73 ◦ green 19 ◦ blue 22

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

Shades of Rustic Red #491316

Tints of Rustic Red #491316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 64.04%
G = 16.67%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.71

RGB Variations

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

Color information

#491316 (or 0x491316) is known color: Rustic Red. HEX triplet: 49, 13 and 16. RGB value is (73,19,22). Sum of RGB (Red+Green+Blue) = 73+19+22=114 (15% of max value = 765). Red value is 73 (28.91% from 255 or 64.04% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 22 (8.98% from 255 or 19.30% from 114); Max value from RGB is 73 - color contains mainly: red. Hex color #491316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #491316 is #B6ECE9. Grayscale: #232323. Windows color (decimal): -11988202 or 1446729. OLE color: 1446729.

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

Color convert

RGB 73 19 22 -
CMYK 0 0.74 0.70 0.71
HSL 356.67º 0.59% 0.18% -
HSV(B) 356.67º 0.74% 0.29% -
XYZ 3.13 1.94 0.97 -
YUV 35.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 73 19 22 0 0.74 0.70 0.71 356.67 0.59 0.18
Hex 49 13 16 0 4A 46 47 165 3B 12
Octal 111 23 26 0 112 106 107 545 73 22
Binary 1001001 10011 10110 0 1001010 1000110 1000111 101100101 111011 10010

Color Harmonies of #491316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491316

Black with #491316

Text Example


Text Example

White with #491316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491316; }

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

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

background-color css

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

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

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

border-color css

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

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

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