Html Css Color HEX #490106 Rustic Red

📋 copy color: '#490106'

red 73 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #490106

Tints of Rustic Red #490106

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.25%

 BLUE value IS 6 (2.73% from 255) = 7.5%

R = 91.25%
G = 1.25%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#490106 (or 0x490106) is known color: Rustic Red. HEX triplet: 49, 01 and 06. RGB value is (73,1,6). Sum of RGB (Red+Green+Blue) = 73+1+6=80 (10% of max value = 765). Red value is 73 (28.91% from 255 or 91.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 6 (2.73% from 255 or 7.5% from 80); Max value from RGB is 73 - color contains mainly: red. Hex color #490106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490106 is #B6FEF9. Grayscale: #171717. Windows color (decimal): -11992826 or 393545. OLE color: 393545.

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

Color convert

RGB 73 1 6 -
CMYK 0 0.99 0.92 0.71
HSL 355.83º 0.97% 0.15% -
HSV(B) 355.83º 0.99% 0.29% -
XYZ 2.79 1.45 0.31 -
YUV 23.1 118.35 163.59 -
System Red Green Blue C M Y K H S L
Decimal 73 1 6 0 0.99 0.92 0.71 355.83 0.97 0.15
Hex 49 1 6 0 63 5C 47 164 61 F
Octal 111 1 6 0 143 134 107 544 141 17
Binary 1001001 1 110 0 1100011 1011100 1000111 101100100 1100001 1111

Color Harmonies of #490106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490106

Black with #490106

Text Example


Text Example

White with #490106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490106; }

 p { color: rgb(73,1,6); }

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

background-color css

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

 a { background-color: rgb(73,1,6); }

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

border-color css

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

 span { border-color: rgb(73,1,6); }

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