Html Css Color HEX #490810 Rustic Red

📋 copy color: '#490810'

red 73 ◦ green 8 ◦ blue 16

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

Shades of Rustic Red #490810

Tints of Rustic Red #490810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.25%

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

R = 75.26%
G = 8.25%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#490810 (or 0x490810) is known color: Rustic Red. HEX triplet: 49, 08 and 10. RGB value is (73,8,16). Sum of RGB (Red+Green+Blue) = 73+8+16=97 (12% of max value = 765). Red value is 73 (28.91% from 255 or 75.26% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 73 - color contains mainly: red. Hex color #490810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490810 is #B6F7EF. Grayscale: #1C1C1C. Windows color (decimal): -11991024 or 1050697. OLE color: 1050697.

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

Color convert

RGB 73 8 16 -
CMYK 0 0.89 0.78 0.71
HSL 352.62º 0.8% 0.16% -
HSV(B) 352.62º 0.89% 0.29% -
XYZ 2.93 1.63 0.65 -
YUV 28.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 73 8 16 0 0.89 0.78 0.71 352.62 0.8 0.16
Hex 49 8 10 0 59 4E 47 161 50 10
Octal 111 10 20 0 131 116 107 541 120 20
Binary 1001001 1000 10000 0 1011001 1001110 1000111 101100001 1010000 10000

Color Harmonies of #490810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490810

Black with #490810

Text Example


Text Example

White with #490810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490810; }

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

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

background-color css

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

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

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

border-color css

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

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

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