Html Css Color HEX #490510 Rustic Red

📋 copy color: '#490510'

red 73 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #490510

Tints of Rustic Red #490510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 77.66%
G = 5.32%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#490510 (or 0x490510) is known color: Rustic Red. HEX triplet: 49, 05 and 10. RGB value is (73,5,16). Sum of RGB (Red+Green+Blue) = 73+5+16=94 (12% of max value = 765). Red value is 73 (28.91% from 255 or 77.66% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 73 - color contains mainly: red. Hex color #490510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490510 is #B6FAEF. Grayscale: #1A1A1A. Windows color (decimal): -11991792 or 1049929. OLE color: 1049929.

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

Color convert

RGB 73 5 16 -
CMYK 0 0.93 0.78 0.71
HSL 350.29º 0.87% 0.15% -
HSV(B) 350.29º 0.93% 0.29% -
XYZ 2.9 1.56 0.64 -
YUV 26.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 73 5 16 0 0.93 0.78 0.71 350.29 0.87 0.15
Hex 49 5 10 0 5D 4E 47 15E 57 F
Octal 111 5 20 0 135 116 107 536 127 17
Binary 1001001 101 10000 0 1011101 1001110 1000111 101011110 1010111 1111

Color Harmonies of #490510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490510

Black with #490510

Text Example


Text Example

White with #490510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490510; }

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

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

background-color css

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

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

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

border-color css

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

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

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