Html Css Color HEX #490812 Rustic Red

📋 copy color: '#490812'

red 73 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #490812

Tints of Rustic Red #490812

RGB

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

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

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

R = 73.74%
G = 8.08%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.71

RGB Variations

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

Color information

#490812 (or 0x490812) is known color: Rustic Red. HEX triplet: 49, 08 and 12. RGB value is (73,8,18). Sum of RGB (Red+Green+Blue) = 73+8+18=99 (13% of max value = 765). Red value is 73 (28.91% from 255 or 73.74% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 73 - color contains mainly: red. Hex color #490812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490812 is #B6F7ED. Grayscale: #1C1C1C. Windows color (decimal): -11991022 or 1181769. OLE color: 1181769.

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

Color convert

RGB 73 8 18 -
CMYK 0 0.89 0.75 0.71
HSL 350.77º 0.8% 0.16% -
HSV(B) 350.77º 0.89% 0.29% -
XYZ 2.94 1.63 0.73 -
YUV 28.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 73 8 18 0 0.89 0.75 0.71 350.77 0.8 0.16
Hex 49 8 12 0 59 4B 47 15F 50 10
Octal 111 10 22 0 131 113 107 537 120 20
Binary 1001001 1000 10010 0 1011001 1001011 1000111 101011111 1010000 10000

Color Harmonies of #490812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490812

Black with #490812

Text Example


Text Example

White with #490812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490812; }

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

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

background-color css

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

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

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

border-color css

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

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

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