Html Css Color HEX #490211 Rustic Red

📋 copy color: '#490211'

red 73 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #490211

Tints of Rustic Red #490211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.17%

 BLUE value IS 17 (7.03% from 255) = 18.48%

R = 79.35%
G = 2.17%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#490211 (or 0x490211) is known color: Rustic Red. HEX triplet: 49, 02 and 11. RGB value is (73,2,17). Sum of RGB (Red+Green+Blue) = 73+2+17=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 2 (1.17% from 255 or 2.17% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490211 is #B6FDEE. Grayscale: #181818. Windows color (decimal): -11992559 or 1114697. OLE color: 1114697.

HSL color Cylindrical-coordinate representation of color #490211: hue angle of 347.32º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #490211 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 2 17 -
CMYK 0 0.97 0.77 0.71
HSL 347.32º 0.95% 0.15% -
HSV(B) 347.32º 0.97% 0.29% -
XYZ 2.87 1.5 0.67 -
YUV 24.94 123.52 162.28 -
System Red Green Blue C M Y K H S L
Decimal 73 2 17 0 0.97 0.77 0.71 347.32 0.95 0.15
Hex 49 2 11 0 61 4D 47 15B 5F F
Octal 111 2 21 0 141 115 107 533 137 17
Binary 1001001 10 10001 0 1100001 1001101 1000111 101011011 1011111 1111

Color Harmonies of #490211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490211

Black with #490211

Text Example


Text Example

White with #490211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490211; }

 p { color: rgb(73,2,17); }

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

background-color css

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

 a { background-color: rgb(73,2,17); }

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

border-color css

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

 span { border-color: rgb(73,2,17); }

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