Html Css Color HEX #490309 Rustic Red

📋 copy color: '#490309'

red 73 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #490309

Tints of Rustic Red #490309

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.53%

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

R = 85.88%
G = 3.53%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#490309 (or 0x490309) is known color: Rustic Red. HEX triplet: 49, 03 and 09. RGB value is (73,3,9). Sum of RGB (Red+Green+Blue) = 73+3+9=85 (11% of max value = 765). Red value is 73 (28.91% from 255 or 85.88% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 9 (3.91% from 255 or 10.59% from 85); Max value from RGB is 73 - color contains mainly: red. Hex color #490309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490309 is #B6FCF6. Grayscale: #181818. Windows color (decimal): -11992311 or 590665. OLE color: 590665.

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

Color convert

RGB 73 3 9 -
CMYK 0 0.96 0.88 0.71
HSL 354.86º 0.92% 0.15% -
HSV(B) 354.86º 0.96% 0.29% -
XYZ 2.83 1.5 0.4 -
YUV 24.61 119.19 162.51 -
System Red Green Blue C M Y K H S L
Decimal 73 3 9 0 0.96 0.88 0.71 354.86 0.92 0.15
Hex 49 3 9 0 60 58 47 163 5C F
Octal 111 3 11 0 140 130 107 543 134 17
Binary 1001001 11 1001 0 1100000 1011000 1000111 101100011 1011100 1111

Color Harmonies of #490309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490309

Black with #490309

Text Example


Text Example

White with #490309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490309; }

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

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

background-color css

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

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

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

border-color css

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

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

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