Html Css Color HEX #490004 Rustic Red

📋 copy color: '#490004'

red 73 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #490004

Tints of Rustic Red #490004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.19%

R = 94.81%
G = 0%
B = 5.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#490004 (or 0x490004) is known color: Rustic Red. HEX triplet: 49, 00 and 04. RGB value is (73,0,4). Sum of RGB (Red+Green+Blue) = 73+0+4=77 (10% of max value = 765). Red value is 73 (28.91% from 255 or 94.81% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 73 - color contains mainly: red. Hex color #490004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490004 is #B6FFFB. Grayscale: #161616. Windows color (decimal): -11993084 or 262217. OLE color: 262217.

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

Color convert

RGB 73 0 4 -
CMYK 0 1 0.95 0.71
HSL 356.71º 1% 0.14% -
HSV(B) 356.71º 1% 0.29% -
XYZ 2.77 1.43 0.24 -
YUV 22.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 73 0 4 0 1 0.95 0.71 356.71 1 0.14
Hex 49 0 4 0 64 5F 47 165 64 E
Octal 111 0 4 0 144 137 107 545 144 16
Binary 1001001 0 100 0 1100100 1011111 1000111 101100101 1100100 1110

Color Harmonies of #490004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490004

Black with #490004

Text Example


Text Example

White with #490004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490004; }

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

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

background-color css

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

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

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

border-color css

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

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

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