Html Css Color HEX #490013 Rustic Red

📋 copy color: '#490013'

red 73 ◦ green 0 ◦ blue 19

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

Shades of Rustic Red #490013

Tints of Rustic Red #490013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 20.65%

R = 79.35%
G = 0%
B = 20.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.71

RGB Variations

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

Color information

#490013 (or 0x490013) is known color: Rustic Red. HEX triplet: 49, 00 and 13. RGB value is (73,0,19). Sum of RGB (Red+Green+Blue) = 73+0+19=92 (12% of max value = 765). Red value is 73 (28.91% from 255 or 79.35% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 73 - color contains mainly: red. Hex color #490013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #490013 is #B6FFEC. Grayscale: #171717. Windows color (decimal): -11993069 or 1245257. OLE color: 1245257.

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

Color convert

RGB 73 0 19 -
CMYK 0 1 0.74 0.71
HSL 344.38º 1% 0.14% -
HSV(B) 344.38º 1% 0.29% -
XYZ 2.87 1.46 0.75 -
YUV 23.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 73 0 19 0 1 0.74 0.71 344.38 1 0.14
Hex 49 0 13 0 64 4A 47 158 64 E
Octal 111 0 23 0 144 112 107 530 144 16
Binary 1001001 0 10011 0 1100100 1001010 1000111 101011000 1100100 1110

Color Harmonies of #490013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #490013

Black with #490013

Text Example


Text Example

White with #490013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #490013; }

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

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

background-color css

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

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

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

border-color css

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

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

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