Html Css Color HEX #490511 Rustic Red

📋 copy color: '#490511'

red 73 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #490511

Tints of Rustic Red #490511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

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

R = 76.84%
G = 5.26%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#490511 (or 0x490511) is known color: Rustic Red. HEX triplet: 49, 05 and 11. RGB value is (73,5,17). Sum of RGB (Red+Green+Blue) = 73+5+17=95 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.84% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 73 - color contains mainly: red. Hex color #490511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490511 is #B6FAEE. Grayscale: #1A1A1A. Windows color (decimal): -11991791 or 1115465. OLE color: 1115465.

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

Color convert

RGB 73 5 17 -
CMYK 0 0.93 0.77 0.71
HSL 349.41º 0.87% 0.15% -
HSV(B) 349.41º 0.93% 0.29% -
XYZ 2.9 1.57 0.68 -
YUV 26.7 122.53 161.02 -
System Red Green Blue C M Y K H S L
Decimal 73 5 17 0 0.93 0.77 0.71 349.41 0.87 0.15
Hex 49 5 11 0 5D 4D 47 15D 57 F
Octal 111 5 21 0 135 115 107 535 127 17
Binary 1001001 101 10001 0 1011101 1001101 1000111 101011101 1010111 1111

Color Harmonies of #490511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490511

Black with #490511

Text Example


Text Example

White with #490511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490511; }

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

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

background-color css

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

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

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

border-color css

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

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

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