Html Css Color HEX #490509 Rustic Red

📋 copy color: '#490509'

red 73 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #490509

Tints of Rustic Red #490509

RGB

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

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

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

R = 83.91%
G = 5.75%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#490509 (or 0x490509) is known color: Rustic Red. HEX triplet: 49, 05 and 09. RGB value is (73,5,9). Sum of RGB (Red+Green+Blue) = 73+5+9=87 (11% of max value = 765). Red value is 73 (28.91% from 255 or 83.91% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 9 (3.91% from 255 or 10.34% from 87); Max value from RGB is 73 - color contains mainly: red. Hex color #490509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490509 is #B6FAF6. Grayscale: #191919. Windows color (decimal): -11991799 or 591177. OLE color: 591177.

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

Color convert

RGB 73 5 9 -
CMYK 0 0.93 0.88 0.71
HSL 356.47º 0.87% 0.15% -
HSV(B) 356.47º 0.93% 0.29% -
XYZ 2.85 1.54 0.41 -
YUV 25.79 118.53 161.67 -
System Red Green Blue C M Y K H S L
Decimal 73 5 9 0 0.93 0.88 0.71 356.47 0.87 0.15
Hex 49 5 9 0 5D 58 47 164 57 F
Octal 111 5 11 0 135 130 107 544 127 17
Binary 1001001 101 1001 0 1011101 1011000 1000111 101100100 1010111 1111

Color Harmonies of #490509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490509

Black with #490509

Text Example


Text Example

White with #490509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490509; }

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

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

background-color css

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

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

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

border-color css

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

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

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