Html Css Color HEX #490609 Rustic Red

📋 copy color: '#490609'

red 73 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #490609

Tints of Rustic Red #490609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.82%

 BLUE value IS 9 (3.91% from 255) = 10.23%

R = 82.95%
G = 6.82%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#490609 (or 0x490609) is known color: Rustic Red. HEX triplet: 49, 06 and 09. RGB value is (73,6,9). Sum of RGB (Red+Green+Blue) = 73+6+9=88 (11% of max value = 765). Red value is 73 (28.91% from 255 or 82.95% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 73 - color contains mainly: red. Hex color #490609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490609 is #B6F9F6. Grayscale: #1A1A1A. Windows color (decimal): -11991543 or 591433. OLE color: 591433.

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

Color convert

RGB 73 6 9 -
CMYK 0 0.92 0.88 0.71
HSL 357.31º 0.85% 0.15% -
HSV(B) 357.31º 0.92% 0.29% -
XYZ 2.86 1.57 0.41 -
YUV 26.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 73 6 9 0 0.92 0.88 0.71 357.31 0.85 0.15
Hex 49 6 9 0 5C 58 47 165 55 F
Octal 111 6 11 0 134 130 107 545 125 17
Binary 1001001 110 1001 0 1011100 1011000 1000111 101100101 1010101 1111

Color Harmonies of #490609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490609

Black with #490609

Text Example


Text Example

White with #490609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490609; }

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

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

background-color css

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

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

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

border-color css

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

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

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