Html Css Color HEX #490513 Rustic Red

📋 copy color: '#490513'

red 73 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #490513

Tints of Rustic Red #490513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.59%

R = 75.26%
G = 5.15%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490513 (or 0x490513) is known color: Rustic Red. HEX triplet: 49, 05 and 13. RGB value is (73,5,19). Sum of RGB (Red+Green+Blue) = 73+5+19=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490513 is #B6FAEC. Grayscale: #1A1A1A. Windows color (decimal): -11991789 or 1246537. OLE color: 1246537.

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

Color convert

RGB 73 5 19 -
CMYK 0 0.93 0.74 0.71
HSL 347.65º 0.87% 0.15% -
HSV(B) 347.65º 0.93% 0.29% -
XYZ 2.92 1.57 0.77 -
YUV 26.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 73 5 19 0 0.93 0.74 0.71 347.65 0.87 0.15
Hex 49 5 13 0 5D 4A 47 15C 57 F
Octal 111 5 23 0 135 112 107 534 127 17
Binary 1001001 101 10011 0 1011101 1001010 1000111 101011100 1010111 1111

Color Harmonies of #490513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490513

Black with #490513

Text Example


Text Example

White with #490513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490513; }

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

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

background-color css

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

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

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

border-color css

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

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

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