Html Css Color HEX #490710 Rustic Red

📋 copy color: '#490710'

red 73 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #490710

Tints of Rustic Red #490710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.29%

 BLUE value IS 16 (6.64% from 255) = 16.67%

R = 76.04%
G = 7.29%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#490710 (or 0x490710) is known color: Rustic Red. HEX triplet: 49, 07 and 10. RGB value is (73,7,16). Sum of RGB (Red+Green+Blue) = 73+7+16=96 (12% of max value = 765). Red value is 73 (28.91% from 255 or 76.04% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 73 - color contains mainly: red. Hex color #490710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490710 is #B6F8EF. Grayscale: #1B1B1B. Windows color (decimal): -11991280 or 1050441. OLE color: 1050441.

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

Color convert

RGB 73 7 16 -
CMYK 0 0.90 0.78 0.71
HSL 351.82º 0.83% 0.16% -
HSV(B) 351.82º 0.9% 0.29% -
XYZ 2.92 1.61 0.65 -
YUV 27.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 73 7 16 0 0.90 0.78 0.71 351.82 0.83 0.16
Hex 49 7 10 0 5A 4E 47 160 52 10
Octal 111 7 20 0 132 116 107 540 122 20
Binary 1001001 111 10000 0 1011010 1001110 1000111 101100000 1010010 10000

Color Harmonies of #490710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490710

Black with #490710

Text Example


Text Example

White with #490710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490710; }

 p { color: rgb(73,7,16); }

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

background-color css

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

 a { background-color: rgb(73,7,16); }

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

border-color css

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

 span { border-color: rgb(73,7,16); }

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