Html Css Color HEX #490912 Rustic Red

📋 copy color: '#490912'

red 73 ◦ green 9 ◦ blue 18

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

Shades of Rustic Red #490912

Tints of Rustic Red #490912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9%

 BLUE value IS 18 (7.42% from 255) = 18%

R = 73%
G = 9%
B = 18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490912 (or 0x490912) is known color: Rustic Red. HEX triplet: 49, 09 and 12. RGB value is (73,9,18). Sum of RGB (Red+Green+Blue) = 73+9+18=100 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 73 - color contains mainly: red. Hex color #490912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490912 is #B6F6ED. Grayscale: #1D1D1D. Windows color (decimal): -11990766 or 1182025. OLE color: 1182025.

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

Color convert

RGB 73 9 18 -
CMYK 0 0.88 0.75 0.71
HSL 351.56º 0.78% 0.16% -
HSV(B) 351.56º 0.88% 0.29% -
XYZ 2.95 1.66 0.74 -
YUV 29.16 121.7 159.27 -
System Red Green Blue C M Y K H S L
Decimal 73 9 18 0 0.88 0.75 0.71 351.56 0.78 0.16
Hex 49 9 12 0 58 4B 47 160 4E 10
Octal 111 11 22 0 130 113 107 540 116 20
Binary 1001001 1001 10010 0 1011000 1001011 1000111 101100000 1001110 10000

Color Harmonies of #490912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490912

Black with #490912

Text Example


Text Example

White with #490912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490912; }

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

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

background-color css

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

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

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

border-color css

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

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

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