Html Css Color HEX #490001 Rustic Red

📋 copy color: '#490001'

red 73 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #490001

Tints of Rustic Red #490001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 1.35%

R = 98.65%
G = 0%
B = 1.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#490001 (or 0x490001) is known color: Rustic Red. HEX triplet: 49, 00 and 01. RGB value is (73,0,1). Sum of RGB (Red+Green+Blue) = 73+0+1=74 (9% of max value = 765). Red value is 73 (28.91% from 255 or 98.65% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 73 - color contains mainly: red. Hex color #490001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490001 is #B6FFFE. Grayscale: #161616. Windows color (decimal): -11993087 or 65609. OLE color: 65609.

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

Color convert

RGB 73 0 1 -
CMYK 0 1 0.99 0.71
HSL 359.18º 1% 0.14% -
HSV(B) 359.18º 1% 0.29% -
XYZ 2.75 1.42 0.16 -
YUV 21.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 73 0 1 0 1 0.99 0.71 359.18 1 0.14
Hex 49 0 1 0 64 63 47 167 64 E
Octal 111 0 1 0 144 143 107 547 144 16
Binary 1001001 0 1 0 1100100 1100011 1000111 101100111 1100100 1110

Color Harmonies of #490001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490001

Black with #490001

Text Example


Text Example

White with #490001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490001; }

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

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

background-color css

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

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

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

border-color css

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

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

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