Html Css Color HEX #490913 Rustic Red

📋 copy color: '#490913'

red 73 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #490913

Tints of Rustic Red #490913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

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

R = 72.28%
G = 8.91%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490913 (or 0x490913) is known color: Rustic Red. HEX triplet: 49, 09 and 13. RGB value is (73,9,19). Sum of RGB (Red+Green+Blue) = 73+9+19=101 (13% of max value = 765). Red value is 73 (28.91% from 255 or 72.28% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 19 (7.81% from 255 or 18.81% from 101); Max value from RGB is 73 - color contains mainly: red. Hex color #490913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490913 is #B6F6EC. Grayscale: #1D1D1D. Windows color (decimal): -11990765 or 1247561. OLE color: 1247561.

HSL color Cylindrical-coordinate representation of color #490913: hue angle of 350.62º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #490913 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 9 19 -
CMYK 0 0.88 0.74 0.71
HSL 350.63º 0.78% 0.16% -
HSV(B) 350.63º 0.88% 0.29% -
XYZ 2.96 1.66 0.78 -
YUV 29.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 73 9 19 0 0.88 0.74 0.71 350.63 0.78 0.16
Hex 49 9 13 0 58 4A 47 15F 4E 10
Octal 111 11 23 0 130 112 107 537 116 20
Binary 1001001 1001 10011 0 1011000 1001010 1000111 101011111 1001110 10000

Color Harmonies of #490913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490913

Black with #490913

Text Example


Text Example

White with #490913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490913; }

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

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

background-color css

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

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

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

border-color css

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

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

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